aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-17Remove a leftover sass:math module call (#34280)Mark Otto1-2/+0
2021-06-16Fix carousel buttons (#34266)alpadev2-1/+36
* test(carousel): add test to check if next/prev button work as intended * fix(carousel): merge passed config with instance config in carouselInterface
2021-06-15fix error in javascript example under Asynchronous functions and transitions ↵Matt Dufresne1-1/+1
section
2021-06-15Bump @babel/core from 7.14.5 to 7.14.6 (#34262)dependabot[bot]2-9/+15
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.5 to 7.14.6. - [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.14.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... 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-06-15Bump postcss from 8.3.3 to 8.3.4 (#34260)dependabot[bot]2-4/+4
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.3 to 8.3.4. - [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.3.3...8.3.4) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-14querySelector will only select the first element. Adjust to QuerySelectorAllaphel1-5/+7
2021-06-14Don't set auto margin on offcanvas closeMark Otto1-1/+3
2021-06-14Add important to utilities, mention it's usage and global variableMark Otto1-45/+49
2021-06-14Document the change to breakpoint mixins (#34251)Mark Otto1-0/+4
* Document the change to breakpoint mixins * Update migration.md Co-authored-by: XhmikosR <[email protected]>
2021-06-14Replace Freenode with Libera.Chat in the remaining files (#34250)XhmikosR2-2/+2
2021-06-14Update devDependenciesXhmikosR2-606/+558
* @babel/cli ^7.14.3 → ^7.14.5 * @babel/core ^7.14.3 → ^7.14.5 * @babel/preset-env ^7.14.4 → ^7.14.5 * karma ^6.3.3 → ^6.3.4 * postcss ^8.3.0 → ^8.3.3 * rollup ^2.51.1 → ^2.51.2 * stylelint-config-twbs-bootstrap ^2.2.0 → ^2.2.1 * vnu-jar 21.4.9 → 21.6.11
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto15-58/+86
* Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions
2021-06-14docs(style): fix display of nested `<ul><li>` (#34223)Julien Déramond1-3/+3
2021-06-14fix(docs): update docs to match the newest modal-open removal (#34239)Szymon Wiszczuk1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2021-06-14Update tooltips.md (#34222)Marius Steffens1-1/+1
Update method names in the options table from old jQuery API to new Bootstrap 5 API
2021-06-13docs: update overview.md to fix typoLuke Ingalls1-1/+1
2021-06-13fix accessibility issue on sidebars example (#34214)Laussel Loïc1-4/+4
2021-06-08Update devDependencies (#34206)XhmikosR2-86/+84
* eslint ^7.27.0 → ^7.28.0 * karma ^6.3.2 → ^6.3.3 * karma-firefox-launcher ^2.1.0 → ^2.1.1 * rollup ^2.50.5 → ^2.51.1
2021-06-08Improve vnu-jar.js (#34075)XhmikosR1-15/+5
* switch to `execFile` for the java version command * simplify our ignores and removed no longer needed ones * remove `--no-langdetect` since it doesn't seem to trigger any issues any more
2021-06-07docs: update dropdowns.md to reflect the correct version (#34180)Eelke van den Bos1-1/+1
* Update dropdowns.md to reflect correct version * Clarify content, drop the reference to versions * Update dropdowns.md Co-authored-by: Mark Otto <[email protected]>
2021-06-07docs: update migration.md to fix a typoEduardo Allegrini1-1/+1
2021-06-06Refactor scrollbar.js to be used as a Class (#33947)GeoSot6-112/+135
2021-06-03docs(customize): missed explanations for overrides (#34179)Gaël Poupard1-3/+1
Closes #34176 Co-authored-by: XhmikosR <[email protected]>
2021-06-03Allow individual grid classes to override `.row-cols` (#33621)Anal-Retentive Squirrel Hunter2-3/+28
2021-06-03Add positioned badges example to docs (#34143)Joel Johnson1-4/+26
* Update documentation for badges * Removes useless changes, as well as fixes an example * Fixes some text with a badge example Co-authored-by: Mark Otto <[email protected]>
2021-06-03fix(forms): unitless `line-height` for floating labels (#34161)Gaël Poupard2-0/+2
Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-06-03Add `getOrCreateInstance` method in base-component (#33276)GeoSot39-124/+744
Co-authored-by: Rohit Sharma <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2021-06-03Fix handling of transitionend events dispatched by nested elements(#33845)alpadev7-87/+200
Fix handling of transitionend events dispatched by nested elements Properly handle events from nested elements Change `emulateTransitionEnd` to `executeAfterTransition` &&
2021-06-02Placeholder changes to input value in readonly input. (#34040)Rajesh Kumar1-3/+3
* placeholder changes to input value * Fix content and add value to readOnly input * add value in readonly input * Update site/content/docs/5.0/forms/form-control.md Co-authored-by: Rajesh Kumar <https://github.com/rajesh2kumar96> Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2021-06-02img in horizontal card (#34160)Gaël Poupard1-1/+1
* docs(cards): img in horizontal card Closes #34145 Simply adds `img-fluid` and `rounded-start` classes to horizontal card example to ensure copy-pasting from the docs matches the expectation. * Update site/content/docs/5.0/components/card.md Co-authored-by: Mark Otto <[email protected]>
2021-06-02Sets the correct color for popover header bottom borderBreno Reis1-1/+1
2021-06-02add Bootstrap 5 Simplified Chinese translation王赛1-0/+5
2021-06-02Fix typo ("theses"→ "these")Anirvan Chatterjee1-1/+1
2021-06-01Regenerate package-lock.json to flatten the deps tree (#34157)XhmikosR1-308/+98
2021-06-01Bump @babel/preset-env from 7.14.2 to 7.14.4 (#34154)dependabot[bot]2-55/+158
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.2 to 7.14.4. - [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.14.4/packages/babel-preset-env) 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-06-01Bump rollup from 2.50.0 to 2.50.5 (#34155)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.0 to 2.50.5. - [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.50.0...v2.50.5) 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-06-01Bump autoprefixer from 10.2.5 to 10.2.6 (#34153)dependabot[bot]2-10/+18
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.2.5 to 10.2.6. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.2.5...10.2.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-06-01Bump eslint-plugin-import from 2.23.3 to 2.23.4 (#34156)dependabot[bot]2-9/+34
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.23.3 to 2.23.4. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.23.3...v2.23.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-31Changing Backdrop rootElement to default to a string (#34092)Ryan Weaver2-6/+7
The current config can cause the "body" to become stale. Specifically, if the entire body element is swapped out for a new body element, then the backdrop will continue to append itself to the original body element, since it's stored in memory as a reference on this object. This also no longer allows an explicit null to be passed to Backdrop's rootElement This still accomplishes the laziness of "not finding the rootElement until the Backdrop is created" to avoid problems of the JavaScript being included inside <head> (so, before body is available).
2021-05-29Bump ws from 7.4.5 to 7.4.6 (#34136)dependabot[bot]1-3/+3
Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 7.4.6. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...7.4.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28Add missing transition to `.form-select` (#34034)Simon Ihmig2-0/+3
A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing. Co-authored-by: alpadev <[email protected]>
2021-05-28corrected link to text alignment docs (#34119)Andrea Sudharta1-1/+1
Co-authored-by: alpadev <[email protected]>
2021-05-28fix(tables): decouple table-bg and table-accent-bg (#34048)Gaël Poupard2-1/+2
Co-authored-by: alpadev <[email protected]>
2021-05-27fix(dropdowns): RTL for `.dropdown-menu-*` (#34124)Gaël Poupard1-4/+4
2021-05-25Change `element.parentNode.removeChild(element)` to `element.remove()` (#34071)GeoSot5-15/+9
2021-05-25Bump rollup from 2.48.0 to 2.50.0 (#34108)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.48.0 to 2.50.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.48.0...v2.50.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25Bump rtlcss from 3.1.2 to 3.2.0 (#34105)dependabot[bot]2-4/+4
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/MohammadYounes/rtlcss/releases) - [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/MohammadYounes/rtlcss/compare/3.1.2...3.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-25Update Hugo config and sitemap.xml (#34074)XhmikosR2-4/+6
2021-05-25Delete FUNDING.yml (#34073)XhmikosR1-3/+0
2021-05-25Fix x-paddings for select (with floating label, and in Firefox) (#34008)Gaël Poupard2-1/+4