aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-03-16build-plugins: use object spreadXhmikosR-patch-5XhmikosR1-2/+2
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>
2021-03-10Bump @babel/cli from 7.13.0 to 7.13.10 (#33314)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-10Bump rollup from 2.40.0 to 2.41.0 (#33312)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-10Bump @babel/core from 7.13.8 to 7.13.10 (#33311)dependabot[bot]2-11/+29
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-09Bump karma from 6.1.1 to 6.1.2 (#33313)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08Update devDependencies (#33307)XhmikosR5-440/+194
* @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-08Bump jquery from 3.5.1 to 3.6.0 (#33242)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-08modal: move common code to a new `isAnimated` method (#33056)GeoSot1-16/+17
2021-03-02Offcanvas as component (#29017)GeoSot20-20/+1201
* 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 <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-03-02Dropdown — Drop `flip` option (#33198)Rohit Sharma3-9/+2
2021-03-02Rename _gh_pages to _site. (#33129)XhmikosR9-10/+10
2021-03-02refactor: use a Map instead of an Object in dom/data (#32180)alpadev15-161/+126
Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Rohit Sharma <[email protected]>
2021-03-02Reset select:disabled opacity and null-ify color to fix rendering ↵Mark Otto2-6/+8
differences in Chrome
2021-03-02CodeQL: skip dependabot PRs too (#33130)XhmikosR1-0/+1
2021-03-02Add an example of v4's media component in the flex utils docs (#33207)Mark Otto2-1/+29
* Add an example of v4's media component in the flex utils docs * Link to new example from Migration guide Co-authored-by: XhmikosR <[email protected]>
2021-03-02Bump @popperjs/core from 2.8.3 to 2.9.0 (#33240)dependabot[bot]3-8/+8
* 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] <[email protected]> * Update config.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-02Bump lockfile-lint from 4.6.1 to 4.6.2 (#33238)dependabot[bot]2-8/+8
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/[email protected]@4.6.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-03-02Bump rollup from 2.39.1 to 2.40.0 (#33236)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-02Bump karma-rollup-preprocessor from 7.0.5 to 7.0.6 (#33235)dependabot[bot]2-4/+4
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-03-02Bump @babel/preset-env from 7.12.17 to 7.13.9 (#33234)dependabot[bot]2-218/+454
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02Bump @babel/cli from 7.12.17 to 7.13.0 (#33186)dependabot[bot]2-4/+4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.17 to 7.13.0. - [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.0/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-02Bump eslint from 7.20.0 to 7.21.0 (#33233)dependabot[bot]2-10/+9
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.21.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.20.0...v7.21.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-02Bump @babel/core from 7.12.17 to 7.13.8 (#33232)dependabot[bot]2-17/+187
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.17 to 7.13.8. - [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.8/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-01fix(navs): ensure button will grow in fill/justified navGaël Poupard1-0/+7
2021-03-01fix(list-group): properly set a color on list-group-itemsGaël Poupard1-1/+1
2021-03-01fix(forms): validated controls in input-groupGaël Poupard1-0/+7
2021-02-24Bundlewatch: stop ignoring dependabot branches (#33192)XhmikosR1-2/+0
2021-02-23modal: don't add margin & padding when sticky is not full width (#30621)Muhammadamin2-0/+28
* modal: don't add margin & padding when sticky is not full width * Check if element is shorter than window Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Rohit Sharma <[email protected]>
2021-02-23Bump @rollup/plugin-replace from 2.4.0 to 2.4.1 (#33190)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/replace-v2.4.0...replace-v2.4.1) 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-02-23Bump rollup from 2.39.0 to 2.39.1 (#33189)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.39.0 to 2.39.1. - [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.0...v2.39.1) 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-02-23Bump @popperjs/core from 2.8.2 to 2.8.3 (#33188)dependabot[bot]3-8/+8
* Bump @popperjs/core from 2.8.2 to 2.8.3 Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.8.2 to 2.8.3. - [Release notes](https://github.com/popperjs/popper-core/releases) - [Commits](https://github.com/popperjs/popper-core/compare/v2.8.2...v2.8.3) Signed-off-by: dependabot[bot] <[email protected]> * Update config.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>