aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-04-22Bump @babel/core from 7.13.15 to 7.13.16 (#33717)dependabot[bot]2-14/+113
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-22Bump @babel/cli from 7.13.14 to 7.13.16 (#33716)dependabot[bot]2-5/+4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.13.14 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-21Dropdown: support `.dropdown-item` wrapped in `<li>` tags (#33634)Carson Sievert2-1/+28
Co-authored-by: XhmikosR <[email protected]>
2021-04-21Bump eslint-plugin-unicorn from 29.0.0 to 30.0.0 (#33700)dependabot[bot]2-6/+6
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 29.0.0 to 30.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v29.0.0...v30.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-04-21Bump sass from 1.32.8 to 1.32.11 (#33699)dependabot[bot]2-5/+5
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.11. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.11) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-04-21docs: fix the default value of Popper's `boundary` option (#33685)Rohit Sharma1-2/+2
`'scrollParent'` is no longer the default `boundary` value Co-authored-by: XhmikosR <[email protected]>
2021-04-20Offcanvas.js: If scroll is allowed, should allow focus on other elements ↵GeoSot2-1/+35
(#33677)
2021-04-20Tab.js: Fixes on click handling (#33586)GeoSot2-55/+77
* use prevent default only if triggered by anchor * disable auto-initialization if trigger is disabled
2021-04-20Dropdown — Add option to make the dropdown menu clickable (#33389)Rohit Sharma3-12/+175
2021-04-19Don't change the value for `altBoundary` option (#33684)Rohit Sharma1-1/+0
- Since bootstrap is not changing the default value of `elementContext` option, changing the value of `altBoundary` option is not needed for any modifier in real Co-authored-by: XhmikosR <[email protected]>
2021-04-19Fixes #33686 typo in RTL docsiatek1-1/+1
2021-04-19Fix regression for handling `mouseenter`/`mouseleave` events introduced by ↵alpadev2-2/+16
#33310 (#33679) * test: update spec for sibling adjacent mouseenter/mouseleave events there is a regression introduced by #33310 - this would have catched that * fix: fixup regression for mouseenter/mouseleave events introduced by #33310 the old logic only worked for parent-child movement since it checked for the relatedTarget to contain the delegateTarget - this should be fixed with this Co-authored-by: XhmikosR <[email protected]>
2021-04-19Use the backdrop util in offcanvas, enforcing consistency (#33545)GeoSot6-50/+165
* respect /share modal's backdrop functionality, keeping consistency * listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks * achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button
2021-04-19Update anchor.js to v4.3.1. (#33668)XhmikosR1-4/+4
2021-04-18Change from preventOverflow to detectOverflowRohit Sharma3-3/+3
- Since the link is for detectOverflow docs
2021-04-18Fix typoRaaj Trambadia1-1/+1
2021-04-18Fixes signup form in Heroes exampleMark Otto1-3/+3
Fixes #33660
2021-04-18modal.js: fix test for scrollbar (#33666)GeoSot1-4/+6
Co-authored-by: XhmikosR <[email protected]>
2021-04-18Fix Grid System docs (#33676)Kohhee Peace1-6/+6
* Fix Grid System docs * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-04-18fix: clicking an item in navbar dropdown collapses the dropdown in firefox ↵alpadev1-1/+1
(#33643)
2021-04-18Change `toggle` method to `remove`Rohit Sharma1-2/+2
Since the class `.show` must be removed
2021-04-18Use context propertiesRohit Sharma1-4/+3
2021-04-18Refactor dropdown's hide functionalityRohit Sharma1-50/+33
2021-04-17Apply positioning only when Popper is not usedRohit Sharma1-13/+7
2021-04-17Fix toggle between modals exampleMark Otto1-50/+21
2021-04-17Docs: Tried to fix the issue #33650 (#33664)ghost_321-4/+4
Prefixed the `aria-controls` with `list-` to match with `tabpanel` ids in `Javascript behavior` example in `List Group Component`.
2021-04-17use `:read-only` css selector instead `[readonly]` for consistency (#33642)harishhalodoc1-5/+5
There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency. fix for https://github.com/twbs/bootstrap/issues/33101 Co-authored-by: Harish <[email protected]>
2021-04-17fix: use list-group variable instead of alert (#33658)Mona Brahmakshatriya1-1/+1
Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale
2021-04-15Fix v5 regressions in tab dropdown functionality (#33626)Carson Sievert2-1/+36
Scope selector to `dropdownElement` when adding active classes
2021-04-14Make accordion icon rotation more natural (#33292)Victor Massé1-1/+1
2021-04-14Add example: Panels stay open (#33553)Peter Hartree1-0/+45
* Add example: Panels stay open * Set unique element IDs in the new example * Update language Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-04-14Correct the heading for the States sectionMark Otto1-1/+1
2021-04-14Decouple BackDrop from modal (#32439)GeoSot7-69/+385
* Create backdrop.js util * revert breaking changes remove PromiseTimout usage revert class name * one more test | change bundlewatch.config * add config obj to backdrop helper | tests for rootElement | use transitionend helper * Minor tweaks — Renaming Co-authored-by: Rohit Sharma <[email protected]>
2021-04-14Docs: Fix wrong dark attribute in Table - Vertical Alignment (#33597)Philip Wedemann1-25/+23
* Fix wrong dark attribute * Remove the outer table completely Co-authored-by: Mark Otto <[email protected]>
2021-04-14Js: fix some testsGeoSot3-13/+23
2021-04-14Have $form-check-input-border's default derive from ($black instead of ↵Carson1-1/+1
hard-coded black)
2021-04-14refactor(color-scheme): reduce complexityGaël Poupard1-12/+2
2021-04-14Bump rollup from 2.45.1 to 2.45.2 (#33615)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.45.1 to 2.45.2. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.45.1...v2.45.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-04-13Hide validation icons from multiple selectsGeremia Taglialatela1-11/+6
Implementation provided in #33411 does not take into account that some Operating Systems may display a vertical scrollbar in the multiple select field This implementation will hide the validation icons from multiple select fields, just like Bootstrap 4 does. Fix: #33591
2021-04-13fix: make EventHandler better handle mouseenter/mouseleave events (#33310)alpadev2-11/+105
* fix: make EventHandler better handle mouseenter/mouseleave events * refactor: simplify custom events regex and move it to a variable
2021-04-13Update devDependencies (#33590)XhmikosR2-191/+190
* @babel/core ^7.13.14 → ^7.13.15 * @babel/preset-env ^7.13.12 → ^7.13.15 * eslint ^7.23.0 → ^7.24.0 * postcss ^8.2.9 → ^8.2.10 * rollup ^2.44.0 → ^2.45.1 * vnu-jar 21.2.5 → 21.4.9
2021-04-11refactor: make static `selectMenuItem` method private (#33589)alpadev1-26/+26
2021-04-11Remove element event listeners through base component (#33429)GeoSot6-7/+3
After some research, I found out that EventHandler saves all the custom events per element using namespace, and is capable of removing handlers using only the element and its namespace (`DATA_KEY`). So, probably is better to utilize the base-component to do the same job.
2021-04-11Update tests to check for `noop` to be removedRohit Sharma2-4/+5
2021-04-11Dropdown — Don't use event delegationRohit Sharma1-3/+3
2021-04-11Use cached `noop` function everywhereRohit Sharma4-7/+7
2021-04-11Decouple Modal's scrollbar functionality (#33245)GeoSot4-121/+27
2021-04-10Add color-scheme mixinMark Otto3-0/+40
2021-04-09docs: update clipboard.js to v2.0.8 (#33583)XhmikosR1-3/+3
2021-04-09footer: fix `rel=noopener` attribute (#33571)XhmikosR1-12/+12
There's no need to use `rel=noopener` without `target=_blank`, but otherwise, it should be used since it's a potential security issue.