aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Explicitly add missing opacity-0 helper class example for clarity.Benedikt Willi1-0/+2
Add a missing opacity-0 helper class example. From existing examples, it wasn't obvious to me that this class exists. This commit makes it a bit more explicit.
2023-06-25Update bottom border on dark navbar example (#38707)Julien Déramond1-2/+2
* Docs: drop bottom border from dark navbar example * Use `.border-body`
2023-06-25Update flex utilities link in navs docskyletsang1-1/+1
2023-06-25Increase contrast in dark-mode (#38525)Erik Faye-Lund1-1/+1
This increases the default brightness for the body text-color in dark mode, which inceases readability a bit. It was also suggested to darken the background a bit, but we unfortunately don't have a darker gray in our color palette. So for now, let's increase the text-color by two notches, and leave the background color as-is instead.
2023-06-25Generalize disabled nav links CSS rules (#38774)Julien Déramond1-14/+2
Co-authored-by: Patrick H. Lauke <[email protected]>
2023-06-25Fix missing `@popperjs/core` 2.11.8 refs (#38783)Julien Déramond2-3/+3
2023-06-21Build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5 (#38795)dependabot[bot]2-778/+767
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.4 to 7.22.5. - [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.22.5/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>
2023-06-21Build(deps-dev): Bump stylelint from 15.7.0 to 15.8.0 (#38799)dependabot[bot]2-22/+8
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.7.0 to 15.8.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.7.0...15.8.0) --- updated-dependencies: - dependency-name: stylelint 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>
2023-06-21Build(deps-dev): Bump terser from 5.18.0 to 5.18.1 (#38798)dependabot[bot]2-8/+8
Bumps [terser](https://github.com/terser/terser) from 5.18.0 to 5.18.1. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.18.0...v5.18.1) --- updated-dependencies: - dependency-name: terser 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>
2023-06-21Build(deps-dev): Bump eslint from 8.42.0 to 8.43.0 (#38797)dependabot[bot]2-16/+16
Bumps [eslint](https://github.com/eslint/eslint) from 8.42.0 to 8.43.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.42.0...v8.43.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>
2023-06-18Add `color-modes.js` to `bootstrap-x.y.z-examples.zip` (#38747)Julien Déramond1-1/+9
2023-06-14Minor fixes for Docs Versions page (#38734)Christian Oliff1-2/+2
2023-06-14Fix stack examples (#38745)Kyle Tsang1-2/+2
2023-06-14Docs (tooltips): Fix "them" typo in markup section (#38751)EricDunsworth1-1/+1
2023-06-14Build(deps-dev): Bump terser from 5.16.0 to 5.18.0 (#38755)dependabot[bot]3-15/+15
* Build(deps-dev): Bump terser from 5.16.0 to 5.18.0 Bumps [terser](https://github.com/terser/terser) from 5.16.0 to 5.18.0. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/5.16.0...v5.18.0) --- updated-dependencies: - dependency-name: terser dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update .bundlewatch.config.json * Update package.json * Update package-lock.json --------- 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]>
2023-06-14Build(deps-dev): Bump @babel/cli from 7.21.5 to 7.22.5 (#38756)dependabot[bot]2-8/+8
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.21.5 to 7.22.5. - [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.22.5/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" 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>
2023-06-13Build(deps-dev): Bump rollup from 3.23.1 to 3.25.1 (#38757)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.23.1 to 3.25.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/v3.23.1...v3.25.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>
2023-06-13Build(deps-dev): Bump @babel/core from 7.22.1 to 7.22.5 (#38754)dependabot[bot]2-220/+220
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.1 to 7.22.5. - [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.22.5/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>
2023-06-08Fix missing word issue on nav-tabs page (#38688)Christian Oliff1-1/+1
Fix the sentence: > Force your .nav’s contents to extend the full available width one of two modifier classes. to: > Force your .nav’s contents to extend the full available width with one of two modifier classes.
2023-06-06Build(deps-dev): Bump stylelint from 15.6.2 to 15.7.0 (#38715)dependabot[bot]2-44/+56
Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.6.2 to 15.7.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/15.6.2...15.7.0) --- updated-dependencies: - dependency-name: stylelint 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>
2023-06-06Build(deps-dev): Bump karma-jasmine-html-reporter from 2.0.0 to 2.1.0 (#38717)dependabot[bot]2-9/+9
Bumps [karma-jasmine-html-reporter](https://github.com/dfederm/karma-jasmine-html-reporter) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/dfederm/karma-jasmine-html-reporter/releases) - [Commits](https://github.com/dfederm/karma-jasmine-html-reporter/commits) --- updated-dependencies: - dependency-name: karma-jasmine-html-reporter 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>
2023-06-06Build(deps-dev): Bump eslint from 8.41.0 to 8.42.0 (#38713)dependabot[bot]2-24/+24
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.42.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.41.0...v8.42.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>
2023-06-06Build(deps-dev): Bump rollup from 3.23.0 to 3.23.1 (#38714)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.23.0 to 3.23.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/v3.23.0...v3.23.1) --- 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>
2023-06-06Build(deps-dev): Bump hugo-bin from 0.105.0 to 0.108.0 (#38716)dependabot[bot]2-395/+423
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.105.0 to 0.108.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.105.0...v0.108.0) --- 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>
2023-06-06Fix link colors in Sidebars example (#38711)Mark Otto1-4/+4
2023-06-03Docs: consistency between custom buttons, popovers and tooltipsJulien Déramond1-3/+4
2023-06-01Regenerate package-lock.jsonXhmikosR1-225/+266
2023-06-01Build(deps-dev): Bump hugo-bin from 0.103.5 to 0.105.0 (#38686)dependabot[bot]2-773/+329
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.103.5 to 0.105.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.103.5...v0.105.0) --- 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>
2023-06-01Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.0.2 to 15.1.0 (#38685)dependabot[bot]2-8/+8
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.0.2 to 15.1.0. - [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v15.1.0/packages/node-resolve) --- updated-dependencies: - dependency-name: "@rollup/plugin-node-resolve" 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>
2023-05-31collate distribution intervalZhangChengLin1-2/+2
2023-05-31docs(spinners): improve buttons examples accessibility (#38632)Gaël Poupard1-10/+10
* docs(spinners): improve buttons examples accessibility * docs(spinners): missed occurrence of wrong role + aria-hidden --------- Co-authored-by: Patrick H. Lauke <[email protected]>
2023-05-31Docs: add more details on accessibility tips (#38583)Hannah Issermann1-1/+1
* Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Docs: add more details on accessibility tips * Fix syntax --------- Co-authored-by: Julien Déramond <[email protected]>
2023-05-31Doc: fix 'Events' JS exampleJulien Déramond1-3/+1
2023-05-31docs(forms): switch to aria-describedby (#38592)Gaël Poupard2-7/+7
* docs(forms): switch to aria-describedby * docs(forms): revert #37587 callout change * docs(forms): improved sizing select examples labels
2023-05-31Add `$navbar-dark-icon-color`Julien Déramond1-1/+2
2023-05-31Use `.d-none` instead of inline stylingJulien Déramond21-21/+21
2023-05-31Add 'Issues assignment' section to the Contributing GuidelinesJulien Déramond1-0/+7
2023-05-31Adding a link to `clearfix` (#38528)Thomas Landauer1-0/+2
* Adding a link to `clearfix` * Update float.md * Update float.md --------- Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2023-05-31Update Sass docs to mention compiling and including (#38538)Mark Otto1-6/+47
Co-authored-by: Julien Déramond <[email protected]>
2023-05-31Fix disabled element tooltip stackblitz (#38623)Ian Haggerty1-3/+1
* Load js for disabled button tooltip stackblitz * Remove surrounding useless `<div>` --------- Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2023-05-31Remove duplicate `$alert-*-scale` Sass vars (#38674)Julien Déramond1-3/+0
2023-05-31Update code-examples.js (#38675)XhmikosR1-6/+7
2023-05-30Release v5.3.0 (#38657)XhmikosR103-610/+594
* Bump version to 5.3.0 * Dist
2023-05-30Build(deps-dev): Bump hugo-bin from 0.103.3 to 0.103.5 (#38667)dependabot[bot]2-8/+8
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.103.3 to 0.103.5. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.103.3...v0.103.5) --- updated-dependencies: - dependency-name: hugo-bin 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>
2023-05-30Build(deps-dev): Bump @babel/preset-env from 7.22.2 to 7.22.4 (#38668)dependabot[bot]2-220/+220
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.2 to 7.22.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.22.4/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>
2023-05-30Build(deps-dev): Bump postcss from 8.4.23 to 8.4.24 (#38666)dependabot[bot]2-8/+8
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.24. - [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.4.23...8.4.24) --- 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>
2023-05-30Fix always-false boolean condition (#38665)Mark Cowan1-1/+1
2023-05-27Update devDependencies (#38656)XhmikosR3-745/+885
* @babel/core ^7.21.8 → ^7.22.1 * @babel/preset-env ^7.21.5 → ^7.22.2 * @popperjs/core ^2.11.7 → ^2.11.8 * hugo-bin ^0.103.1 → ^0.103.3 * lockfile-lint ^4.10.1 → ^4.10.5
2023-05-25Update color-modes.js (#38626)Jeroen Akkerman1-3/+6
* Update color-modes.js Fix IF statement in the prefer-color-scheme change listener always evaluating to `true` and changing the theme to "dark" even when "light" is set as the preferred theme. | `||` | `x !== "light"` | `x !== "dark"` | Result | |--|:--:|:--:|:--:| | `x = "light"` | ○ | ● | ● | | `x = "dark"` | ● | ○ | ● | | `x = "auto"` | ● | ● | ● | | `x = "bogus"` | ● | ● | ● | <hr> | `&&` | `x !== "light"` | `x !== "dark"` | Result | |--|:--:|:--:|:--:| | `x = "light"` | ○ | ● | ○ | | `x = "dark"` | ● | ○ | ○ | | `x = "auto"` | ● | ● | ● | | `x = "bogus"` | ● | ● | ● | * Implement re-read of stored theme
2023-05-24Build(deps-dev): Bump rollup from 3.21.8 to 3.23.0 (#38639)dependabot[bot]2-8/+8
Bumps [rollup](https://github.com/rollup/rollup) from 3.21.8 to 3.23.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/v3.21.8...v3.23.0) --- 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>