aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22Fix linter errorspr/34102Mark Otto1-26/+38
2021-06-22Issue #33861: New utl() mixin.Andreas Hennings6-0/+107
2021-06-22Release v5.0.2 (#34276)v5.0.2XhmikosR111-2738/+3040
* Bump version to v5.0.2. * Dist
2021-06-22Fix another Sass division (#34332)Mark Otto1-2/+2
* Fix another Sass division * Revert the percentage division in the mixins for accuracy Co-authored-by: XhmikosR <[email protected]>
2021-06-22Register only one `DOMContentLoaded` event listener in `onDOMContentLoaded` ↵alpadev2-3/+21
(#34158) * refactor: reuse one DOMContentLoaded event listener in onDOMContentLoaded function Instead of adding an event listener everytime the utility function is called, cache the callbacks and execute them all at once. * refactor: drop iife for onDOMContentLoaded Co-authored-by: XhmikosR <[email protected]>
2021-06-22Bump sass from 1.32.13 to 1.35.1 (#34285)dependabot[bot]2-4/+4
* Bump sass from 1.32.13 to 1.35.1 Bumps [sass](https://github.com/sass/dart-sass) from 1.32.13 to 1.35.1. - [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.13...1.35.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update package.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2021-06-22Update rfs to v9.0.4.Mark Otto1-13/+55
2021-06-22Update the divide() functionMark Otto2-13/+30
2021-06-22fix(carousel): arrow keys break animation if carousel sliding (#34307)alpadev2-15/+81
2021-06-22Bump @babel/preset-env from 7.14.5 to 7.14.7 (#34326)dependabot[bot]2-40/+54
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.5 to 7.14.7. - [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.7/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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-22build/vnu-jar.js: clean up ignores (#34279)XhmikosR1-4/+1
2021-06-22Bump rollup from 2.52.1 to 2.52.2 (#34325)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.52.1 to 2.52.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.52.1...v2.52.2) --- updated-dependencies: - dependency-name: rollup 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-22Bump eslint from 7.28.0 to 7.29.0 (#34324)dependabot[bot]2-7/+7
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.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.28.0...v7.29.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... 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-22Bump hugo-bin from 0.71.1 to 0.72.1 (#34327)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.71.1 to 0.72.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.71.1...v0.72.1) --- updated-dependencies: - dependency-name: hugo-bin dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-19Small typos, closes #34249Mark Otto1-2/+2
2021-06-18Bump rollup from 2.51.2 to 2.52.1 (#34288)dependabot[bot]2-5/+5
Bumps [rollup](https://github.com/rollup/rollup) from 2.51.2 to 2.52.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.51.2...v2.52.1) --- updated-dependencies: - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor ... 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-18Bump postcss from 8.3.4 to 8.3.5 (#34287)dependabot[bot]2-4/+4
Bumps [postcss](https://github.com/postcss/postcss) from 8.3.4 to 8.3.5. - [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.4...8.3.5) --- 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> Co-authored-by: XhmikosR <[email protected]>
2021-06-18Bump globby from 11.0.3 to 11.0.4 (#34286)dependabot[bot]2-4/+4
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: globby 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-17Fix lingering Sass math (#34281)Mark Otto1-2/+2
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