aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-02-19Carousel: change argument to `_setActiveIndicatorElement`, from element to indexGeoSot1-3/+3
2022-02-19Carousel: make direct triggering of slid event, instead of using a callbackGeoSot1-10/+6
2022-02-19Carousel: merge slide functionality, regardless of whether it is animated or notGeoSot1-20/+16
2022-02-19Carousel: simplify initialization on document load, using `getOrCreateInstance`GeoSot1-1/+1
2022-02-19Carousel: remove redundant config merge on `dataApiClickHandler`, as it is ↵GeoSot1-1/+0
done by default in the `constructor`
2022-02-18Apply list group numbering to all items (#35822)Jann Westermann1-1/+1
2022-02-18Add null modal-footer-bg variable (#35858)Mark Otto2-0/+2
Fixes #35782
2022-02-17New CSS variable for Navbars (#35829)Louis-Maxime Piton1-1/+2
* Adding a brand new CSS var * Update scss/_variables.scss Co-authored-by: Gaël Poupard <[email protected]>
2022-02-17Add !important property to colored links. (#35740)Nudasoft1-2/+2
* Add !important property to colored links. * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]>
2022-02-17code indentation in readmeAlan Christian1-51/+52
2022-02-16Rename dropdown-shadow to dropdown-box-shadow for consistencyMark Otto1-3/+3
2022-02-16Convert pagination component to CSS variables (#35399)Mark Otto3-43/+72
* Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback
2022-02-16Fixed border radius var name and .show targetEugene Kopyov2-2/+2
2022-02-15Update devDependencies (#35841)XhmikosR8-207/+207
* Update devDependencies * @babel/core ^7.17.0 → ^7.17.2 * @rollup/plugin-replace ^3.0.1 → ^3.1.0 * eslint ^8.8.0 → ^8.9.0 * eslint-config-xo ^0.39.0 → ^0.40.0 * hugo-bin ^0.80.1 → ^0.80.2 * karma ^6.3.15 → ^6.3.16 * rollup ^2.67.1 → ^2.67.2 * Fix new ESLint errors
2022-02-14Convert dropdowns to CSS variablesMark Otto3-65/+79
2022-02-14Rewrite custom docs buttonsMark Otto9-65/+50
- Use CSS variables wherever possible - Rename purple-bright to violet for brevity, add CSS vars versions - Rename download to accent
2022-02-14Tighten bundlewatchMark Otto1-3/+3
2022-02-14Convert .btn and mixins to use CSS variablesMark Otto4-129/+144
2022-02-14Correct the horizontal padding on grid containers (#35825)Mark Otto2-3/+3
* Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable
2022-02-14Update reboot.mdvpakati1-1/+1
Add the missing right parenthesis.
2022-02-14Fix typo in Badges CSS variables descriptionJulien Déramond1-1/+1
2022-02-11Fixes #32082Mark Otto1-2/+0
Remove sentence in docs that's no longer needed. Fixes #32082.
2022-02-10Bump version calloutMark Otto1-1/+1
2022-02-10Bump bundlewatchMark Otto1-1/+1
2022-02-10Convert .badge to CSS variablesMark Otto2-6/+24
2022-02-09Remove remaining `.navbar-light` classes (#35814)Julien Déramond7-13/+13
* Fix typo in CSS variables documentation * Drop remaining .navbar-light classes
2022-02-08Add Spanish translationFabián Karaben1-0/+5
The translation of version 5 of Bootstrap is added, by the Esdocu project.
2022-02-08Fix overriding styles of `.list-group-item-action`Anton1-27/+24
~~~html <style> .list-group-item-action {color: blue;} .list-group-item {color: red;} </style> <p class="list-group-item">red text!</p> <p class="list-group-item list-group-item-action">still red text!</p> ~~~ because `.list-group-item` declared after `.list-group-item-action` (order in attribute `class` no effect)
2022-02-08README: About release planningChristopher Yeleighton1-1/+1
2022-02-08Support floating labels on `.form-control-plaintext` (#32840)Sebastian Podjasek2-3/+25
* Support floating labels on `.form-control-plaintext` * Update floating-labels.md * Apply suggestions from code review Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2022-02-08Add `.form-check-reverse` modifier class (#33606)Mark Otto2-0/+46
* Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <[email protected]>
2022-02-08bundlewatchMark Otto1-1/+1
2022-02-08Add deprecation notice for .navbar-lightMark Otto1-0/+4
2022-02-08Convert navbar to CSS variablesMark Otto4-161/+130
Co-Authored-By: Gaël Poupard <[email protected]>
2022-02-08Update devDependencies (#35798)XhmikosR2-278/+354
* @babel/cli ^7.16.8 → ^7.17.0 * @babel/core ^7.16.12 → ^7.17.0 * karma ^6.3.13 → ^6.3.15 * karma-rollup-preprocessor ^7.0.7 → ^7.0.8 * postcss ^8.4.5 → ^8.4.6 * rollup ^2.66.1 → ^2.67.1 * sass ^1.49.4 → ^1.49.7
2022-02-07Optimize jQueryInterface in Collapse (#35689)Anton1-5/+5
extracts config initialization from cycle
2022-02-07package.json: add GitHub Sponsors and reorder properties (#35451)XhmikosR1-16/+22
2022-02-07Fix empty content of tooltip after 'copy' action in docs (#35773)GeoSot1-6/+5
Co-authored-by: XhmikosR <[email protected]>
2022-02-07Set `cursor: default` on disabled `.form-check-label` (#35082)The Fake Cake1-0/+1
Fixes #35056
2022-02-06Add zebra striping for table columnsMacinto5h3-3/+23
Co-Authored-By: Macallan Camara <[email protected]> Co-Authored-By: XhmikosR <[email protected]>
2022-02-06Move `gap` utility API from "Flex" to "Spacing"Ty Mick1-6/+7
The `gap` utility is described on the [Spacing page][1] but is not actually mentioned on the [Flex page][2] (apart from the [API section][3]). [1]: https://getbootstrap.com/docs/5.1/utilities/spacing/ [2]: https://getbootstrap.com/docs/5.1/utilities/flex/ [3]: https://getbootstrap.com/docs/5.1/utilities/flex/#utilities-api
2022-02-06Fixed typo in docsSigurd Moland Wahl1-1/+1
2022-02-03Fix dropdown docs about autoclose and esc key.Florian Lacreuse1-1/+2
2022-02-01Breadcrumb docs: drop confusing currentColor and add new callout (#35434)Gaël Poupard1-2/+9
2022-02-01Update find-unused-sass-variables to v4.0.1 (#35761)XhmikosR2-192/+46
2022-02-01event-handler.js: remove unneeded return statementXhmikosR1-3/+0
2022-02-01Event-handler: use `Array.find` instead of `for`GeoSot1-9/+2
2022-02-01Event-handler: initialize variable properlyGeoSot1-2/+2
2022-02-01Fix Popover test that randomly fails on BrowserStack (#35757)GeoSot1-12/+7
Co-authored-by: XhmikosR <[email protected]>
2022-02-01Dropdown: use destructured variables in `dataApyKeydownHandler`GeoSot1-6/+7