]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
3 years agoProvide a simple attribute toggling plugin gs/make-simple-attribute-toggler 35872/head
GeoSot [Sat, 19 Feb 2022 20:39:07 +0000 (22:39 +0200)] 
Provide a simple attribute toggling plugin

3 years agoFix missing Swag Store URL
Julien Déramond [Tue, 17 May 2022 06:37:00 +0000 (08:37 +0200)] 
Fix missing Swag Store URL

3 years agoAssorted Event handler patches (#36171)
GeoSot [Mon, 16 May 2022 14:59:50 +0000 (17:59 +0300)] 
Assorted Event handler patches (#36171)

* EventHandler: rename functions & variables

* EventHandler: export event hydration to function

* EventHandler: rename variable

* EventHandler: simplify checks and make use of one variable

Move check of falsie delegated-selector, caused by tooltip.js

* EventHandler: more renaming

* Update event-handler.js

* bump bunldewatch

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoCorrect rounded sizes number
Christian Oliff [Mon, 16 May 2022 04:55:56 +0000 (13:55 +0900)] 
Correct rounded sizes number

3 years agoUpdate search box styling and position
Mark Otto [Sun, 15 May 2022 19:39:23 +0000 (12:39 -0700)] 
Update search box styling and position

3 years agoOffcanvas not showing with .showing (#36353)
Justin Kruit [Sat, 14 May 2022 18:36:01 +0000 (20:36 +0200)] 
Offcanvas not showing with .showing (#36353)

The transform of .showing was being overridden by .offcanvas.offcanvas-start, while .show wasn't. This resulted in an illusion of the offcanvas waiting for the backdrop, reported in #36347. Moving the show classes below the position classes fixes this problem.

3 years agoFix homepage npm install snippet
Mark Otto [Fri, 13 May 2022 17:11:09 +0000 (10:11 -0700)] 
Fix homepage npm install snippet

3 years agodocs: add the version in npm/yarn commands
XhmikosR [Fri, 13 May 2022 16:55:29 +0000 (19:55 +0300)] 
docs: add the version in npm/yarn commands

3 years agoDist v5.2.0-beta1
XhmikosR [Fri, 13 May 2022 06:07:23 +0000 (09:07 +0300)] 
Dist

3 years agoAdd Fathom Analytics
Mark Otto [Fri, 13 May 2022 06:07:55 +0000 (09:07 +0300)] 
Add Fathom Analytics

3 years agoPrepare v5.2.0-beta1
Mark Otto [Fri, 6 May 2022 20:57:58 +0000 (23:57 +0300)] 
Prepare v5.2.0-beta1

3 years agoFix a11y keyboard access to docs navigation (#36340)
Julien Déramond [Fri, 13 May 2022 16:28:55 +0000 (18:28 +0200)] 
Fix a11y keyboard access to docs navigation (#36340)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agodocs: link to the root page for the homepage (#36344)
XhmikosR [Fri, 13 May 2022 16:28:18 +0000 (19:28 +0300)] 
docs: link to the root page for the homepage (#36344)

3 years agoUpdate devDependencies and regenerate package-lock.json (#36342)
XhmikosR [Fri, 13 May 2022 16:27:17 +0000 (19:27 +0300)] 
Update devDependencies and regenerate package-lock.json (#36342)

* karma          ^6.3.19  →  ^6.3.20
* karma-jasmine   ^5.0.0  →   ^5.0.1

3 years agodocs: drop Scratch usage (#36337)
XhmikosR [Fri, 13 May 2022 15:49:49 +0000 (18:49 +0300)] 
docs: drop Scratch usage (#36337)

3 years agotooltip: ignore `$tooltip-margin` warning for core
XhmikosR [Fri, 13 May 2022 14:53:22 +0000 (17:53 +0300)] 
tooltip: ignore `$tooltip-margin` warning for core

3 years agoRevert backdrop utilization, handling clicks over modal (#36324)
GeoSot [Fri, 13 May 2022 04:20:04 +0000 (07:20 +0300)] 
Revert backdrop utilization, handling clicks over modal (#36324)

* refactor(Modal.js): stop using backdrop class to handle clicks over modal

* Revert #35554 and backdrop callback usage
  Explanation: In order to bypass `.modal`, was applied a css rule `pointer-events:none` which caused the side effect, and user couldn't scroll "long content modals"

* Update .bundlewatch.config.json

Co-authored-by: Mark Otto <markd.otto@gmail.com>
3 years agoMinor changes in 'Usage with JavaScript frameworks' description
Julien Déramond [Wed, 11 May 2022 18:51:00 +0000 (20:51 +0200)] 
Minor changes in 'Usage with JavaScript frameworks' description

3 years agoRemove unused `.border-right` rule from modal example CSS file
Julien Déramond [Wed, 11 May 2022 06:11:39 +0000 (08:11 +0200)] 
Remove unused `.border-right` rule from modal example CSS file

3 years agoDoc: fix text overflow example
Julien Déramond [Wed, 11 May 2022 11:49:35 +0000 (13:49 +0200)] 
Doc: fix text overflow example

3 years agoFix contents.md
cccabinet [Tue, 10 May 2022 12:08:49 +0000 (21:08 +0900)] 
Fix contents.md

3 years agoBump terser from 5.12.1 to 5.13.1 (#36267)
dependabot[bot] [Tue, 10 May 2022 08:38:12 +0000 (11:38 +0300)] 
Bump terser from 5.12.1 to 5.13.1 (#36267)

Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.13.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.12.1...v5.13.1)

---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump ip from 1.1.5 to 2.0.0 (#36316)
dependabot[bot] [Tue, 10 May 2022 08:22:52 +0000 (11:22 +0300)] 
Bump ip from 1.1.5 to 2.0.0 (#36316)

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 2.0.0.
- [Release notes](https://github.com/indutny/node-ip/releases)
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v2.0.0)

---
updated-dependencies:
- dependency-name: ip
  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>
3 years agoBump nodemon from 2.0.15 to 2.0.16 (#36320)
dependabot[bot] [Tue, 10 May 2022 07:27:45 +0000 (10:27 +0300)] 
Bump nodemon from 2.0.15 to 2.0.16 (#36320)

Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.15...v2.0.16)

---
updated-dependencies:
- dependency-name: nodemon
  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>
3 years agoBump @rollup/plugin-node-resolve from 13.2.1 to 13.3.0 (#36319)
dependabot[bot] [Tue, 10 May 2022 07:10:18 +0000 (10:10 +0300)] 
Bump @rollup/plugin-node-resolve from 13.2.1 to 13.3.0 (#36319)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.2.1 to 13.3.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.3.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump @babel/core from 7.17.9 to 7.17.10 (#36318)
dependabot[bot] [Tue, 10 May 2022 07:02:47 +0000 (10:02 +0300)] 
Bump @babel/core from 7.17.9 to 7.17.10 (#36318)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.9 to 7.17.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.17.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>
3 years agoBump hugo-bin from 0.85.3 to 0.86.0 (#36317)
dependabot[bot] [Tue, 10 May 2022 06:59:10 +0000 (09:59 +0300)] 
Bump hugo-bin from 0.85.3 to 0.86.0 (#36317)

Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.85.3 to 0.86.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.85.3...v0.86.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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump eslint from 8.13.0 to 8.15.0 (#36315)
dependabot[bot] [Tue, 10 May 2022 06:51:00 +0000 (09:51 +0300)] 
Bump eslint from 8.13.0 to 8.15.0 (#36315)

Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.15.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.13.0...v8.15.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>
3 years agoBump stylelint from 14.7.1 to 14.8.2 (#36313)
dependabot[bot] [Tue, 10 May 2022 06:49:44 +0000 (09:49 +0300)] 
Bump stylelint from 14.7.1 to 14.8.2 (#36313)

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

---
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>
3 years agoBump rollup from 2.70.2 to 2.72.1 (#36314)
dependabot[bot] [Tue, 10 May 2022 06:48:44 +0000 (09:48 +0300)] 
Bump rollup from 2.70.2 to 2.72.1 (#36314)

Bumps [rollup](https://github.com/rollup/rollup) from 2.70.2 to 2.72.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.70.2...v2.72.1)

---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump postcss from 8.4.12 to 8.4.13 (#36321)
dependabot[bot] [Tue, 10 May 2022 06:41:48 +0000 (09:41 +0300)] 
Bump postcss from 8.4.12 to 8.4.13 (#36321)

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.13.
- [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.12...8.4.13)

---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump @babel/cli from 7.17.6 to 7.17.10 (#36265)
dependabot[bot] [Tue, 10 May 2022 06:36:18 +0000 (09:36 +0300)] 
Bump @babel/cli from 7.17.6 to 7.17.10 (#36265)

Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.6 to 7.17.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.17.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>
3 years agoBump autoprefixer from 10.4.4 to 10.4.7 (#36264)
dependabot[bot] [Tue, 10 May 2022 06:35:36 +0000 (09:35 +0300)] 
Bump autoprefixer from 10.4.4 to 10.4.7 (#36264)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.4 to 10.4.7.
- [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.4...10.4.7)

---
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>
3 years agoBump karma from 6.3.18 to 6.3.19 (#36227)
dependabot[bot] [Tue, 10 May 2022 06:34:12 +0000 (09:34 +0300)] 
Bump karma from 6.3.18 to 6.3.19 (#36227)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.18 to 6.3.19.
- [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.3.18...v6.3.19)

---
updated-dependencies:
- dependency-name: karma
  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>
3 years agoBump github/codeql-action from 1 to 2 (#36230)
dependabot[bot] [Tue, 10 May 2022 06:33:45 +0000 (09:33 +0300)] 
Bump github/codeql-action from 1 to 2 (#36230)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-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>
3 years agoBump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 (#36226)
dependabot[bot] [Tue, 10 May 2022 06:33:19 +0000 (09:33 +0300)] 
Bump @rollup/plugin-commonjs from 21.1.0 to 22.0.0 (#36226)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 22.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.0/packages/commonjs)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-commonjs"
  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>
3 years agoBump sass from 1.50.1 to 1.51.0 (#36225)
dependabot[bot] [Tue, 10 May 2022 06:32:35 +0000 (09:32 +0300)] 
Bump sass from 1.50.1 to 1.51.0 (#36225)

Bumps [sass](https://github.com/sass/dart-sass) from 1.50.1 to 1.51.0.
- [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.50.1...1.51.0)

---
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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoBump @babel/preset-env from 7.16.11 to 7.17.10 (#36266)
dependabot[bot] [Tue, 10 May 2022 06:25:25 +0000 (09:25 +0300)] 
Bump @babel/preset-env from 7.16.11 to 7.17.10 (#36266)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.16.11 to 7.17.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.17.10/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  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>
3 years agoFix search with xs to md breakpoints
Julien Déramond [Sun, 8 May 2022 16:47:54 +0000 (18:47 +0200)] 
Fix search with xs to md breakpoints

3 years agoRemove leftover abbr styles in Reboot for tooltips
Mark Otto [Sat, 7 May 2022 16:16:57 +0000 (09:16 -0700)] 
Remove leftover abbr styles in Reboot for tooltips

/cc @GeoSot

3 years agoToast: provide `isShown` method (#36272)
GeoSot [Sat, 7 May 2022 04:29:21 +0000 (07:29 +0300)] 
Toast: provide `isShown` method (#36272)

* feat(Toast): provide `isShown` method

* Update site/content/docs/5.1/components/toasts.md

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
3 years agoDocs(Scrollspy): minor changes to be aligned with new version of javascript (#36260)
GeoSot [Sat, 7 May 2022 04:23:49 +0000 (07:23 +0300)] 
Docs(Scrollspy): minor changes to be aligned with new version of javascript  (#36260)

* Docs(Scrollspy): minor changes to be aligned with new version of javascript code

* first example: add proper root-margin
* 'nested nav' example: add more content to sections & enable smooth-scroll

* fix typo

* Changes after feedback

* Update examples and docs to streamline some things and improve how it works section

Co-authored-by: Mark Otto <markdotto@gmail.com>
3 years agodocs: add proper markup on modal's page tooltips ands popovers
GeoSot [Wed, 4 May 2022 08:05:15 +0000 (11:05 +0300)] 
docs: add proper markup on modal's page tooltips ands popovers

3 years agoFix color-adjust with autoprefixer 10.4.6 (#36258)
amirhossein-karimi [Sat, 7 May 2022 02:36:04 +0000 (07:06 +0430)] 
Fix color-adjust with autoprefixer 10.4.6 (#36258)

Co-authored-by: Mark Otto <markd.otto@gmail.com>
3 years agov5.2.0: Migrate to DocSearch 3 (#36176)
Mark Otto [Fri, 6 May 2022 23:56:43 +0000 (16:56 -0700)] 
v5.2.0: Migrate to DocSearch 3 (#36176)

* Migrate to DocSearch v3

Fixes #33338

* initialize `siteDocsVersion` const after the proper check

* Update site/layouts/partials/stylesheet.html

Co-authored-by: GeoSot <geo.sotis@gmail.com>
* Update header.html

* code review changes

* Update search.js

* Fix contrast issue, tweak some styles

* Fix some navbar changes

* temporary safari fix for docsearch3

Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoref(Docs assets): Separate js assets
GeoSot [Tue, 3 May 2022 22:48:30 +0000 (01:48 +0300)] 
ref(Docs assets): Separate js assets

3 years agoIterate on border utilities (#36239)
Mark Otto [Fri, 6 May 2022 04:32:02 +0000 (21:32 -0700)] 
Iterate on border utilities (#36239)

* Remove `--bs-border-opacity: 1` from `.border-*` utilities

We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this.

* Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues

* Add some demos of border utils to the docs

3 years agoHandle disabled focused tabs with tab JavaScript plugin (#36169)
Julien Déramond [Fri, 6 May 2022 02:26:15 +0000 (04:26 +0200)] 
Handle disabled focused tabs with tab JavaScript plugin (#36169)

* Handle disabled tabs

* Fix after feedback

* Update js/src/tab.js

Co-authored-by: GeoSot <geo.sotis@gmail.com>
* Update js/src/tab.js

Co-authored-by: GeoSot <geo.sotis@gmail.com>
* Commit suggestions via GitHub broke the thing

* Add some unit tests

* Remove temp doc modification

* Add tests for left arrow

* Add disabled tabs in JavaScript Behavior section

* Compact 4 tests to 2 tests

* Compact 4 tests to 2 tests

* Add 'disabled' attribute for all buttons

* Change the disabled pane position only for the vertical version

* Change ids for the confusing first example in JavaScript behavior

* Use disabled attribute instead of the class for buttons in tabs

Co-authored-by: GeoSot <geo.sotis@gmail.com>
3 years agoFix proposal
louismaxime.piton [Wed, 4 May 2022 13:31:57 +0000 (15:31 +0200)] 
Fix proposal

3 years agoImprove version picker for new pages in v5.2.x
Mark Otto [Sat, 30 Apr 2022 18:41:12 +0000 (11:41 -0700)] 
Improve version picker for new pages in v5.2.x

3 years agobundlewatch
Mark Otto [Sat, 30 Apr 2022 17:02:26 +0000 (10:02 -0700)] 
bundlewatch

3 years agoinclude in migration guide
Mark Otto [Sat, 30 Apr 2022 17:01:24 +0000 (10:01 -0700)] 
include in migration guide

3 years agoUpdate badges, cards, and toasts to use new helpers
Mark Otto [Sat, 30 Apr 2022 16:58:10 +0000 (09:58 -0700)] 
Update badges, cards, and toasts to use new helpers

3 years agoAdd new text-bg-color utilities
Mark Otto [Thu, 28 Apr 2022 03:40:23 +0000 (20:40 -0700)] 
Add new text-bg-color utilities

3 years agoDoc: remove `role="group"` from some split drop* buttons
Julien Déramond [Sat, 23 Apr 2022 09:33:07 +0000 (11:33 +0200)] 
Doc: remove `role="group"` from some split drop* buttons

3 years agoUpdate new docs version picker to work on home and examples pages (#36245)
Mark Otto [Sat, 30 Apr 2022 17:53:54 +0000 (10:53 -0700)] 
Update new docs version picker to work on home and examples pages (#36245)

* Update new docs version picker to work on home and examples pages

* Add addd key to opacity page

* Add more added frontmatter

* Update picker to fix migration guide links, but still work for docs and examples

3 years agoUpdate path to `@popperjs/core` in parcel.md
汪心禾 [Sat, 30 Apr 2022 05:07:00 +0000 (13:07 +0800)] 
Update path to `@popperjs/core` in parcel.md

-│   └── popper.js/
+│   └── @popperjs/
+|       └── core/

3 years agoRevert `border-color` change (#36238)
Mark Otto [Fri, 29 Apr 2022 20:59:41 +0000 (13:59 -0700)] 
Revert `border-color` change (#36238)

* Revert `border-color` change

* Add new border-color-translucent for when we want optional alpha-transparency in our border-color

Apply to drodpowns, modals, offcanvas, popovers, and toasts

* bundlewatch

3 years agoDocument incompatibilities between Bootstrap JS and React/.etc (#36217)
Sam Magura [Fri, 29 Apr 2022 20:38:30 +0000 (16:38 -0400)] 
Document incompatibilities between Bootstrap JS and React/.etc (#36217)

* Document incompatibilities between Bootstrap JS and React/.etc

Closes #35665.

* Remove link to reactstrap

* Update javascript.md

Co-authored-by: Mark Otto <otto@github.com>
3 years agoAdd input-disabled-color Sass variable
Mark Otto [Tue, 12 Apr 2022 20:42:38 +0000 (13:42 -0700)] 
Add input-disabled-color Sass variable

3 years agoClean up last `$variable-prefix` usages
Julien Déramond [Mon, 25 Apr 2022 10:34:49 +0000 (12:34 +0200)] 
Clean up last `$variable-prefix` usages

3 years agoDoc: mention Popper instead of Popper.js
Julien Déramond [Mon, 25 Apr 2022 06:14:36 +0000 (08:14 +0200)] 
Doc: mention Popper instead of Popper.js

3 years agoDoc: fix offset content for examples page
Julien Déramond [Mon, 25 Apr 2022 06:27:21 +0000 (08:27 +0200)] 
Doc: fix offset content for examples page

3 years agoDocs: update documentation js examples, using es6 (#36203)
GeoSot [Tue, 26 Apr 2022 16:38:41 +0000 (19:38 +0300)] 
Docs: update documentation js examples, using es6 (#36203)

* Docs: update components documentation using es6

* Docs: update js blocks around docs, using es6

* Docs: update components documentation using es6

* Test linter

3 years agoEventHandler: change check method for custom events, avoiding regex
GeoSot [Sun, 17 Apr 2022 22:30:56 +0000 (01:30 +0300)] 
EventHandler: change check method for custom events, avoiding regex

3 years agoAdd .show class to offcanvas example, and disable it's normal behavior in our JS
Mark Otto [Thu, 21 Apr 2022 17:05:14 +0000 (10:05 -0700)] 
Add .show class to offcanvas example, and disable it's normal behavior in our JS

3 years agoCarousel: Fix not used option (`ride`), simplify `cycle` method (#35983)
GeoSot [Thu, 21 Apr 2022 19:42:17 +0000 (22:42 +0300)] 
Carousel:  Fix not used option (`ride`), simplify `cycle` method  (#35983)

* Fix not used option (`ride`)  (according to docs), continuing of #35753 a247fe9
* separate concept of  `programmatical cycle`  vs `maybe cycle after click` functionality

3 years agoManipulator: Add JSON parse support (#35077)
GeoSot [Thu, 21 Apr 2022 18:41:43 +0000 (21:41 +0300)] 
Manipulator: Add JSON parse support (#35077)

Support parsing JSON from each component's main element using the `data-bs-config` attribute.

The `bs-config` attribute will be reserved and omitted during `getDataAttributes` parsing.

With this commit, every component, will create its config object, using:

* defaults
* data-bs-config
* the rest of data attributes
* configuration object given during instance initialization

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Co-authored-by: Mark Otto <markdotto@gmail.com>
3 years agoDoc: minor modifications in Scrollspy (#36195)
Julien Déramond [Thu, 21 Apr 2022 16:20:24 +0000 (18:20 +0200)] 
Doc: minor modifications in Scrollspy (#36195)

Doc: minor modifications in Scrollspy

3 years agoRewrite Getting Started > Introduction page to be more guide-like (#36204)
Mark Otto [Thu, 21 Apr 2022 05:27:28 +0000 (22:27 -0700)] 
Rewrite Getting Started > Introduction page to be more guide-like (#36204)

* Rewrite Getting Started > Introduction page to be more guide-like

* Add tabs, mention offcanvas for navbar

3 years agoMinor fixes
louismaxime.piton [Wed, 20 Apr 2022 07:02:31 +0000 (09:02 +0200)] 
Minor fixes

3 years agoUpdate _breakpoints.scss
Metadavid [Wed, 20 Apr 2022 14:08:55 +0000 (22:08 +0800)] 
Update _breakpoints.scss

3 years agoUpdate CODE_OF_CONDUCT.md
Mohammed Alkebsi [Sun, 17 Apr 2022 12:27:14 +0000 (15:27 +0300)] 
Update CODE_OF_CONDUCT.md

I fixed a grammatical mistake. The word "to making" in line 3 has been changed to "to make".

3 years agoRefactor some docs examples CSS (#36194)
Mark Otto [Tue, 19 Apr 2022 18:21:43 +0000 (11:21 -0700)] 
Refactor some docs examples CSS (#36194)

* Fix some more borders and margins

* Flex utilities docs: remove .bd-highlight class from snippets

* Explicit close target

* Reorder to keep base class up top

* Fix custom position example

* Tooltips: add code snippet, use scss-docs ref for custom tooltip

* Tweak text for pagination examples

* Modals: move custom styles to utilities

* Grid docs: Combine selectors and share coloring

* Refactor tons of little things

3 years agoRealign Cheatsheet nav tabs example rendering with the examples in the doc
Julien Déramond [Tue, 19 Apr 2022 06:14:40 +0000 (08:14 +0200)] 
Realign Cheatsheet nav tabs example rendering with the examples in the doc

3 years agoUpdate devDependencies (#36193)
XhmikosR [Tue, 19 Apr 2022 05:33:54 +0000 (08:33 +0300)] 
Update devDependencies (#36193)

* @rollup/plugin-commonjs      ^21.0.3  →  ^21.1.0
* @rollup/plugin-node-resolve  ^13.2.0  →  ^13.2.1
* globby                       ^11.0.4  →  ^11.1.0
* hugo-bin                     ^0.84.0  →  ^0.85.3
* rollup                       ^2.70.1  →  ^2.70.2
* sass                         ^1.50.0  →  ^1.50.1
* stylelint                    ^14.6.1  →  ^14.7.1

3 years agoOne more code snippet fix
Mark Otto [Tue, 19 Apr 2022 04:41:58 +0000 (21:41 -0700)] 
One more code snippet fix

3 years agoDo some CSS and Migration guide cleanup (#36191)
Mark Otto [Tue, 19 Apr 2022 03:56:18 +0000 (20:56 -0700)] 
Do some CSS and Migration guide cleanup (#36191)

* Do some CSS and Migration guide cleanup

- More code snippet tweaks
- Fix some homepage hero bugs
- Do a cleanup on Migration guide content to highlight more changes and fix some issues from merge conflicts

3 years agoFix spacing of code snippets
Mark Otto [Tue, 19 Apr 2022 01:05:09 +0000 (18:05 -0700)] 
Fix spacing of code snippets

3 years agochange `.border-right` to `.border-end`
Toto [Mon, 18 Apr 2022 08:56:13 +0000 (15:56 +0700)] 
change `.border-right` to `.border-end`

3 years agov5.2.0 design refresh, plus responsive offcanvas classes (#35736)
Mark Otto [Mon, 18 Apr 2022 05:17:50 +0000 (22:17 -0700)] 
v5.2.0 design refresh, plus responsive offcanvas classes (#35736)

* Add responsive offcanvas classes

- Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now.
- Adds some JS to the offcanvas component to help with responsiveness

Co-Authored-By: GeoSot <geo.sotis@gmail.com>
* Redesign homepage, docs, and examples

Homepage:

- New Bootstrap purple navbar
- Redesigned masthead
- Rewrote and redesigned homepage content
- Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances
- Fixed padding issues in site footer
- Match homepage button styles to examples page, use gap instead of tons of responsive margin utils

Docs:

- New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles.
- New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings
- Sidebar navigation autoscrolls to active link for better usability
- Subnav and navbar padding issues ironed out
- Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version.
- Redesign callouts to add more color to our pages
- Collapse table of contents on mobile
- Cleanup and redesign button styles with CSS variables
- Update design for subnav version dropdown
- Update highlight and example to be full-width until md
- Improve the Added In badges
- Turn the ToC into a well on mobile
- Redesign code snippets to better house two action buttons

Examples:

- Redesign Examples page layout
- Add new example for responsive offcanvases in navbars

* Convert offcanvas to CSS vars

* Feat: add resize handler to Offcanvas.js.

If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector
The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior
The `aria-modal` addon is to protect us, selection backdrop elements

* Separate examples code, Add some selectors, fix stackblitz btn

Co-authored-by: GeoSot <geo.sotis@gmail.com>
3 years agoFix containers page in docs to re-order list so it matches sections below it.
MelanieL [Sat, 16 Apr 2022 18:10:27 +0000 (14:10 -0400)] 
Fix containers page in docs to re-order list so it matches sections below it.

3 years agoMinor fixes
louismaxime.piton [Fri, 15 Apr 2022 14:38:46 +0000 (16:38 +0200)] 
Minor fixes

3 years agoFix Chroma line highlight style
Julien Déramond [Thu, 14 Apr 2022 17:10:42 +0000 (19:10 +0200)] 
Fix Chroma line highlight style

3 years agoBump karma-jasmine from 4.0.2 to 5.0.0 (#36162)
dependabot[bot] [Thu, 14 Apr 2022 05:44:15 +0000 (08:44 +0300)] 
Bump karma-jasmine from 4.0.2 to 5.0.0 (#36162)

Bumps [karma-jasmine](https://github.com/karma-runner/karma-jasmine) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/karma-runner/karma-jasmine/releases)
- [Changelog](https://github.com/karma-runner/karma-jasmine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma-jasmine/compare/v4.0.2...v5.0.0)

---
updated-dependencies:
- dependency-name: karma-jasmine
  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>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoDoc: Uniformization of nav tabs content panes (#36163)
Julien Déramond [Wed, 13 Apr 2022 21:56:29 +0000 (23:56 +0200)] 
Doc: Uniformization of nav tabs content panes (#36163)

* Doc: Uniformization of nav tabs content panes

* Fix after review

3 years agoRevamp Scrollspy using Intersection observer (#33421)
GeoSot [Wed, 13 Apr 2022 17:29:13 +0000 (20:29 +0300)] 
Revamp Scrollspy using Intersection observer (#33421)

* Revamp scrollspy to use IntersectionObserver

* Add smooth scroll support

* Update scrollspy.js/md

* move functionality to method

* Update scrollspy.js

* Add SmoothScroll to docs example

* Refactor Using `Maps` and smaller methods

* Update scrollspy.md/js

* Update scrollspy.spec.js

* Support backwards compatibility

* minor optimizations

* Merge activation functionality

* Update scrollspy.md

* Update scrollspy.js

* Rewording some of the documentation changes

* Update scrollspy.js

* Update scrollspy.md

* tweaking calculation functionality & drop text that suggests, to deactivate target when wrapper is not visible

* tweak calculation

* Fix lint

* Support scrollspy in body & tests

* change doc example to a more valid solution

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
3 years agoUpdate dropdown.js
GeoSot [Thu, 10 Mar 2022 11:24:47 +0000 (13:24 +0200)] 
Update dropdown.js

minor refactoring

3 years agoBump karma from 6.3.17 to 6.3.18 (#36161)
dependabot[bot] [Wed, 13 Apr 2022 06:06:08 +0000 (09:06 +0300)] 
Bump karma from 6.3.17 to 6.3.18 (#36161)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.18.
- [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.3.17...v6.3.18)

---
updated-dependencies:
- dependency-name: karma
  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>
3 years agoUpdate parcel.md
Anthony Perez [Wed, 16 Mar 2022 20:51:52 +0000 (13:51 -0700)] 
Update parcel.md

Following the Parcel v1 installation guide seems to install the latest version of Parcel (v2), which makes several instructions in this guide throw errors. Therefore, I have updated the guide to work with version 2 of Parcel.

Change Details:
1) Update the URL to point to the latest doc pages.
2) Use the `type="module"` HTML attribute to reference a module [migration](https://parceljs.org/getting-started/migration/#code-changes)
3) The `--out-dir <dir>` CLI parameter has been changed to `--dist-dir <dir>` [CLI](https://parceljs.org/features/cli/#parameters)
4)  For a reason I'm unsure of, `--experimental-scope-hoisting` throws the following error: `error: unknown option '--experimental-scope-hoisting'`, so I removed it to get the build to work.

3 years agoAdd black to colors map
Ryan Buckley [Mon, 10 Jan 2022 18:11:11 +0000 (18:11 +0000)] 
Add black to colors map

3 years agoFix space between popover's arrow and triggering element (#35976)
Julien Déramond [Wed, 13 Apr 2022 01:53:17 +0000 (03:53 +0200)] 
Fix space between popover's arrow and triggering element (#35976)

* Fix margin between popover arrow and triggering element

* Oups-use .25 increment for bundlewatch

Co-authored-by: Mark Otto <markd.otto@gmail.com>
3 years agoFix proposal
louismaxime.piton [Thu, 24 Mar 2022 17:13:11 +0000 (18:13 +0100)] 
Fix proposal

3 years agoChanging the CSS var management
louismaxime.piton [Mon, 11 Apr 2022 13:48:39 +0000 (15:48 +0200)] 
Changing the CSS var management

3 years agoRemove tooltip and popover styling as it is handled by Popper (#34627)
GeoSot [Wed, 13 Apr 2022 01:16:18 +0000 (04:16 +0300)] 
Remove tooltip and popover styling as it is handled by Popper (#34627)

* Remove not needed css form tooltip & popover as it is made by popper
Remove tooltip margin variable, as popper needs margin to be zero

* Remove popover left/top initializers as they are handled by popper

* nullify `margin` variable and add deprecation message

* Document change in migration guide

* Update _variables.scss

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
3 years agoChange second example dropdown form (#36137)
Anton [Tue, 12 Apr 2022 15:08:12 +0000 (18:08 +0300)] 
Change second example dropdown form (#36137)

To check cases as #36135

3 years agoUse Babel and ES6 in docs JS files (#31607)
Tiger Oakes [Tue, 12 Apr 2022 15:07:25 +0000 (08:07 -0700)] 
Use Babel and ES6 in docs JS files (#31607)

* Pass docs js through Babel

* Use ES6 in docs js

* Only run babel on src files

* Allow babel in Hugo

* Update scripts.html

* Inherit from the root .eslintrc.json

* Use `Array.from`

* Drop Babel from docs

* Prefer template

* replace IIFE with arrow functions

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
3 years agoBump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 (#36153)
dependabot[bot] [Tue, 12 Apr 2022 14:16:39 +0000 (17:16 +0300)] 
Bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.0 (#36153)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.1.3 to 13.2.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v13.2.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years agoBump eslint from 8.12.0 to 8.13.0 (#36154)
dependabot[bot] [Tue, 12 Apr 2022 14:16:18 +0000 (17:16 +0300)] 
Bump eslint from 8.12.0 to 8.13.0 (#36154)

Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.13.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.12.0...v8.13.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>
3 years agoUpdate docs syntax colors head of dark mode (#35984)
Mark Otto [Tue, 12 Apr 2022 01:43:18 +0000 (18:43 -0700)] 
Update docs syntax colors head of dark mode (#35984)

* update syntax colors in preparation for dark mode changes

* Improve color contrast