]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
22 months agoBuild(deps-dev): Bump hugo-bin from 0.113.0 to 0.114.2 (#39147) 39156/head
dependabot[bot] [Tue, 5 Sep 2023 10:05:37 +0000 (13:05 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.113.0 to 0.114.2 (#39147)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.113.0 to 0.114.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.113.0...v0.114.2)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoBuild(deps): Bump streetsidesoftware/cspell-action from 2 to 3 (#39088) 39110/head
dependabot[bot] [Wed, 23 Aug 2023 06:27:01 +0000 (09:27 +0300)] 
Build(deps): Bump streetsidesoftware/cspell-action from 2 to 3 (#39088)

Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2 to 3.
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
22 months agoBuild(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.0 to 15.2.1 (#39090)
dependabot[bot] [Tue, 22 Aug 2023 12:03:50 +0000 (15:03 +0300)] 
Build(deps-dev): Bump @rollup/plugin-node-resolve from 15.2.0 to 15.2.1 (#39090)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.0 to 15.2.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.1/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoBuild(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#39089)
dependabot[bot] [Tue, 22 Aug 2023 12:02:01 +0000 (15:02 +0300)] 
Build(deps-dev): Bump rollup from 3.28.0 to 3.28.1 (#39089)

Bumps [rollup](https://github.com/rollup/rollup) from 3.28.0 to 3.28.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.28.0...v3.28.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoCorrected a grammer error in by adding the word go to examples/starter-template ...
John Hayes [Tue, 22 Aug 2023 08:25:25 +0000 (03:25 -0500)] 
Corrected a grammer error in by adding the word go to examples/starter-template (#39086)

22 months agoUpdate devDependencies (#39083)
XhmikosR [Tue, 22 Aug 2023 08:24:53 +0000 (11:24 +0300)] 
Update devDependencies (#39083)

* @rollup/plugin-node-resolve   ^15.1.0  →   ^15.2.0
* eslint-plugin-import          ^2.28.0  →   ^2.28.1
* postcss                       ^8.4.27  →   ^8.4.28
* sass                          ^1.65.1  →   ^1.66.1
* stylelint                    ^15.10.2  →  ^15.10.3

22 months agoRemove incorrect mention of .left utilities from migration guide (#39054)
Christian Oliff [Tue, 22 Aug 2023 08:24:19 +0000 (17:24 +0900)] 
Remove incorrect mention of .left utilities from migration guide (#39054)

There are no classes in Bootstrap 4.x beginning with `.left` or `.right`.

(You can do a `CTRL`+`F` on https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.css to check)

22 months agoFurther improve image compression with oxipng and the latest jpegoptim (#39037)
XhmikosR [Tue, 22 Aug 2023 08:23:43 +0000 (11:23 +0300)] 
Further improve image compression with oxipng and the latest jpegoptim (#39037)

22 months agoMigration: add back v5.0.0 heading (#39060)
XhmikosR [Mon, 21 Aug 2023 07:49:52 +0000 (10:49 +0300)] 
Migration: add back v5.0.0 heading (#39060)

* Migrations: add back v5.0.0 heading

* Update migration.md

* Update migration.md

22 months agoDropdown: reuse variable (#39046)
Mustafa Ateş Uzun [Mon, 21 Aug 2023 06:06:39 +0000 (09:06 +0300)] 
Dropdown: reuse variable (#39046)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
22 months agoImprove change-version script (#38983)
XhmikosR [Mon, 21 Aug 2023 06:03:09 +0000 (09:03 +0300)] 
Improve change-version script (#38983)

Only replace the version in specific files instead of blindly all repo files

22 months agoBuild(deps-dev): Bump eslint from 8.46.0 to 8.47.0 (#39059)
dependabot[bot] [Tue, 15 Aug 2023 11:41:08 +0000 (14:41 +0300)] 
Build(deps-dev): Bump eslint from 8.46.0 to 8.47.0 (#39059)

Bumps [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.47.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.46.0...v8.47.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoBuild(deps-dev): Bump rollup from 3.27.2 to 3.28.0 (#39056)
dependabot[bot] [Tue, 15 Aug 2023 11:40:40 +0000 (14:40 +0300)] 
Build(deps-dev): Bump rollup from 3.27.2 to 3.28.0 (#39056)

Bumps [rollup](https://github.com/rollup/rollup) from 3.27.2 to 3.28.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.27.2...v3.28.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoBuild(deps-dev): Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 (#39055)
dependabot[bot] [Tue, 15 Aug 2023 11:40:03 +0000 (14:40 +0300)] 
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.3 to 25.0.4 (#39055)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.3 to 25.0.4.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.4/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoci: update permissions for calibreapp-image-actions.yml (#39021)
Diogo Teles Sant'Anna [Tue, 15 Aug 2023 11:36:42 +0000 (08:36 -0300)] 
ci: update permissions for calibreapp-image-actions.yml (#39021)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
22 months agoBuild(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15 (#39057)
dependabot[bot] [Tue, 15 Aug 2023 11:34:10 +0000 (14:34 +0300)] 
Build(deps-dev): Bump autoprefixer from 10.4.14 to 10.4.15 (#39057)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.14 to 10.4.15.
- [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.4.14...10.4.15)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 months agoBuild(deps-dev): Bump sass from 1.64.2 to 1.65.1 (#39058)
dependabot[bot] [Tue, 15 Aug 2023 11:24:10 +0000 (14:24 +0300)] 
Build(deps-dev): Bump sass from 1.64.2 to 1.65.1 (#39058)

Bumps [sass](https://github.com/sass/dart-sass) from 1.64.2 to 1.65.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.64.2...1.65.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10 (#39017)
dependabot[bot] [Tue, 8 Aug 2023 10:22:58 +0000 (13:22 +0300)] 
Build(deps-dev): Bump @babel/preset-env from 7.22.9 to 7.22.10 (#39017)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.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.22.10/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/cli from 7.22.9 to 7.22.10 (#39015)
dependabot[bot] [Tue, 8 Aug 2023 10:20:46 +0000 (13:20 +0300)] 
Build(deps-dev): Bump @babel/cli from 7.22.9 to 7.22.10 (#39015)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.9 to 7.22.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.22.10/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump hugo-bin from 0.112.1 to 0.113.0 (#39014)
dependabot[bot] [Tue, 8 Aug 2023 10:17:24 +0000 (13:17 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.112.1 to 0.113.0 (#39014)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.112.1 to 0.113.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.112.1...v0.113.0)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10 (#39013)
dependabot[bot] [Tue, 8 Aug 2023 10:16:49 +0000 (13:16 +0300)] 
Build(deps-dev): Bump @babel/core from 7.22.9 to 7.22.10 (#39013)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.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.22.10/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump lockfile-lint from 4.10.6 to 4.12.0 (#39012)
dependabot[bot] [Tue, 8 Aug 2023 10:16:27 +0000 (13:16 +0300)] 
Build(deps-dev): Bump lockfile-lint from 4.10.6 to 4.12.0 (#39012)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.6 to 4.12.0.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.12.0/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump rollup from 3.27.0 to 3.27.2 (#39011)
dependabot[bot] [Tue, 8 Aug 2023 10:14:39 +0000 (13:14 +0300)] 
Build(deps-dev): Bump rollup from 3.27.0 to 3.27.2 (#39011)

Bumps [rollup](https://github.com/rollup/rollup) from 3.27.0 to 3.27.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/v3.27.0...v3.27.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoConvert build scripts to ESM (#38984)
XhmikosR [Sun, 6 Aug 2023 04:37:24 +0000 (07:37 +0300)] 
Convert build scripts to ESM (#38984)

23 months agodocs: add BootstrapVueNext to docs (#38970)
Issayah [Sat, 5 Aug 2023 22:10:33 +0000 (17:10 -0500)] 
docs: add BootstrapVueNext to docs (#38970)

* docs: add BootstrapVueNext to docs

* Update javascript.md

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
23 months agoAdd form elements in focusable elements when scrolling
louismaxime.piton [Fri, 28 Jul 2023 08:01:53 +0000 (10:01 +0200)] 
Add form elements in focusable elements when scrolling

23 months agoUse box-shadow CSS vars instead of Sass vars in assets and variables
Julien Déramond [Thu, 27 Jul 2023 21:00:17 +0000 (23:00 +0200)] 
Use box-shadow CSS vars instead of Sass vars in assets and variables

23 months agoexamples: update 3rd-party packages (#38994)
XhmikosR [Wed, 2 Aug 2023 18:12:18 +0000 (21:12 +0300)] 
examples: update 3rd-party packages (#38994)

23 months agointroduction: drop `details` element (#38995)
XhmikosR [Wed, 2 Aug 2023 18:12:06 +0000 (21:12 +0300)] 
introduction: drop `details` element (#38995)

* introduction: drop `details` element

* Update introduction.md

23 months agoUpdate devDependencies (#38990)
XhmikosR [Tue, 1 Aug 2023 08:33:14 +0000 (11:33 +0300)] 
Update devDependencies (#38990)

* eslint                   ^8.45.0  →   ^8.46.0
* eslint-plugin-import     ^2.27.5  →   ^2.28.0
* eslint-plugin-markdown    ^3.0.0  →    ^3.0.1
* eslint-plugin-unicorn    ^48.0.0  →   ^48.0.1
* hugo-bin                ^0.111.4  →  ^0.112.1
* rollup                   ^3.26.3  →   ^3.27.0
* sass                     ^1.64.1  →   ^1.64.2

23 months agoDocs: Fix popover template role error (#38978)
Christian Oliff [Sat, 29 Jul 2023 11:04:50 +0000 (20:04 +0900)] 
Docs: Fix popover template role error (#38978)

I'm quite sure this should be `role="tooltip"` and not `role="popover"`.  There isn't a popover role but there is a tooltip one.(https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role).. and Bootstrap 5 itself uses role="tooltip" for its popovers by default.

23 months agoUse CSS box-shadow variables in shadow utility classes (#38816)
Craig Wayne [Thu, 27 Jul 2023 20:46:12 +0000 (21:46 +0100)] 
Use CSS box-shadow variables in shadow utility classes (#38816)

23 months agoUpdate gutters.md (#38968)
XhmikosR [Thu, 27 Jul 2023 15:12:54 +0000 (18:12 +0300)] 
Update gutters.md (#38968)

23 months agoRelease v5.3.1 (#38956) v5.3.1
XhmikosR [Wed, 26 Jul 2023 07:46:38 +0000 (10:46 +0300)] 
Release v5.3.1 (#38956)

* Bump version to 5.3.1

* Dist

23 months agoExamples: improve spinner buttons accessibility (#38958)
Julien Déramond [Tue, 25 Jul 2023 05:25:48 +0000 (07:25 +0200)] 
Examples: improve spinner buttons accessibility (#38958)

23 months agoFix bundlewatch values (#38954)
Julien Déramond [Tue, 25 Jul 2023 05:23:44 +0000 (07:23 +0200)] 
Fix bundlewatch values (#38954)

23 months agoFix postcss plugin options (#38947)
Douglas Silva [Mon, 24 Jul 2023 18:26:09 +0000 (15:26 -0300)] 
Fix postcss plugin options (#38947)

23 months agofix
louismaximepiton [Mon, 17 Jul 2023 10:08:24 +0000 (12:08 +0200)] 
fix

23 months agoDocs: Update float responsive examples
Christian Oliff [Mon, 10 Jul 2023 10:24:16 +0000 (19:24 +0900)] 
Docs: Update float responsive examples

23 months agoUpdate devDependencies and regenerate package-lock.json
XhmikosR [Sun, 23 Jul 2023 19:20:47 +0000 (22:20 +0300)] 
Update devDependencies and regenerate package-lock.json

* hugo-bin   ^0.111.3  →  ^0.111.4
* postcss     ^8.4.26  →   ^8.4.27
* sass        ^1.63.6  →   ^1.64.1
* stylelint  ^15.10.1  →  ^15.10.2
* terser      ^5.19.1  →   ^5.19.2

23 months agodashboard: fix offcanvas md display (#38952)
XhmikosR [Mon, 24 Jul 2023 04:28:14 +0000 (07:28 +0300)] 
dashboard: fix offcanvas md display (#38952)

* dashboard: fix offcanvas md display

* Update index.html

23 months agoDocs: remove v4 reference in homepage
Julien Déramond [Fri, 21 Jul 2023 06:45:49 +0000 (08:45 +0200)] 
Docs: remove v4 reference in homepage

23 months agoFix some typos in Customize > Sass doc (#38948)
Julien Déramond [Sun, 23 Jul 2023 19:07:23 +0000 (21:07 +0200)] 
Fix some typos in Customize > Sass doc (#38948)

23 months agoSupport `Home` and `End` keys in tabs (#38498)
Kyle Tsang [Sun, 23 Jul 2023 19:06:14 +0000 (12:06 -0700)] 
Support `Home` and `End` keys in tabs (#38498)

* Support `Home` and `End` keys in tabs

* Update tab.js

* simplify tests

* Update navs-tabs.md

* Update .bundlewatch.config.json

---------

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
23 months agoBuild(deps-dev): Bump eslint-plugin-unicorn from 47.0.0 to 48.0.0 (#38928)
dependabot[bot] [Tue, 18 Jul 2023 15:17:15 +0000 (18:17 +0300)] 
Build(deps-dev): Bump eslint-plugin-unicorn from 47.0.0 to 48.0.0 (#38928)

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 47.0.0 to 48.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v47.0.0...v48.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump rollup from 3.26.2 to 3.26.3 (#38931)
dependabot[bot] [Tue, 18 Jul 2023 15:10:56 +0000 (18:10 +0300)] 
Build(deps-dev): Bump rollup from 3.26.2 to 3.26.3 (#38931)

Bumps [rollup](https://github.com/rollup/rollup) from 3.26.2 to 3.26.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/v3.26.2...v3.26.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9 (#38930)
dependabot[bot] [Tue, 18 Jul 2023 15:10:32 +0000 (18:10 +0300)] 
Build(deps-dev): Bump @babel/core from 7.22.8 to 7.22.9 (#38930)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.8 to 7.22.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.22.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump hugo-bin from 0.111.2 to 0.111.3 (#38929)
dependabot[bot] [Tue, 18 Jul 2023 15:09:56 +0000 (18:09 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.111.2 to 0.111.3 (#38929)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.111.2 to 0.111.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.2...v0.111.3)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump postcss from 8.4.25 to 8.4.26 (#38927)
dependabot[bot] [Tue, 18 Jul 2023 15:09:35 +0000 (18:09 +0300)] 
Build(deps-dev): Bump postcss from 8.4.25 to 8.4.26 (#38927)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.25 to 8.4.26.
- [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.25...8.4.26)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/cli from 7.22.6 to 7.22.9 (#38922)
dependabot[bot] [Tue, 18 Jul 2023 15:03:29 +0000 (18:03 +0300)] 
Build(deps-dev): Bump @babel/cli from 7.22.6 to 7.22.9 (#38922)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.6 to 7.22.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.22.9/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9 (#38920)
dependabot[bot] [Tue, 18 Jul 2023 15:03:01 +0000 (18:03 +0300)] 
Build(deps-dev): Bump @babel/preset-env from 7.22.7 to 7.22.9 (#38920)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.7 to 7.22.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.22.9/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump terser from 5.19.0 to 5.19.1 (#38921)
dependabot[bot] [Tue, 18 Jul 2023 15:02:26 +0000 (18:02 +0300)] 
Build(deps-dev): Bump terser from 5.19.0 to 5.19.1 (#38921)

Bumps [terser](https://github.com/terser/terser) from 5.19.0 to 5.19.1.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.19.0...v5.19.1)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
23 months agoBuild(deps-dev): Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 (#38923)
dependabot[bot] [Tue, 18 Jul 2023 14:58:17 +0000 (17:58 +0300)] 
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.2 to 25.0.3 (#38923)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.2 to 25.0.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.3/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoBuild(deps-dev): Bump eslint from 8.44.0 to 8.45.0 (#38919)
dependabot[bot] [Tue, 18 Jul 2023 14:35:55 +0000 (17:35 +0300)] 
Build(deps-dev): Bump eslint from 8.44.0 to 8.45.0 (#38919)

Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.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.44.0...v8.45.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 months agoDocs: fix carousel carousel colors of carousel examples in dark mode
Julien Déramond [Tue, 27 Jun 2023 19:27:48 +0000 (21:27 +0200)] 
Docs: fix carousel carousel colors of carousel examples in dark mode

23 months agoFix dark mode rendering of Cheatsheet examples (#38905)
Julien Déramond [Mon, 17 Jul 2023 03:48:33 +0000 (05:48 +0200)] 
Fix dark mode rendering of Cheatsheet examples (#38905)

23 months agoStreamline a certain amount and increase presentations in different directions (...
zcl [Mon, 17 Jul 2023 03:41:56 +0000 (11:41 +0800)] 
Streamline a certain amount and increase presentations in different directions (#38604)

23 months ago`.text-bg-*` helpers now use theme CSS variables (#38772)
cameronhollis [Mon, 17 Jul 2023 03:41:29 +0000 (23:41 -0400)] 
`.text-bg-*` helpers now use theme CSS variables (#38772)

* #38769 text-bg-primary now respects --bs-primary color

* Revert "#38769 text-bg-primary now respects --bs-primary color"

This reverts commit a4db90ff70b0957755ae4870281c318668307c65.

* #38769 updated scss file to respect --bs-primary color with text-bg-primary class

---------

Co-authored-by: Cameron Hollis <cameronjhollis@gmail.com>
23 months agoDocs: add blank target and noopener rel to footer external links
Julien Déramond [Tue, 11 Jul 2023 11:58:29 +0000 (13:58 +0200)] 
Docs: add blank target and noopener rel to footer external links

23 months agoNew Sass variable to change vertical rule width
Julien Déramond [Mon, 10 Jul 2023 14:26:44 +0000 (16:26 +0200)] 
New Sass variable to change vertical rule width

23 months agoFix tooltip generated markup documentation (#38902)
Julien Déramond [Sat, 15 Jul 2023 05:45:35 +0000 (07:45 +0200)] 
Fix tooltip generated markup documentation (#38902)

2 years agoRegenerate package-lock.json
XhmikosR [Wed, 12 Jul 2023 05:23:48 +0000 (08:23 +0300)] 
Regenerate package-lock.json

2 years agoBuild(deps-dev): Bump terser from 5.18.2 to 5.19.0 (#38901)
dependabot[bot] [Wed, 12 Jul 2023 05:19:03 +0000 (08:19 +0300)] 
Build(deps-dev): Bump terser from 5.18.2 to 5.19.0 (#38901)

Bumps [terser](https://github.com/terser/terser) from 5.18.2 to 5.19.0.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.2...v5.19.0)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump npm-run-all2 from 6.0.5 to 6.0.6 (#38900)
dependabot[bot] [Wed, 12 Jul 2023 05:16:05 +0000 (08:16 +0300)] 
Build(deps-dev): Bump npm-run-all2 from 6.0.5 to 6.0.6 (#38900)

Bumps [npm-run-all2](https://github.com/bcomnes/npm-run-all2) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/bcomnes/npm-run-all2/releases)
- [Changelog](https://github.com/bcomnes/npm-run-all2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bcomnes/npm-run-all2/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: npm-run-all2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump nodemon from 2.0.22 to 3.0.1 (#38893)
dependabot[bot] [Wed, 12 Jul 2023 05:13:19 +0000 (08:13 +0300)] 
Build(deps-dev): Bump nodemon from 2.0.22 to 3.0.1 (#38893)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.22 to 3.0.1.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.22...v3.0.1)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump stylelint from 15.9.0 to 15.10.1 (#38880)
dependabot[bot] [Wed, 12 Jul 2023 05:10:41 +0000 (08:10 +0300)] 
Build(deps-dev): Bump stylelint from 15.9.0 to 15.10.1 (#38880)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.9.0 to 15.10.1.
- [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.9.0...15.10.1)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.7 (#38899)
dependabot[bot] [Wed, 12 Jul 2023 05:08:08 +0000 (08:08 +0300)] 
Build(deps-dev): Bump @babel/preset-env from 7.22.5 to 7.22.7 (#38899)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.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.22.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump stylelint-config-twbs-bootstrap (#38898)
dependabot[bot] [Wed, 12 Jul 2023 05:05:47 +0000 (08:05 +0300)] 
Build(deps-dev): Bump stylelint-config-twbs-bootstrap (#38898)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v11.0.0...v11.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump @babel/core from 7.22.5 to 7.22.8 (#38897)
dependabot[bot] [Wed, 12 Jul 2023 05:02:52 +0000 (08:02 +0300)] 
Build(deps-dev): Bump @babel/core from 7.22.5 to 7.22.8 (#38897)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.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.22.8/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump lockfile-lint from 4.10.5 to 4.10.6 (#38896)
dependabot[bot] [Wed, 12 Jul 2023 05:01:49 +0000 (08:01 +0300)] 
Build(deps-dev): Bump lockfile-lint from 4.10.5 to 4.10.6 (#38896)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint) from 4.10.5 to 4.10.6.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Changelog](https://github.com/lirantal/lockfile-lint/blob/main/packages/lockfile-lint/CHANGELOG.md)
- [Commits](https://github.com/lirantal/lockfile-lint/commits/lockfile-lint@4.10.6/packages/lockfile-lint)

---
updated-dependencies:
- dependency-name: lockfile-lint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump hugo-bin from 0.111.1 to 0.111.2 (#38895)
dependabot[bot] [Wed, 12 Jul 2023 05:01:15 +0000 (08:01 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.111.1 to 0.111.2 (#38895)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.111.1 to 0.111.2.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.111.1...v0.111.2)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump rollup from 3.25.3 to 3.26.2 (#38892)
dependabot[bot] [Wed, 12 Jul 2023 04:57:32 +0000 (07:57 +0300)] 
Build(deps-dev): Bump rollup from 3.25.3 to 3.26.2 (#38892)

Bumps [rollup](https://github.com/rollup/rollup) from 3.25.3 to 3.26.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/v3.25.3...v3.26.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump @babel/cli from 7.22.5 to 7.22.6 (#38891)
dependabot[bot] [Wed, 12 Jul 2023 04:56:19 +0000 (07:56 +0300)] 
Build(deps-dev): Bump @babel/cli from 7.22.5 to 7.22.6 (#38891)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.22.5 to 7.22.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.22.6/packages/babel-cli)

---
updated-dependencies:
- dependency-name: "@babel/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump postcss from 8.4.24 to 8.4.25 (#38890)
dependabot[bot] [Wed, 12 Jul 2023 04:55:17 +0000 (07:55 +0300)] 
Build(deps-dev): Bump postcss from 8.4.24 to 8.4.25 (#38890)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.25.
- [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.24...8.4.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoDocs: Fix incorrect `.form-file` on migration guide (#38883)
Christian Oliff [Mon, 10 Jul 2023 08:04:21 +0000 (17:04 +0900)] 
Docs: Fix incorrect `.form-file` on migration guide (#38883)

2 years agoBuild(deps-dev): Bump stylelint-config-twbs-bootstrap (#38864)
dependabot[bot] [Sat, 8 Jul 2023 08:01:45 +0000 (11:01 +0300)] 
Build(deps-dev): Bump stylelint-config-twbs-bootstrap (#38864)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 10.0.0 to 11.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v10.0.0...v11.0.0)

---
updated-dependencies:
- dependency-name: stylelint-config-twbs-bootstrap
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump terser from 5.18.1 to 5.18.2 (#38863)
dependabot[bot] [Sat, 8 Jul 2023 07:59:07 +0000 (10:59 +0300)] 
Build(deps-dev): Bump terser from 5.18.1 to 5.18.2 (#38863)

Bumps [terser](https://github.com/terser/terser) from 5.18.1 to 5.18.2.
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.18.1...v5.18.2)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump hugo-bin from 0.110.1 to 0.111.1 (#38860)
dependabot[bot] [Sat, 8 Jul 2023 07:58:17 +0000 (10:58 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.110.1 to 0.111.1 (#38860)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.110.1 to 0.111.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.110.1...v0.111.1)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#38861)
dependabot[bot] [Sat, 8 Jul 2023 07:57:46 +0000 (10:57 +0300)] 
Build(deps-dev): Bump eslint from 8.43.0 to 8.44.0 (#38861)

Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.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.43.0...v8.44.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoadd a base class style display for toggle buttons
ZhangChengLin [Mon, 5 Jun 2023 15:02:46 +0000 (23:02 +0800)] 
add a base class style display for toggle buttons

2 years agoUpdate buttons.md
PARTHIBAN [Fri, 9 Jun 2023 15:06:26 +0000 (20:36 +0530)] 
Update buttons.md

2 years agoDocs: add missing `aria-disabled='true'` to disabled anchors
Julien Déramond [Mon, 26 Jun 2023 14:55:07 +0000 (16:55 +0200)] 
Docs: add missing `aria-disabled='true'` to disabled anchors

2 years agoFix for text-reset example class name (#38844)
Christian Oliff [Thu, 6 Jul 2023 05:27:13 +0000 (14:27 +0900)] 
Fix for text-reset example class name (#38844)

This example no longer uses muted text

Co-authored-by: Julien Déramond <juderamond@gmail.com>
2 years agoFeature (#38838)
Louis-Maxime Piton [Thu, 6 Jul 2023 05:11:04 +0000 (07:11 +0200)] 
Feature (#38838)

2 years agoAdd docs search to homepage (#38850)
Mewen Le Hô [Thu, 6 Jul 2023 05:10:13 +0000 (07:10 +0200)] 
Add docs search to homepage (#38850)

* Compliance to Success Criterion 3.2.3 Consistent Navigation

* Update docs-navbar.html

---------

Co-authored-by: Mark Otto <markdotto@gmail.com>
2 years agoImprove Text Alignment Example
Christian Oliff [Thu, 6 Jul 2023 03:26:45 +0000 (12:26 +0900)] 
Improve Text Alignment Example

On the Text alignment example  all the text is left-aligned to start with and doesn't change on any viewport change. I think it makes much more sense for it to end-aligned on certain breakpoints.

I also added a missing `text-xxl-end` class :-)

I didn't use dashes between the breakpoint size names to match the Breakpoints docs (https://getbootstrap.com/docs/5.3/layout/breakpoints/#available-breakpoints)

2 years agoFix class name on migration guide (#38865)
Christian Oliff [Tue, 4 Jul 2023 11:45:29 +0000 (20:45 +0900)] 
Fix class name on migration guide (#38865)

`.custom-custom-radio` should be `.custom-radio`

2 years agoFix Sass properties order for newer stylelint-config-recess-order (#38851)
XhmikosR [Fri, 30 Jun 2023 06:52:46 +0000 (09:52 +0300)] 
Fix Sass properties order for newer stylelint-config-recess-order (#38851)

2 years agoBuild(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1 (#38832)
dependabot[bot] [Tue, 27 Jun 2023 13:57:31 +0000 (16:57 +0300)] 
Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1 (#38832)

* Build(deps-dev): Bump hugo-bin from 0.108.0 to 0.110.1

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.108.0 to 0.110.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.108.0...v0.110.1)

---
updated-dependencies:
- dependency-name: hugo-bin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
* Update hugo.yml

Set allowActionJSTmpl to true for now

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
2 years agoBuild(deps-dev): Bump stylelint from 15.8.0 to 15.9.0 (#38836)
dependabot[bot] [Tue, 27 Jun 2023 13:56:15 +0000 (16:56 +0300)] 
Build(deps-dev): Bump stylelint from 15.8.0 to 15.9.0 (#38836)

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.8.0 to 15.9.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.8.0...15.9.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump sass from 1.62.1 to 1.63.6 (#38835)
dependabot[bot] [Tue, 27 Jun 2023 13:55:52 +0000 (16:55 +0300)] 
Build(deps-dev): Bump sass from 1.62.1 to 1.63.6 (#38835)

Bumps [sass](https://github.com/sass/dart-sass) from 1.62.1 to 1.63.6.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.62.1...1.63.6)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump @rollup/plugin-commonjs from 25.0.0 to 25.0.2 (#38834)
dependabot[bot] [Tue, 27 Jun 2023 13:52:32 +0000 (16:52 +0300)] 
Build(deps-dev): Bump @rollup/plugin-commonjs from 25.0.0 to 25.0.2 (#38834)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 25.0.0 to 25.0.2.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v25.0.2/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoBuild(deps-dev): Bump rollup from 3.25.1 to 3.25.3 (#38833)
dependabot[bot] [Tue, 27 Jun 2023 13:52:09 +0000 (16:52 +0300)] 
Build(deps-dev): Bump rollup from 3.25.1 to 3.25.3 (#38833)

Bumps [rollup](https://github.com/rollup/rollup) from 3.25.1 to 3.25.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/v3.25.1...v3.25.3)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years agoExplicitly add missing opacity-0 helper class example for clarity.
Benedikt Willi [Mon, 19 Jun 2023 08:50:44 +0000 (10:50 +0200)] 
Explicitly add missing opacity-0 helper class example for clarity.

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.

2 years agoUpdate bottom border on dark navbar example (#38707)
Julien Déramond [Sun, 25 Jun 2023 21:46:29 +0000 (23:46 +0200)] 
Update bottom border on dark navbar example (#38707)

* Docs: drop bottom border from dark navbar example

* Use `.border-body`

2 years agoUpdate flex utilities link in navs docs
kyletsang [Thu, 8 Jun 2023 03:59:34 +0000 (20:59 -0700)] 
Update flex utilities link in navs docs

2 years agoIncrease contrast in dark-mode (#38525)
Erik Faye-Lund [Fri, 23 Jun 2023 10:11:30 +0000 (12:11 +0200)] 
Increase contrast in dark-mode (#38525)

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.

2 years agoGeneralize disabled nav links CSS rules (#38774)
Julien Déramond [Sun, 25 Jun 2023 21:43:50 +0000 (23:43 +0200)] 
Generalize disabled nav links CSS rules (#38774)

Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
2 years agoFix missing `@popperjs/core` 2.11.8 refs (#38783)
Julien Déramond [Sun, 25 Jun 2023 18:36:55 +0000 (20:36 +0200)] 
Fix missing `@popperjs/core` 2.11.8 refs (#38783)

2 years agoBuild(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5 (#38795)
dependabot[bot] [Wed, 21 Jun 2023 06:04:39 +0000 (09:04 +0300)] 
Build(deps-dev): Bump @babel/preset-env from 7.22.4 to 7.22.5 (#38795)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>