]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
17 months agoDist v5.2.3
XhmikosR [Mon, 21 Nov 2022 18:19:01 +0000 (20:19 +0200)] 
Dist

17 months agoBump version to 5.2.3
XhmikosR [Mon, 21 Nov 2022 18:15:33 +0000 (20:15 +0200)] 
Bump version to 5.2.3

17 months agofix tooltip/popper disposal inconsistencies (#37235)
GeoSot [Thu, 6 Oct 2022 08:31:38 +0000 (11:31 +0300)] 
fix tooltip/popper disposal inconsistencies (#37235)

17 months agofix(carousel): RTL `translate()` direction
Gaël Poupard [Thu, 6 Oct 2022 09:00:05 +0000 (11:00 +0200)] 
fix(carousel): RTL `translate()` direction

Trying to fix #37180

17 months agoImport root in `bootstrap-utilities` (#37377)
Eric Leibenguth [Sat, 29 Oct 2022 07:03:59 +0000 (09:03 +0200)] 
Import root in `bootstrap-utilities` (#37377)

* Fixes https://github.com/twbs/bootstrap/issues/37376

17 months agoFix deprecation warning with sass 1.56.0 (#37425)
Sebastian Blank [Fri, 4 Nov 2022 13:44:11 +0000 (14:44 +0100)] 
Fix deprecation warning with sass 1.56.0 (#37425)

Deprecation Warning: $weight: Passing a number without unit % (100) is deprecated.
To preserve current behavior: $weight * 1%
More info: https://sass-lang.com/d/function-units

19 months agoRelease v5.2.2 (#37236) v5.2.2
XhmikosR [Mon, 3 Oct 2022 07:44:02 +0000 (10:44 +0300)] 
Release v5.2.2 (#37236)

* Bump version to v5.2.2

* Dist

19 months agoDon't redefine `$border-color` in `table-variant` mixin (#37239)
Julien Déramond [Sun, 2 Oct 2022 14:33:11 +0000 (16:33 +0200)] 
Don't redefine `$border-color` in `table-variant` mixin (#37239)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
19 months agoEnsure Tab keyboard functionality after #37146 (#37200)
GeoSot [Sun, 2 Oct 2022 10:05:30 +0000 (13:05 +0300)] 
Ensure Tab keyboard functionality after #37146 (#37200)

* fix: keyboard functionality

* test: add tests

* Add some focus spies in 2 other unit tests

Co-authored-by: Julien Déramond <juderamond@gmail.com>
19 months agoUse `<h1>` for all `modal-title` examples/uses (#37210)
Patrick H. Lauke [Sun, 2 Oct 2022 10:02:36 +0000 (11:02 +0100)] 
Use `<h1>` for all `modal-title` examples/uses (#37210)

* Use `fs-` font sizing classes where needed
* Also add info callout about heading hierarchy in modals

19 months agoUpdate devDependencies (#37238)
XhmikosR [Sun, 2 Oct 2022 05:24:41 +0000 (08:24 +0300)] 
Update devDependencies (#37238)

* Update devDependencies

* @babel/cli             ^7.18.10  →   ^7.19.3
* @babel/core             ^7.19.1  →   ^7.19.3
* @babel/preset-env       ^7.19.1  →   ^7.19.3
* eslint-plugin-unicorn   ^43.0.2  →   ^44.0.0
* hugo-bin                ^0.92.1  →   ^0.92.2
* lockfile-lint            ^4.9.3  →    ^4.9.5
* postcss                 ^8.4.16  →   ^8.4.17
* stylelint              ^14.12.1  →  ^14.13.0
* vnu-jar                21.10.12  →   22.9.29

* toast.js: fix new lint errors

19 months agoMinor docs changes (#37215)
XhmikosR [Tue, 27 Sep 2022 20:02:55 +0000 (23:02 +0300)] 
Minor docs changes (#37215)

19 months agoAdd eslint-plugin-html to lint JS in HTML files (#37186)
Julien Déramond [Tue, 27 Sep 2022 19:53:59 +0000 (21:53 +0200)] 
Add eslint-plugin-html to lint JS in HTML files (#37186)

19 months agoNuGet: Use license expression (#36421)
Jonathan [Tue, 27 Sep 2022 19:45:28 +0000 (21:45 +0200)] 
NuGet: Use license expression (#36421)

19 months agoChanging the way `View on GitHub` links are handled (#37214)
Louis-Maxime Piton [Tue, 27 Sep 2022 19:01:16 +0000 (21:01 +0200)] 
Changing the way `View on GitHub` links are handled (#37214)

19 months agoDropdown: fix case with invalid markup (#37190)
GeoSot [Tue, 27 Sep 2022 07:39:11 +0000 (10:39 +0300)] 
Dropdown: fix case with invalid markup (#37190)

This fixes a backward incompatible change in v5.2.1 where `.drodown-toggle` isn't present in the markup.

19 months agoSlightly improve PNG files compression (#36899)
XhmikosR [Tue, 27 Sep 2022 05:50:31 +0000 (08:50 +0300)] 
Slightly improve PNG files compression (#36899)

19 months agoUpdate devDependencies (#37208)
XhmikosR [Tue, 27 Sep 2022 05:49:52 +0000 (08:49 +0300)] 
Update devDependencies (#37208)

* autoprefixer   ^10.4.11  →  ^10.4.12
* eslint          ^8.23.1  →   ^8.24.0
* hugo-bin        ^0.91.1  →   ^0.92.1
* lockfile-lint    ^4.8.0  →    ^4.9.3
* rollup          ^2.79.0  →   ^2.79.1
* sass            ^1.54.9  →   ^1.55.0
* stylelint      ^14.12.0  →  ^14.12.1

19 months agoReplace Webpack and Vite PNGs by SVGs (#37199)
Julien Déramond [Mon, 26 Sep 2022 18:16:50 +0000 (20:16 +0200)] 
Replace Webpack and Vite PNGs by SVGs (#37199)

* Replace Webpack and Vite pngs by svgs

* Update vite.svg

* Update webpack.svg

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
19 months agoTests: add testcase to Tabs, keyboard handler (#37189)
GeoSot [Fri, 23 Sep 2022 20:18:57 +0000 (23:18 +0300)] 
Tests: add testcase to Tabs, keyboard handler (#37189)

19 months agoAdd PR template (#35079)
Mark Otto [Fri, 23 Sep 2022 07:44:10 +0000 (09:44 +0200)] 
Add PR template (#35079)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: julien-deramond <julien.deramond@orange.com>
19 months agoFix active class toggling of tabs within dropdown (#37151)
Carson Sievert [Wed, 21 Sep 2022 23:29:58 +0000 (18:29 -0500)] 
Fix active class toggling of tabs within dropdown (#37151)

* Close #36947: fix active class toggling tabs within dropdown

19 months agoUse es6 on visual tests (#36915)
GeoSot [Wed, 21 Sep 2022 22:48:23 +0000 (01:48 +0300)] 
Use es6 on visual tests (#36915)

19 months agoUse Sass variable for accordion color (#37182)
Mark Otto [Wed, 21 Sep 2022 16:55:57 +0000 (18:55 +0200)] 
Use Sass variable for accordion color (#37182)

Fixes #37144

19 months agoBump karma from 6.4.0 to 6.4.1 (#37178)
dependabot[bot] [Tue, 20 Sep 2022 14:51:44 +0000 (17:51 +0300)] 
Bump karma from 6.4.0 to 6.4.1 (#37178)

Bumps [karma](https://github.com/karma-runner/karma) from 6.4.0 to 6.4.1.
- [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.4.0...v6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoDrop tabs auto-focus (#37146)
GeoSot [Tue, 20 Sep 2022 14:20:47 +0000 (17:20 +0300)] 
Drop tabs auto-focus (#37146)

* fix: drop tabs auto-focus

19 months agoExplicitly target `.btn-check` and undo `:hover` (#37165)
Patrick H. Lauke [Tue, 20 Sep 2022 13:15:46 +0000 (14:15 +0100)] 
Explicitly target `.btn-check` and undo `:hover` (#37165)

rather than the other way around, which caused specificity issues

19 months agoSet toast z-index variable in the correct spot
flavio-b [Fri, 9 Sep 2022 22:07:16 +0000 (19:07 -0300)] 
Set toast z-index variable in the correct spot

The .toast-container tries to use the z-index CSS variable, which is defined under .toast.
However, this variable is not accessible to the container. This change copies the variable to the spot where it can be used.

19 months agoUpdate devDependencies (#37177)
XhmikosR [Tue, 20 Sep 2022 05:09:14 +0000 (08:09 +0300)] 
Update devDependencies (#37177)

19 months agoFix modal event listeners (#37128)
Jérémie Broutier [Thu, 15 Sep 2022 10:30:51 +0000 (12:30 +0200)] 
Fix modal event listeners (#37128)

* Fix modal event listeners (#37126)

Co-authored-by: GeoSot <geo.sotis@gmail.com>
19 months agoDocs: Add informative note for Tooltip/Popover selector option (#37142)
GeoSot [Wed, 14 Sep 2022 20:03:39 +0000 (23:03 +0300)] 
Docs: Add informative note for Tooltip/Popover selector option (#37142)

Co-authored-by: Julien Déramond <juderamond@gmail.com>
19 months agoDocs: Fix typo Getting Started > Vite and Webpack guides (#37153)
Gabriel R. Barbosa [Wed, 14 Sep 2022 19:28:10 +0000 (16:28 -0300)] 
Docs: Fix typo Getting Started > Vite and Webpack guides (#37153)

* 'were to look' → 'where to look'

Co-authored-by: Julien Déramond <juderamond@gmail.com>
19 months agofix: add trick to support tooltip selector usage on dynamic created tooltips that...
GeoSot [Wed, 14 Sep 2022 13:24:37 +0000 (16:24 +0300)] 
fix: add trick to support tooltip selector usage on dynamic created tooltips that utilize `title` attribute (#36914)

19 months agoDocs: minor fix for Navbar > Offcanvas examples (#37145)
Julien Déramond [Wed, 14 Sep 2022 13:11:14 +0000 (15:11 +0200)] 
Docs: minor fix for Navbar > Offcanvas examples (#37145)

19 months agoBump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#37135)
dependabot[bot] [Tue, 13 Sep 2022 16:38:31 +0000 (19:38 +0300)] 
Bump @rollup/plugin-node-resolve from 13.3.0 to 14.1.0 (#37135)

Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 13.3.0 to 14.1.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-v14.1.0/packages/node-resolve)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump eslint from 8.23.0 to 8.23.1 (#37134)
dependabot[bot] [Tue, 13 Sep 2022 16:37:36 +0000 (19:37 +0300)] 
Bump eslint from 8.23.0 to 8.23.1 (#37134)

Bumps [eslint](https://github.com/eslint/eslint) from 8.23.0 to 8.23.1.
- [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.23.0...v8.23.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
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>
19 months agoBump autoprefixer from 10.4.8 to 10.4.10 (#37140)
dependabot[bot] [Tue, 13 Sep 2022 16:34:32 +0000 (19:34 +0300)] 
Bump autoprefixer from 10.4.8 to 10.4.10 (#37140)

Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.8 to 10.4.10.
- [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.8...10.4.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump sass from 1.54.8 to 1.54.9 (#37133)
dependabot[bot] [Tue, 13 Sep 2022 16:32:12 +0000 (19:32 +0300)] 
Bump sass from 1.54.8 to 1.54.9 (#37133)

Bumps [sass](https://github.com/sass/dart-sass) from 1.54.8 to 1.54.9.
- [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.54.8...1.54.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump @babel/core from 7.18.13 to 7.19.0 (#37090)
dependabot[bot] [Fri, 9 Sep 2022 15:26:35 +0000 (18:26 +0300)] 
Bump @babel/core from 7.18.13 to 7.19.0 (#37090)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump @babel/preset-env from 7.18.10 to 7.19.0 (#37088)
dependabot[bot] [Fri, 9 Sep 2022 15:22:57 +0000 (18:22 +0300)] 
Bump @babel/preset-env from 7.18.10 to 7.19.0 (#37088)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0.
- [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.19.0/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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 months agoBump stylelint-config-twbs-bootstrap from 5.0.0 to 6.0.0 (#37087)
dependabot[bot] [Fri, 9 Sep 2022 15:17:11 +0000 (18:17 +0300)] 
Bump stylelint-config-twbs-bootstrap from 5.0.0 to 6.0.0 (#37087)

Bumps [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases)
- [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v5.0.0...v6.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>
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>
19 months agoRelease v5.2.1 (#37098) 35977/head v5.2.1
XhmikosR [Wed, 7 Sep 2022 15:31:39 +0000 (18:31 +0300)] 
Release v5.2.1 (#37098)

* Bump version to v5.2.1.

* Dist

19 months agoFix modal event-listeners during dismiss click (#36863)
GeoSot [Wed, 7 Sep 2022 08:56:33 +0000 (11:56 +0300)] 
Fix modal event-listeners during dismiss click (#36863)

ref: #36855

19 months agoFix tooltip manual toggling (#37086)
GeoSot [Wed, 7 Sep 2022 08:47:06 +0000 (11:47 +0300)] 
Fix tooltip manual toggling (#37086)

partial regression of SHA: 9b9372e8ddd60413f3d9a582bd5481586d119d8d

19 months agoFix accordion button color
Sebastian Homeier [Tue, 6 Sep 2022 13:34:28 +0000 (15:34 +0200)] 
Fix accordion button color

Use the Sass variable `$accordion-button-color` to set the CSS custom
property `--bs-accordion-btn-color`.

19 months agoUpdate _button-group.scss
AmirHossein [Sun, 4 Sep 2022 19:31:09 +0000 (00:01 +0430)] 
Update _button-group.scss

19 months agoUpdate _button-group.scss
AmirHossein [Sat, 3 Sep 2022 22:37:15 +0000 (03:07 +0430)] 
Update _button-group.scss

20 months agoRemove gradient from .btn-link
Mark Otto [Fri, 2 Sep 2022 22:48:48 +0000 (15:48 -0700)] 
Remove gradient from .btn-link

20 months agoRework button focus/active styling, with extra changes for checks/radios (#37026)
Patrick H. Lauke [Sun, 4 Sep 2022 16:59:14 +0000 (17:59 +0100)] 
Rework button focus/active styling, with extra changes for checks/radios (#37026)

* Replace :focus styles with :focus-visible

* Remove :active / .active styles

* Don't apply :hover styles for `.btn` that follows a `.btn-check`

This removes a large part of the visual confusion of button checks/radios - that you currently have to move your mouse away from them to see what they actually changed to (checked or unchecked)

* Reintroduce :active, but *not* for button checks/radios

* Sort focus styling specifically for button checks/radios

don't change background on focus, just give it the border/outline. again, avoids confusion whether something is checked or not while focused

* Re-add `outline:0` which was lost when resolving last merge conflict

Co-authored-by: Mark Otto <markd.otto@gmail.com>
20 months agoAdd workarounds for postcss values parser error
Geremia Taglialatela [Sat, 3 Sep 2022 07:09:07 +0000 (09:09 +0200)] 
Add workarounds for postcss values parser error

postcss-values-parser returns a syntax error when a negative value is
provided in a `calc` function after a CSS variable.

This is not an issue with Bootstrap itself, but a workaround to allow
projects using postcss-values-parser to keep upgrading and compiling
bootstrap

Ref: shellscape/postcss-values-parser#138, twbs/bootstrap#35033

Fix: #36851

20 months agoBump rtlcss from 3.5.0 to 4.0.0 (#36968)
dependabot[bot] [Sat, 3 Sep 2022 05:20:51 +0000 (08:20 +0300)] 
Bump rtlcss from 3.5.0 to 4.0.0 (#36968)

Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/MohammadYounes/rtlcss/releases)
- [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/MohammadYounes/rtlcss/compare/v3.5.0...v4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoBump eslint-config-xo from 0.41.0 to 0.42.0 (#37052)
dependabot[bot] [Sat, 3 Sep 2022 05:14:02 +0000 (08:14 +0300)] 
Bump eslint-config-xo from 0.41.0 to 0.42.0 (#37052)

Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.41.0 to 0.42.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.41.0...v0.42.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoSet up a resuming table such as what's in other components.
louismaximepiton [Fri, 2 Sep 2022 13:44:07 +0000 (15:44 +0200)] 
Set up a resuming table such as what's in other components.

20 months agofix(dropdowns): Fix multiple dropdowns when they are inside the same tag (#37011)
Louis-Maxime Piton [Fri, 2 Sep 2022 07:52:33 +0000 (09:52 +0200)] 
fix(dropdowns): Fix multiple dropdowns when they are inside the same tag (#37011)

20 months agoImprove language around vertical grid gutters
Mark Otto [Fri, 2 Sep 2022 00:06:04 +0000 (17:06 -0700)] 
Improve language around vertical grid gutters

20 months agoflush variant of accordion border radius (#36593)
AmirHossein [Thu, 1 Sep 2022 19:55:45 +0000 (00:25 +0430)] 
flush variant of accordion border radius (#36593)

* flush variant of accordion border radius

Fixed issues regarding to last accordion-item has rounded edges at the bottom left and right corners when focused and are in closed state

* Update _accordion.scss

Co-authored-by: Mark Otto <otto@github.com>
20 months agoMake docs clearer by dropping precompiled for compiled
Mark Otto [Thu, 1 Sep 2022 18:48:34 +0000 (11:48 -0700)] 
Make docs clearer by dropping precompiled for compiled

20 months agoDocument how to extract CSS, SVG for strict CSP (#36587)
charlesroelli [Thu, 1 Sep 2022 19:14:07 +0000 (21:14 +0200)] 
Document how to extract CSS, SVG for strict CSP (#36587)

* Webpack: explain how to extract CSS from bundle

* Webpack: explain how to extract SVG from bundle

* Update webpack.md

Co-authored-by: Mark Otto <otto@github.com>
20 months agoReplace wrong mobile OS Windows with iOS
Philip Wedemann [Fri, 3 Jun 2022 14:28:33 +0000 (16:28 +0200)] 
Replace wrong mobile OS Windows with iOS

20 months agoFix
louismaximepiton [Mon, 29 Aug 2022 12:11:13 +0000 (14:11 +0200)] 
Fix

20 months agoFix bump popperjs from 2.11.5 to 2.11.6
Julien Déramond [Thu, 1 Sep 2022 11:44:13 +0000 (13:44 +0200)] 
Fix bump popperjs from 2.11.5 to 2.11.6

20 months agoFix accordion: use $accordion-color rather than computing it via color-contrast
Giovanni Piller Cottrer [Wed, 17 Aug 2022 07:57:24 +0000 (09:57 +0200)] 
Fix accordion: use $accordion-color rather than computing it via color-contrast

20 months agoFix padding on starter template
Mark Otto [Thu, 1 Sep 2022 03:11:42 +0000 (20:11 -0700)] 
Fix padding on starter template

20 months agoUpdate dependencies
Mark Otto [Thu, 1 Sep 2022 02:59:32 +0000 (19:59 -0700)] 
Update dependencies

20 months agov5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visib...
Patrick H. Lauke [Thu, 1 Sep 2022 01:30:23 +0000 (02:30 +0100)] 
v5/docs: reintroduce `outline` for docs code samples, buttons when `:not(:focus-visible)` (#36507)

* Remove outline suppression for focused `<pre>`

Sighted keyboard users rely on knowing where their focus is. If the `<pre>` receives focus (so that it can be scrolled by keyboard users, for instance) then it's essential that they know this is the case

* Only suppress outline for buttons when `:not(:focus-visible)`

* Add right-hand margin to pre

avoids having the focus outline awkwardly clipped by the copy button

20 months agoAdd default select example in cheatsheet (#36877)
Florian Lacreuse [Thu, 1 Sep 2022 01:19:45 +0000 (03:19 +0200)] 
Add default select example in cheatsheet (#36877)

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
20 months agoFix input group z-index focus + validation
Florian Lacreuse [Wed, 31 Aug 2022 14:17:58 +0000 (16:17 +0200)] 
Fix input group z-index focus + validation

20 months agoFix for horizontal list-group item
louismaximepiton [Wed, 24 Aug 2022 08:27:36 +0000 (10:27 +0200)] 
Fix for horizontal list-group item

20 months agoMore consistency for CSS/Sass vars doc for components with dark variants
Julien Déramond [Fri, 26 Aug 2022 13:27:23 +0000 (15:27 +0200)] 
More consistency for CSS/Sass vars doc for components with dark variants

20 months agobugfix undefined border color variable for btn
Michael Geuchmann [Thu, 18 Aug 2022 23:09:48 +0000 (01:09 +0200)] 
bugfix undefined border color variable for btn

20 months agoDocs: improve cards image overlays markup
Julien Déramond [Mon, 29 Aug 2022 12:34:22 +0000 (14:34 +0200)] 
Docs: improve cards image overlays markup

20 months agoAdding missing CSS variables for `z-index`
louismaximepiton [Wed, 24 Aug 2022 13:42:02 +0000 (15:42 +0200)] 
Adding missing CSS variables for `z-index`

20 months agoAdd a comment for track the bug.
louismaximepiton [Fri, 26 Aug 2022 07:19:33 +0000 (09:19 +0200)] 
Add a comment for track the bug.

20 months agoSet cursor to auto instead of pointer on `.DocSearch-Container`
louismaximepiton [Thu, 25 Aug 2022 12:38:04 +0000 (14:38 +0200)] 
Set cursor to auto instead of pointer on `.DocSearch-Container`

20 months agoChange offcanvas to be more consistent with carousel and dropdown
louismaximepiton [Tue, 30 Aug 2022 15:20:59 +0000 (17:20 +0200)] 
Change offcanvas to be more consistent with carousel and dropdown

20 months agoDocs: Fix js options to what is really inside js (#37019)
Louis-Maxime Piton [Wed, 31 Aug 2022 13:50:54 +0000 (15:50 +0200)] 
Docs: Fix js options to what is really inside js (#37019)

20 months agoBump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 (#36929)
dependabot[bot] [Mon, 29 Aug 2022 16:24:27 +0000 (19:24 +0300)] 
Bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 (#36929)

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.1 to 22.0.2.
- [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.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 months agoUpdate an outdated name mentioned in a Sass comment
Kitty Giraudel [Tue, 9 Aug 2022 14:14:51 +0000 (16:14 +0200)] 
Update an outdated name mentioned in a Sass comment

21 months agoUpdate devDependencies (#36900)
XhmikosR [Thu, 4 Aug 2022 06:48:23 +0000 (09:48 +0300)] 
Update devDependencies (#36900)

* @babel/cli             ^7.18.9  →  ^7.18.10
* @babel/core            ^7.18.9  →  ^7.18.10
* @babel/preset-env      ^7.18.9  →  ^7.18.10
* eslint                 ^8.20.0  →   ^8.21.0
* sass                   ^1.54.0  →   ^1.54.2

21 months agoBump rollup from 2.77.0 to 2.77.2 (#36886)
dependabot[bot] [Thu, 4 Aug 2022 05:29:27 +0000 (08:29 +0300)] 
Bump rollup from 2.77.0 to 2.77.2 (#36886)

Bumps [rollup](https://github.com/rollup/rollup) from 2.77.0 to 2.77.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.77.0...v2.77.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>
21 months agoAdded new example in `examples/features` page. (#36660)
Vipin Mishra [Thu, 4 Aug 2022 04:52:41 +0000 (10:22 +0530)] 
Added new example in `examples/features` page. (#36660)

* Added new example in examples/features

* Fix indentation, other suggested changes from review

* fix: heading structure

21 months agoDocs: add grid-row-columns variable
Hadouin [Thu, 7 Jul 2022 01:20:55 +0000 (03:20 +0200)] 
Docs: add grid-row-columns variable

#36691

21 months agofix #36662 List-group-item margin-top is offset when importing sass in a nested class...
Hadouin [Wed, 3 Aug 2022 18:27:51 +0000 (20:27 +0200)] 
fix #36662 List-group-item margin-top is offset when importing sass in a nested class (#36663)

* fix #36662 & + .list-group-item

* Ignore linter

Co-authored-by: Mark Otto <otto@github.com>
21 months agoExpand popover custom container explanation
Patrick H. Lauke [Sat, 30 Jul 2022 23:39:36 +0000 (00:39 +0100)] 
Expand popover custom container explanation

mention the scenario of popovers inside modals - see https://github.com/twbs/bootstrap/issues/36692#issuecomment-1178261690

21 months agoFix
louismaximepiton [Mon, 1 Aug 2022 13:16:05 +0000 (15:16 +0200)] 
Fix

21 months agoFix docs typo of `.form-checkbox` -> `.form-check`
Matthew West [Sun, 31 Jul 2022 23:00:21 +0000 (18:00 -0500)] 
Fix docs typo of `.form-checkbox` -> `.form-check`

The class `.form-checkbox` is not used in Bootstrap and here it should say `.form-check` (as shown in the example below).

21 months agoFix floating labels
louismaximepiton [Mon, 1 Aug 2022 10:01:32 +0000 (12:01 +0200)] 
Fix floating labels

21 months agoBump autoprefixer from 10.4.7 to 10.4.8 (#36860)
Julien Déramond [Sun, 31 Jul 2022 06:41:12 +0000 (08:41 +0200)] 
Bump autoprefixer from 10.4.7 to 10.4.8 (#36860)

21 months agoDefine correctly `$popover-header-color` (#36849)
Julien Déramond [Fri, 29 Jul 2022 19:54:18 +0000 (21:54 +0200)] 
Define correctly `$popover-header-color` (#36849)

21 months agoFix typos after #36762 (#36771)
Julien Déramond [Fri, 29 Jul 2022 19:49:01 +0000 (21:49 +0200)] 
Fix typos after #36762 (#36771)

21 months agoScrollSpy: make the threshold option configurable (#36750)
GeoSot [Thu, 28 Jul 2022 08:58:28 +0000 (11:58 +0300)] 
ScrollSpy: make the threshold option configurable (#36750)

* feat(ScrollSpy): make the threshold option configurable

21 months agoFixes #36770: Add navbar image alt text (#36850)
Mark Otto [Thu, 28 Jul 2022 05:51:08 +0000 (22:51 -0700)] 
Fixes #36770: Add navbar image alt text (#36850)

21 months agoMove DocSearch out of offcanvas to always show it on mobile (#36824)
Mark Otto [Wed, 27 Jul 2022 20:30:42 +0000 (13:30 -0700)] 
Move DocSearch out of offcanvas to always show it on mobile (#36824)

21 months agoRe-set tooltip title, on disposal (#36751)
GeoSot [Wed, 27 Jul 2022 14:40:05 +0000 (17:40 +0300)] 
Re-set tooltip title, on disposal (#36751)

fix(reg): Re-set tooltip title, on disposal

21 months agoBump sass from 1.53.0 to 1.54.0 (#36845)
dependabot[bot] [Wed, 27 Jul 2022 06:09:12 +0000 (09:09 +0300)] 
Bump sass from 1.53.0 to 1.54.0 (#36845)

Bumps [sass](https://github.com/sass/dart-sass) from 1.53.0 to 1.54.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.53.0...1.54.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>
21 months agoBump lockfile-lint from 4.7.6 to 4.7.7 (#36844)
dependabot[bot] [Wed, 27 Jul 2022 05:54:09 +0000 (08:54 +0300)] 
Bump lockfile-lint from 4.7.6 to 4.7.7 (#36844)

Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/lirantal/lockfile-lint/releases)
- [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.7.6...lockfile-lint@4.7.7)

---
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>
21 months agoSimplify social images and add ability to set per-page images (#36804)
Mark Otto [Tue, 26 Jul 2022 16:25:47 +0000 (09:25 -0700)] 
Simplify social images and add ability to set per-page images (#36804)

* Simplify social images and add ability to set per-page images

- Removes the homepage summary layout in favor of the larger image card (makes it more consistent with other pages)
- Reuses new thumbnails for Webpack, Parcel, and Vite guides to add their new social images

* Update default social card

* Change description to subtitle, add longer description to match homepage

* Remove social_image_path, use inline conditions for social images

21 months agoRemove Slack from site and repo docs (#36825)
Mark Otto [Mon, 25 Jul 2022 22:47:14 +0000 (16:47 -0600)] 
Remove Slack from site and repo docs (#36825)

* Remove Slack from site and repo docs

* Apply suggestions from code review

Co-authored-by: Julien Déramond <julien.deramond@orange.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
21 months agoFix pagination page items border radius
Julien Déramond [Sun, 24 Jul 2022 09:33:40 +0000 (11:33 +0200)] 
Fix pagination page items border radius

21 months agoAdding missing offcanvas `added-in` shortcode
louismaximepiton [Mon, 25 Jul 2022 14:51:27 +0000 (16:51 +0200)] 
Adding missing offcanvas `added-in` shortcode