GeoSot
d49d8ce583
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>
2022-10-02 13:05:30 +03:00
Patrick H. Lauke
0a5f6e078c
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
2022-10-02 13:02:36 +03:00
XhmikosR
812f891bfc
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
2022-10-02 08:24:41 +03:00
XhmikosR
da0fe8c8b2
Minor docs changes ( #37215 )
2022-09-27 23:02:55 +03:00
Julien Déramond
abb1cf529f
Add eslint-plugin-html to lint JS in HTML files ( #37186 )
2022-09-27 22:53:59 +03:00
Jonathan
f84d82ada0
NuGet: Use license expression ( #36421 )
2022-09-27 22:45:28 +03:00
Louis-Maxime Piton
80482af57b
Changing the way View on GitHub
links are handled ( #37214 )
2022-09-27 22:01:16 +03:00
GeoSot
597c402314
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.
2022-09-27 10:39:11 +03:00
XhmikosR
e77367dddc
Slightly improve PNG files compression ( #36899 )
2022-09-27 08:50:31 +03:00
XhmikosR
2b65149e02
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
2022-09-27 08:49:52 +03:00
Julien Déramond
eff658edb7
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>
2022-09-26 21:16:50 +03:00
GeoSot
24f6e2764a
Tests: add testcase to Tabs, keyboard handler ( #37189 )
2022-09-23 22:18:57 +02:00
Mark Otto
8da10bb1be
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>
2022-09-23 10:44:10 +03:00
Carson Sievert
2b46842af9
Fix active class toggling of tabs within dropdown ( #37151 )
...
* Close #36947 : fix active class toggling tabs within dropdown
2022-09-22 02:29:58 +03:00
GeoSot
27f20257eb
Use es6 on visual tests ( #36915 )
2022-09-22 01:48:23 +03:00
Mark Otto
37e2e7e124
Use Sass variable for accordion color ( #37182 )
...
Fixes #37144
2022-09-21 18:55:57 +02:00
dependabot[bot]
0173f7a9df
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>
2022-09-20 17:51:44 +03:00
GeoSot
1510c25e9b
Drop tabs auto-focus ( #37146 )
...
* fix: drop tabs auto-focus
2022-09-20 17:20:47 +03:00
Patrick H. Lauke
2be9cd59ba
Explicitly target .btn-check
and undo :hover
( #37165 )
...
rather than the other way around, which caused specificity issues
2022-09-20 15:15:46 +02:00
flavio-b
636bb496c9
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.
2022-09-20 04:36:45 -07:00
XhmikosR
d0117a17d8
Update devDependencies ( #37177 )
2022-09-20 08:09:14 +03:00
Jérémie Broutier
6f65df4fae
Fix modal event listeners ( #37128 )
...
* Fix modal event listeners (#37126 )
Co-authored-by: GeoSot <geo.sotis@gmail.com>
2022-09-15 13:30:51 +03:00
GeoSot
aedd7fb9de
Docs: Add informative note for Tooltip/Popover selector option ( #37142 )
...
Co-authored-by: Julien Déramond <juderamond@gmail.com>
2022-09-14 22:03:39 +02:00
Gabriel R. Barbosa
9af1232c65
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>
2022-09-14 21:28:10 +02:00
GeoSot
3bd5756414
fix: add trick to support tooltip selector usage on dynamic created tooltips that utilize title
attribute ( #36914 )
2022-09-14 16:24:37 +03:00
Julien Déramond
4600a25404
Docs: minor fix for Navbar > Offcanvas examples ( #37145 )
2022-09-14 16:11:14 +03:00
dependabot[bot]
a1b1e43ddc
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>
2022-09-13 19:38:31 +03:00
dependabot[bot]
b5ee6694c1
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>
2022-09-13 19:37:36 +03:00
dependabot[bot]
d6a38b347f
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>
2022-09-13 19:34:32 +03:00
dependabot[bot]
9cee77919d
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>
2022-09-13 19:32:12 +03:00
dependabot[bot]
6e55fa9297
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>
2022-09-09 18:26:35 +03:00
dependabot[bot]
74184f8c61
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>
2022-09-09 18:22:57 +03:00
dependabot[bot]
bcfc8d0d63
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>
2022-09-09 18:17:11 +03:00
XhmikosR
23e50829f9
Release v5.2.1 ( #37098 )
...
* Bump version to v5.2.1.
* Dist
2022-09-07 18:31:39 +03:00
GeoSot
23fb7a7915
Fix modal event-listeners during dismiss click ( #36863 )
...
ref: #36855
2022-09-07 11:56:33 +03:00
GeoSot
949456984a
Fix tooltip manual toggling ( #37086 )
...
partial regression of SHA: 9b9372e8dd
2022-09-07 11:47:06 +03:00
Sebastian Homeier
7a7469b8ab
Fix accordion button color
...
Use the Sass variable `$accordion-button-color` to set the CSS custom
property `--bs-accordion-btn-color`.
2022-09-06 10:06:43 -07:00
AmirHossein
9b943880fc
Update _button-group.scss
2022-09-05 12:52:43 -07:00
AmirHossein
97a9060a8f
Update _button-group.scss
2022-09-05 12:52:43 -07:00
Mark Otto
2504b89950
Remove gradient from .btn-link
2022-09-04 11:12:38 -07:00
Patrick H. Lauke
32c457db4b
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>
2022-09-04 09:59:14 -07:00
Geremia Taglialatela
b8880e5eec
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
2022-09-04 09:45:40 -07:00
dependabot[bot]
75e09b1c0f
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>
2022-09-03 08:20:51 +03:00
dependabot[bot]
585146a6a7
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>
2022-09-03 08:14:02 +03:00
louismaximepiton
a329575d82
Set up a resuming table such as what's in other components.
2022-09-02 11:49:24 -07:00
Louis-Maxime Piton
337068f8b1
fix(dropdowns): Fix multiple dropdowns when they are inside the same tag ( #37011 )
2022-09-02 10:52:33 +03:00
Mark Otto
54b4b2c66a
Improve language around vertical grid gutters
2022-09-01 17:17:14 -07:00
AmirHossein
8c380b2676
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>
2022-09-01 12:55:45 -07:00
Mark Otto
2793637837
Make docs clearer by dropping precompiled for compiled
2022-09-01 12:15:59 -07:00
charlesroelli
4f97d8fabd
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>
2022-09-01 12:14:07 -07:00