| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-02-19 | Carousel: change argument to `_setActiveIndicatorElement`, from element to index | GeoSot | 1 | -3/+3 | |
| 2022-02-19 | Carousel: make direct triggering of slid event, instead of using a callback | GeoSot | 1 | -10/+6 | |
| 2022-02-19 | Carousel: merge slide functionality, regardless of whether it is animated or not | GeoSot | 1 | -20/+16 | |
| 2022-02-19 | Carousel: simplify initialization on document load, using `getOrCreateInstance` | GeoSot | 1 | -1/+1 | |
| 2022-02-19 | Carousel: remove redundant config merge on `dataApiClickHandler`, as it is ↵ | GeoSot | 1 | -1/+0 | |
| done by default in the `constructor` | |||||
| 2022-02-18 | Apply list group numbering to all items (#35822) | Jann Westermann | 1 | -1/+1 | |
| 2022-02-18 | Add null modal-footer-bg variable (#35858) | Mark Otto | 2 | -0/+2 | |
| Fixes #35782 | |||||
| 2022-02-17 | New CSS variable for Navbars (#35829) | Louis-Maxime Piton | 1 | -1/+2 | |
| * Adding a brand new CSS var * Update scss/_variables.scss Co-authored-by: Gaël Poupard <[email protected]> | |||||
| 2022-02-17 | Add !important property to colored links. (#35740) | Nudasoft | 1 | -2/+2 | |
| * Add !important property to colored links. * Apply suggestions from code review Co-authored-by: Mark Otto <[email protected]> | |||||
| 2022-02-17 | code indentation in readme | Alan Christian | 1 | -51/+52 | |
| 2022-02-16 | Rename dropdown-shadow to dropdown-box-shadow for consistency | Mark Otto | 1 | -3/+3 | |
| 2022-02-16 | Convert pagination component to CSS variables (#35399) | Mark Otto | 3 | -43/+72 | |
| * Convert pagination component to CSS variables * Use RFS mixin * Remove the useless fallback | |||||
| 2022-02-16 | Fixed border radius var name and .show target | Eugene Kopyov | 2 | -2/+2 | |
| 2022-02-15 | Update devDependencies (#35841) | XhmikosR | 8 | -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-14 | Convert dropdowns to CSS variables | Mark Otto | 3 | -65/+79 | |
| 2022-02-14 | Rewrite custom docs buttons | Mark Otto | 9 | -65/+50 | |
| - Use CSS variables wherever possible - Rename purple-bright to violet for brevity, add CSS vars versions - Rename download to accent | |||||
| 2022-02-14 | Tighten bundlewatch | Mark Otto | 1 | -3/+3 | |
| 2022-02-14 | Convert .btn and mixins to use CSS variables | Mark Otto | 4 | -129/+144 | |
| 2022-02-14 | Correct the horizontal padding on grid containers (#35825) | Mark Otto | 2 | -3/+3 | |
| * Correct the horizontal padding on grid containers * Don't halve the container-padding-x variable | |||||
| 2022-02-14 | Update reboot.md | vpakati | 1 | -1/+1 | |
| Add the missing right parenthesis. | |||||
| 2022-02-14 | Fix typo in Badges CSS variables description | Julien Déramond | 1 | -1/+1 | |
| 2022-02-11 | Fixes #32082 | Mark Otto | 1 | -2/+0 | |
| Remove sentence in docs that's no longer needed. Fixes #32082. | |||||
| 2022-02-10 | Bump version callout | Mark Otto | 1 | -1/+1 | |
| 2022-02-10 | Bump bundlewatch | Mark Otto | 1 | -1/+1 | |
| 2022-02-10 | Convert .badge to CSS variables | Mark Otto | 2 | -6/+24 | |
| 2022-02-09 | Remove remaining `.navbar-light` classes (#35814) | Julien Déramond | 7 | -13/+13 | |
| * Fix typo in CSS variables documentation * Drop remaining .navbar-light classes | |||||
| 2022-02-08 | Add Spanish translation | Fabián Karaben | 1 | -0/+5 | |
| The translation of version 5 of Bootstrap is added, by the Esdocu project. | |||||
| 2022-02-08 | Fix overriding styles of `.list-group-item-action` | Anton | 1 | -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-08 | README: About release planning | Christopher Yeleighton | 1 | -1/+1 | |
| 2022-02-08 | Support floating labels on `.form-control-plaintext` (#32840) | Sebastian Podjasek | 2 | -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-08 | Add `.form-check-reverse` modifier class (#33606) | Mark Otto | 2 | -0/+46 | |
| * Add .form-check-reverse modifier class * Update checks-radios.md Co-authored-by: XhmikosR <[email protected]> | |||||
| 2022-02-08 | bundlewatch | Mark Otto | 1 | -1/+1 | |
| 2022-02-08 | Add deprecation notice for .navbar-light | Mark Otto | 1 | -0/+4 | |
| 2022-02-08 | Convert navbar to CSS variables | Mark Otto | 4 | -161/+130 | |
| Co-Authored-By: Gaël Poupard <[email protected]> | |||||
| 2022-02-08 | Update devDependencies (#35798) | XhmikosR | 2 | -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-07 | Optimize jQueryInterface in Collapse (#35689) | Anton | 1 | -5/+5 | |
| extracts config initialization from cycle | |||||
| 2022-02-07 | package.json: add GitHub Sponsors and reorder properties (#35451) | XhmikosR | 1 | -16/+22 | |
| 2022-02-07 | Fix empty content of tooltip after 'copy' action in docs (#35773) | GeoSot | 1 | -6/+5 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2022-02-07 | Set `cursor: default` on disabled `.form-check-label` (#35082) | The Fake Cake | 1 | -0/+1 | |
| Fixes #35056 | |||||
| 2022-02-06 | Add zebra striping for table columns | Macinto5h | 3 | -3/+23 | |
| Co-Authored-By: Macallan Camara <[email protected]> Co-Authored-By: XhmikosR <[email protected]> | |||||
| 2022-02-06 | Move `gap` utility API from "Flex" to "Spacing" | Ty Mick | 1 | -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-06 | Fixed typo in docs | Sigurd Moland Wahl | 1 | -1/+1 | |
| 2022-02-03 | Fix dropdown docs about autoclose and esc key. | Florian Lacreuse | 1 | -1/+2 | |
| 2022-02-01 | Breadcrumb docs: drop confusing currentColor and add new callout (#35434) | Gaël Poupard | 1 | -2/+9 | |
| 2022-02-01 | Update find-unused-sass-variables to v4.0.1 (#35761) | XhmikosR | 2 | -192/+46 | |
| 2022-02-01 | event-handler.js: remove unneeded return statement | XhmikosR | 1 | -3/+0 | |
| 2022-02-01 | Event-handler: use `Array.find` instead of `for` | GeoSot | 1 | -9/+2 | |
| 2022-02-01 | Event-handler: initialize variable properly | GeoSot | 1 | -2/+2 | |
| 2022-02-01 | Fix Popover test that randomly fails on BrowserStack (#35757) | GeoSot | 1 | -12/+7 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2022-02-01 | Dropdown: use destructured variables in `dataApyKeydownHandler` | GeoSot | 1 | -6/+7 | |
