Patrick H. Lauke
3ce0a8d3ec
Dynamic tab should not show when triggered on disabled
element ( #33257 )
...
* show() should bail if the trigger has `disabled` attribute
* use 'isDisabled' helper
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-17 10:52:40 +02:00
GeoSot
b9f30903a5
Fix carousel RTL and refactor code, fix rtl swipe issues ( #32913 )
...
* move common code to reusable functions
* add/re-factor tests, directionToOrder func
* add _orderToDirection tests
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-17 07:58:43 +02:00
GeoSot
c5083d5fc3
Use more safe check for 'isDisabled' helper ( #33385 )
2021-03-17 07:44:15 +02:00
Mark Otto
c198eb6319
Revamp accordion borders to fix pixel jumping ( #33149 )
...
- Pushes the borders to the .accordion-item
- Simplifies the .accordion-flush
- Recreates the .accordion-button border-bottom with an inset box-shadow
- Updates background-color to solid to match other components like list group and prevent stacked translucent borders
- Use negative margin to overlap the consecutive items
2021-03-16 22:16:03 -07:00
Anton
fcac2e3aa6
Add example: toggle modal dialogs ( #33301 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
2021-03-16 22:15:06 -07:00
Mark Otto
6ed439ff73
Updates customize Sass docs to reflect proper placement of default variables overrides
2021-03-16 22:04:51 -07:00
GeoSot
ddf72bc612
Accept data-bs-body option in the configuration object as well ( #33248 )
...
* Accept data-bs-body option in the configuration object as well
Tweak jqueryInterface, add some more tests
* Fix Markdown table formatting and tweak the wording on backdrop
Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 18:35:03 +02:00
dependabot[bot]
1e14a0e646
Bump karma from 6.1.2 to 6.2.0 ( #33374 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.1.2...v6.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 12:55:16 +02:00
dependabot[bot]
7a20375d85
Bump rollup from 2.41.0 to 2.41.3 ( #33377 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.41.0 to 2.41.3.
- [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.41.0...v2.41.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 12:50:46 +02:00
dependabot[bot]
5242f1223e
Bump eslint from 7.21.0 to 7.22.0 ( #33376 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.21.0 to 7.22.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.22.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 12:47:05 +02:00
dependabot[bot]
ebb445b0b5
Bump postcss from 8.2.7 to 8.2.8 ( #33375 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.2.7 to 8.2.8.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.2.7...8.2.8 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 12:43:35 +02:00
dependabot[bot]
8d9c62852a
Bump karma-rollup-preprocessor from 7.0.6 to 7.0.7 ( #33373 )
...
Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor ) from 7.0.6 to 7.0.7.
- [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases )
- [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.6...7.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16 12:35:45 +02:00
Anton
af42557f4a
Update modal's show
method to accept relatedTarget
as an argument ( #33300 )
...
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-16 07:49:52 +02:00
Ryan Berliner
99b2c0b390
only trigger tooltip inserted event on true dom insert
2021-03-16 07:48:50 +02:00
Ryan Berliner
72d2313579
reuse existing popper on show during tooltip fadeout
2021-03-16 07:48:50 +02:00
Ryan Berliner
6ef70b342c
prevent quick interactions from misplacing tooltips
2021-03-16 07:48:50 +02:00
Ryan Berliner
d491c29aa0
prevent tooltip from being deleted on quick re-activations
2021-03-16 07:48:50 +02:00
Rohit Sharma
6ecd1c626e
Change the name of the Offcanvas
constructor ( #33261 )
2021-03-16 07:21:04 +02:00
XhmikosR
e153e5f5b2
Improve change-version.js ( #33148 )
...
* switch to async/await
* remove shelljs
* switch to globby; supports .gitignore out of the box
* don't write any files to the disk if they are indentical
* add two more cmd switches: --dry and --verbose
* strip leading "v" from version arguments so that we don't end up with duplicate `v`s
2021-03-11 11:37:52 +02:00
Mark Otto
6b3254536b
Add migration guide entry
2021-03-10 22:04:32 -08:00
Mark Otto
5c6e72c6fe
Change from element selector to the opt-in class
2021-03-10 22:04:32 -08:00
Mark Otto
defce83027
Add ol.list-group with psuedo-element numbers
2021-03-10 22:04:32 -08:00
Mark Otto
844aab4295
Fixes some copy around inline forms
2021-03-10 21:25:21 -08:00
Kyle Tsang
88cbe443b8
Mention .no-gutters removal in migration guide ( #33332 )
...
* Mention .no-gutters removal in migration guide
* Update site/content/docs/5.0/migration.md
Co-authored-by: Mark Otto <otto@github.com>
2021-03-10 19:28:15 -08:00
gopal-jayaraman
644afc2761
Removing duplicate text-decoration style for abbr[title] #33197 ( #33325 )
...
Removing duplicate text-decoration style for abbr[title] #33197
2021-03-10 19:06:18 -08:00
Mohamed Khoualed
a5c4a7a1f2
Grammatically update the doc ( #33267 )
...
* Grammatically update the doc
* Apply suggestions from code review
Co-authored-by: Mark Otto <otto@github.com>
2021-03-10 19:05:03 -08:00
Garrett Johnson
a49d1e3e58
Fix Flex utilities to add vertical space in example
...
The `justify-content-around` example is missing a `mb-3` class because it is not the last example.
2021-03-10 17:23:24 -08:00
Martin Choutka
a245ef46e2
Update the "Nonblocking files" section in the docs
...
Added few paragraphs about optimizing FCP times, deferring non-critical JS and CSS, may update in the future again
2021-03-10 08:57:50 -08:00
XhmikosR
2732a60ecd
@rollup/plugin-replace: specify preventAssignment: true
( #33329 )
...
This is to fix a warning since the option will be set to true in the next major version of the plugin
2021-03-10 18:47:42 +02:00
XhmikosR
26c999152b
Delete the unused build/ship.sh ( #33326 )
2021-03-10 18:47:20 +02:00
dependabot[bot]
f9ee4825e8
Bump @babel/preset-env from 7.13.9 to 7.13.10 ( #33315 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.13.9 to 7.13.10.
- [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.10/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:52:38 +02:00
dependabot[bot]
43e50ce74a
Bump @babel/cli from 7.13.0 to 7.13.10 ( #33314 )
...
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli ) from 7.13.0 to 7.13.10.
- [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.10/packages/babel-cli )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10 09:43:37 +02:00
dependabot[bot]
bce1e63bb3
Bump rollup from 2.40.0 to 2.41.0 ( #33312 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.40.0 to 2.41.0.
- [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.40.0...v2.41.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-10 07:59:47 +02:00
dependabot[bot]
8ef613c297
Bump @babel/core from 7.13.8 to 7.13.10 ( #33311 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.13.8 to 7.13.10.
- [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.10/packages/babel-core )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-10 07:43:43 +02:00
dependabot[bot]
7d3fa63c3f
Bump karma from 6.1.1 to 6.1.2 ( #33313 )
...
Bumps [karma](https://github.com/karma-runner/karma ) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/karma-runner/karma/releases )
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md )
- [Commits](https://github.com/karma-runner/karma/compare/v6.1.1...v6.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-09 14:05:05 +02:00
XhmikosR
bdffdb9380
Update devDependencies ( #33307 )
...
* @popperjs/core ^2.9.0 → ^2.9.1
* autoprefixer ^10.2.4 → ^10.2.5
* clean-css-cli ^5.2.0 → ^5.2.1
* postcss ^8.2.6 → ^8.2.7
* stylelint ^13.11.0 → ^13.12.0
2021-03-08 19:00:06 +02:00
dependabot[bot]
902263ba27
Bump jquery from 3.5.1 to 3.6.0 ( #33242 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.5.1 to 3.6.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.5.1...3.6.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-08 18:46:39 +02:00
GeoSot
e163d98845
modal: move common code to a new isAnimated
method ( #33056 )
2021-03-08 18:35:59 +02:00
GeoSot
548be2ed66
Offcanvas as component ( #29017 )
...
* Add a new offcanvas component
* offcanvas.js: switch to string constants and `event.key`
* Remove unneeded code
* Sass optimizations
* Fixes
Make sure the element is hidden and not offscreen when inactive
fix close icon negative margins
Add content in right & bottom examples
Re-fix bottom offcanvas height not to cover all viewport
* Wording tweaks
* update tests and offcanvas class
* separate scrollbar functionality and use it in offcanvas
* Update .bundlewatch.config.json
* fix focus
* update btn-close / fix focus on close
* add aria-modal and role
return focus on trigger when offcanvas is closed
change body scrolling timings
* move common code to reusable functions
* add aria-labelledby
* Replace lorem ipsum text
* fix focus when offcanvas is closed
* updates
* revert modal, add tests for scrollbar
* show backdrop by default
* Update offcanvas.md
* Update offcanvas CSS to better match modals
- Add background-clip for borders
- Move from outline to border (less clever, more consistent)
- Add scss-docs in vars
* Revamp offcanvas docs
- Add static example to show and explain the components
- Split live examples and rename them
- Simplify example content
- Expand docs notes elsewhere
- Add sass docs
* Add .offcanvas-title instead of .modal-title
* Rename offcanvas example to offcanvas-navbar to reflect it's purpose
* labelledby references title and not header
* Add default shadow to offcanvas
* enable offcanvas-body to fill all the remaining wrapper area
* Be more descriptive, on Accessibility area
* remove redundant classes
* ensure in case of an already open offcanvas, not to open another one
* bring back backdrop|scroll combinations
* bring back toggling class
* refactor scrollbar method, plus tests
* add check if element is not full-width, according to #30621
* revert all in modal
* use documentElement innerWidth
* Rename classes to -start and -end
Also copyedit some docs wording
* omit some things on scrollbar
* PASS BrowserStack tests
-- IOS devices, Android devices and Browsers on Mac, hide scrollbar by default and appear it, only while scrolling.
* Rename '_handleClosing' to '_addEventListeners'
* change pipe usage to comma
* change Data.getData to Data.get
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
2021-03-02 19:10:10 +02:00
Rohit Sharma
b9e51dc3c4
Dropdown — Drop flip
option ( #33198 )
2021-03-02 17:27:13 +02:00
XhmikosR
977c366cbe
Rename _gh_pages to _site. ( #33129 )
2021-03-02 17:05:26 +02:00
alpadev
48a95f7280
refactor: use a Map instead of an Object in dom/data ( #32180 )
...
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Rohit Sharma <rohit2sharma95@gmail.com>
2021-03-02 16:55:44 +02:00
Mark Otto
6d93a1371a
Reset select:disabled opacity and null-ify color to fix rendering differences in Chrome
2021-03-02 06:40:32 -08:00
XhmikosR
205e2cae70
CodeQL: skip dependabot PRs too ( #33130 )
2021-03-02 16:09:49 +02:00
Mark Otto
1df59bb17f
Add an example of v4's media component in the flex utils docs ( #33207 )
...
* Add an example of v4's media component in the flex utils docs
* Link to new example from Migration guide
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 16:08:32 +02:00
dependabot[bot]
a4c4f7917b
Bump @popperjs/core from 2.8.3 to 2.9.0 ( #33240 )
...
* Bump @popperjs/core from 2.8.3 to 2.9.0
Bumps [@popperjs/core](https://github.com/popperjs/popper-core ) from 2.8.3 to 2.9.0.
- [Release notes](https://github.com/popperjs/popper-core/releases )
- [Commits](https://github.com/popperjs/popper-core/compare/v2.8.3...v2.9.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Update config.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 16:01:53 +02:00
dependabot[bot]
785a2cd6c9
Bump lockfile-lint from 4.6.1 to 4.6.2 ( #33238 )
...
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases )
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.6.1...lockfile-lint@4.6.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:49:12 +02:00
dependabot[bot]
c937d471a8
Bump rollup from 2.39.1 to 2.40.0 ( #33236 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 2.39.1 to 2.40.0.
- [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.39.1...v2.40.0 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:43:50 +02:00
dependabot[bot]
c17d197dd5
Bump karma-rollup-preprocessor from 7.0.5 to 7.0.6 ( #33235 )
...
Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor ) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases )
- [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.5...7.0.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2021-03-02 15:37:25 +02:00
dependabot[bot]
31167a7761
Bump @babel/preset-env from 7.12.17 to 7.13.9 ( #33234 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.12.17 to 7.13.9.
- [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.9/packages/babel-preset-env )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02 15:28:05 +02:00