aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23Release v5.0.0-beta3 (#33439)v5.0.0-beta3XhmikosR110-9293/+9353
2021-03-23offcanvas-navbar: add missing redirect (#33443)XhmikosR1-0/+1
2021-03-23Allow data-toggle="dropdown" and form click events to bubbleCasey Holzer2-14/+68
* remove stopPropagation from button click event * test for delegated click events * ensure button children can open menu * test to ensure clicking button opens the menu * check current element and parents * allow dropdown form click events to bubble
2021-03-23Bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 (#33435)dependabot[bot]3-18/+22
* Bump eslint-plugin-unicorn from 28.0.2 to 29.0.0 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 28.0.2 to 29.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v28.0.2...v29.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Fix lint failure Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-23Bump @babel/preset-env from 7.13.10 to 7.13.12 (#33438)dependabot[bot]2-16/+45
2021-03-23Bump hugo-bin from 0.69.0 to 0.70.0 (#33436)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.69.0 to 0.70.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.69.0...v0.70.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-03-23Bump globby from 11.0.2 to 11.0.3 (#33434)dependabot[bot]2-4/+4
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.2 to 11.0.3. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.2...v11.0.3) 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-03-23Bump rollup from 2.41.3 to 2.42.3 (#33432)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.41.3 to 2.42.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.3...v2.42.3) 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-03-23Bump clean-css-cli from 5.2.1 to 5.2.2 (#33433)dependabot[bot]2-11/+11
Bumps [clean-css-cli](https://github.com/jakubpawlowicz/clean-css-cli) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/jakubpawlowicz/clean-css-cli/releases) - [Changelog](https://github.com/jakubpawlowicz/clean-css-cli/blob/master/History.md) - [Commits](https://github.com/jakubpawlowicz/clean-css-cli/compare/v5.2.1...v5.2.2) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-23Add link to new Parcel guide in starter template (#33430)Mark Otto1-0/+1
Co-authored-by: XhmikosR <[email protected]>
2021-03-23Allow offcanvas to be initialized in open state (#33382)GeoSot4-15/+142
* Update docs to use new .show behavior and clarify some copy for first example Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-22.browserslistrc: remove Android and make Safari/iOS 12 the minimum (#33399)XhmikosR3-10/+9
2021-03-22Update examples (#33214)Mark Otto50-140/+1573
* Add updated Jumbotron example made from utilities * Update starter template example with new design and links * Update some existing examples and their screenshots * Add four new snippet-based examples * Update layout to improve things a bit * WIP * Add d-block to images * Fix horizontal scroll * move d-block to the anchor Co-authored-by: XhmikosR <[email protected]>
2021-03-22Fix flush accordion stylesMark Otto1-2/+5
2021-03-18README.md: use shields.io for the tests badge too (#33401)XhmikosR1-1/+1
2021-03-18.browserslistrc: remove the Edge workaround. (#33397)XhmikosR1-3/+0
It seems that Legacy Edge has been moved to dead, so this is no loner needed.
2021-03-18BrowserStack: test on iPhone 12 (#33398)XhmikosR1-3/+3
2021-03-17Utilities to Utilities API (Borders doc page) (#33380)Semih Raif Gürel1-1/+1
2021-03-17Update unit tests for Popper V2 (#32662)Rohit Sharma1-1/+1
2021-03-17Dynamic tab should not show when triggered on `disabled` element (#33257)Patrick H. Lauke2-6/+32
* show() should bail if the trigger has `disabled` attribute * use 'isDisabled' helper Co-authored-by: GeoSot <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-17Fix carousel RTL and refactor code, fix rtl swipe issues (#32913)GeoSot3-75/+152
* move common code to reusable functions * add/re-factor tests, directionToOrder func * add _orderToDirection tests Co-authored-by: XhmikosR <[email protected]>
2021-03-17Use more safe check for 'isDisabled' helper (#33385)GeoSot3-3/+6
2021-03-16Revamp accordion borders to fix pixel jumping (#33149)Mark Otto2-33/+21
- 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-16Add example: toggle modal dialogs (#33301)Anton1-0/+69
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-03-16Updates customize Sass docs to reflect proper placement of default variables ↵Mark Otto1-9/+17
overrides
2021-03-16Accept data-bs-body option in the configuration object as well (#33248)GeoSot5-56/+337
* 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 <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Bump karma from 6.1.2 to 6.2.0 (#33374)dependabot[bot]2-7/+7
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Bump rollup from 2.41.0 to 2.41.3 (#33377)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Bump eslint from 7.21.0 to 7.22.0 (#33376)dependabot[bot]2-10/+16
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Bump postcss from 8.2.7 to 8.2.8 (#33375)dependabot[bot]2-7/+7
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-16Bump karma-rollup-preprocessor from 7.0.6 to 7.0.7 (#33373)dependabot[bot]2-7/+7
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-16Update modal's `show` method to accept `relatedTarget` as an argument (#33300)Anton1-0/+7
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-03-16only trigger tooltip inserted event on true dom insertRyan Berliner2-2/+63
2021-03-16reuse existing popper on show during tooltip fadeoutRyan Berliner1-3/+3
2021-03-16prevent quick interactions from misplacing tooltipsRyan Berliner2-3/+10
2021-03-16prevent tooltip from being deleted on quick re-activationsRyan Berliner2-0/+33
2021-03-16Change the name of the `Offcanvas` constructor (#33261)Rohit Sharma5-40/+40
2021-03-11Improve change-version.js (#33148)XhmikosR2-76/+46
* 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-10Add migration guide entryMark Otto1-0/+4
2021-03-10Change from element selector to the opt-in classMark Otto2-7/+5
2021-03-10Add ol.list-group with psuedo-element numbersMark Otto2-0/+55
2021-03-10Fixes some copy around inline formsMark Otto1-1/+1
2021-03-10Mention .no-gutters removal in migration guide (#33332)Kyle Tsang1-0/+1
* Mention .no-gutters removal in migration guide * Update site/content/docs/5.0/migration.md Co-authored-by: Mark Otto <[email protected]>
2021-03-10Removing duplicate text-decoration style for abbr[title] #33197 (#33325)gopal-jayaraman1-1/+0
Removing duplicate text-decoration style for abbr[title] #33197
2021-03-10Grammatically update the doc (#33267)Mohamed Khoualed1-4/+4
* Grammatically update the doc * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2021-03-10Fix Flex utilities to add vertical space in exampleGarrett Johnson1-1/+1
The `justify-content-around` example is missing a `mb-3` class because it is not the last example.
2021-03-10Update the "Nonblocking files" section in the docsMartin Choutka1-1/+12
Added few paragraphs about optimizing FCP times, deferring non-critical JS and CSS, may update in the future again
2021-03-10@rollup/plugin-replace: specify `preventAssignment: true` (#33329)XhmikosR3-3/+11
This is to fix a warning since the option will be set to true in the next major version of the plugin
2021-03-10Delete the unused build/ship.sh (#33326)XhmikosR1-55/+0
2021-03-10Bump @babel/preset-env from 7.13.9 to 7.13.10 (#33315)dependabot[bot]2-14/+14
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>