| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-08-03 | Update input-bg to use body-bg (#34651) | Mark Otto | 1 | -1/+1 | |
| 2021-07-29 | Revert "Allow individual grid classes to override `.row-cols` (#33621)" (#34612) | Mark Otto | 1 | -7/+1 | |
| This reverts commit f2b47e1c8a263f4406255991af9fd55984c22a0e. | |||||
| 2021-07-28 | Make text decoration consistent with other anchors (#34475) | Andrew Pucci | 1 | -1/+1 | |
| Fixes #34474 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-27 | More concise improvements for `add()` and `subtract()` (#34432) | Gaël Poupard | 1 | -12/+0 | |
| 2021-07-26 | Clean up a couple CSS Grid issues (#34572) | Mark Otto | 2 | -23/+24 | |
| - Moves the make-cssgrid() mixin to the grid mixins stylesheet - Updates the g-start-* classes to start at 1 instead of 0 as 0 is an invalid value (fixes #34399) Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-25 | Make default $accordion-icon-color consistent | TheFakeCake | 1 | -1/+1 | |
| Change the $accordion-icon-color variable default value to $accordion-button-color | |||||
| 2021-07-22 | Toasts: Change showing timings and classes to keep toast `display:none` by ↵ | GeoSot | 1 | -2/+2 | |
| default (#33610) | |||||
| 2021-07-17 | Add new offcanvas support to navbars | craftwerk | 1 | -1/+30 | |
| Co-Authored-By: craftwerk <[email protected]> | |||||
| 2021-07-16 | Split .vr from stacks as a new helper | Mark Otto | 3 | -9/+9 | |
| 2021-07-16 | Add hstack and vstack helpers | Mark Otto | 2 | -0/+25 | |
| 2021-07-14 | fix(forms): prevent color control from shrinking (#34445) | Gaël Poupard | 2 | -1/+3 | |
| * fix(forms): prevent color control from shrinking Fixes #34195 Setting `min-width` alongside `max-width` wouldn't make any sense IMHO. The only concern I have is whether we should introduce a dedicated variable for said width? * feat(forms): introduce ` $form-color-width` * feat(forms): use ` $form-color-width` Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-08 | Add null `$card-box-shadow` variable (#34440) | Mark Otto | 2 | -1/+3 | |
| Fixes #34421 Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-06 | Add maps for all colors, document how to extend color utilities (#32319) | Mark Otto | 2 | -0/+130 | |
| * Add maps for all colors, document how to extend color utilities * Updates to make this more functional for v5 - Moves color maps into _variables.scss for now (felt weird to split them out when the variables are there) - Adds a new function, map-merge-multiple(), and updates docs that reference combo-map - Updates code snippet and docs guidance about how to extend the color utils to handle this * Update site/content/docs/5.0/customize/color.md Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-07-05 | Add horizontal collapse support | Mark Otto | 2 | -0/+7 | |
| 2021-06-25 | Variablize backdrop for modal and offcanvas | Mark Otto | 5 | -14/+26 | |
| 2021-06-22 | v5.1: Add optional CSS grid (#31813) | Mark Otto | 2 | -0/+35 | |
| 2021-06-22 | Add utility classes for opacity (#33781) | harishhalodoc | 1 | -0/+13 | |
| * Add responsive utility classes for opacity - fix for #33483 * remove responsive opacity utils as it has impact on bootstrap.css bundle size * Update opacity.md * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> * Update site/content/docs/5.0/utilities/opacity.md Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Harish <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: Mark Otto <[email protected]> Co-authored-by: alpadev <[email protected]> | |||||
| 2021-06-22 | Release v5.0.2 (#34276)v5.0.2 | XhmikosR | 4 | -4/+4 | |
| * Bump version to v5.0.2. * Dist | |||||
| 2021-06-22 | Fix another Sass division (#34332) | Mark Otto | 1 | -2/+2 | |
| * Fix another Sass division * Revert the percentage division in the mixins for accuracy Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-22 | Update rfs to v9.0.4. | Mark Otto | 1 | -13/+55 | |
| 2021-06-22 | Update the divide() function | Mark Otto | 2 | -13/+30 | |
| 2021-06-19 | Small typos, closes #34249 | Mark Otto | 1 | -2/+2 | |
| 2021-06-17 | Fix lingering Sass math (#34281) | Mark Otto | 1 | -2/+2 | |
| 2021-06-17 | Remove a leftover sass:math module call (#34280) | Mark Otto | 1 | -2/+0 | |
| 2021-06-14 | Don't set auto margin on offcanvas close | Mark Otto | 1 | -1/+3 | |
| 2021-06-14 | Replace `/` division with multiplication and custom `divide()` function (#34245) | Mark Otto | 13 | -53/+81 | |
| * Convert bulk of division to multiplication * Use custom divide() function instead of Dart Sass math module for greater compatibility * Apply suggestions from code review * Fix functions | |||||
| 2021-06-03 | Allow individual grid classes to override `.row-cols` (#33621) | Anal-Retentive Squirrel Hunter | 1 | -1/+7 | |
| 2021-06-03 | fix(forms): unitless `line-height` for floating labels (#34161) | Gaël Poupard | 2 | -0/+2 | |
| Co-authored-by: Mark Otto <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-06-02 | Sets the correct color for popover header bottom border | Breno Reis | 1 | -1/+1 | |
| 2021-05-28 | Add missing transition to `.form-select` (#34034) | Simon Ihmig | 2 | -0/+3 | |
| A selectbox is styled in a very similar way as an input (`.form-control`), including border-color and box-shadow. So it can be assumed it should apply the same CSS transition for these properties when focused, but this was missing. Co-authored-by: alpadev <[email protected]> | |||||
| 2021-05-28 | fix(tables): decouple table-bg and table-accent-bg (#34048) | Gaël Poupard | 2 | -1/+2 | |
| Co-authored-by: alpadev <[email protected]> | |||||
| 2021-05-27 | fix(dropdowns): RTL for `.dropdown-menu-*` (#34124) | Gaël Poupard | 1 | -4/+4 | |
| 2021-05-25 | Fix x-paddings for select (with floating label, and in Firefox) (#34008) | Gaël Poupard | 2 | -1/+4 | |
| 2021-05-25 | Handle complex expressions in add() & subtract() (#34047) | Gaël Poupard | 1 | -0/+16 | |
| 2021-05-20 | fix wrong comment text for tooltip (#34044) | GeoSot | 1 | -1/+1 | |
| 2021-05-19 | Update button-variant mixin to add missing space. | pu-master | 1 | -1/+1 | |
| 2021-05-13 | Release v5.0.1 (#33972)v5.0.1 | XhmikosR | 4 | -4/+4 | |
| * Bump version to 5.0.1. * Dist | |||||
| 2021-05-13 | remove modal css override | GeoSot | 1 | -11/+2 | |
| 2021-05-13 | Revert "use `:read-only` css selector instead `[readonly]` for consistency ↵ | Mark Otto | 1 | -5/+5 | |
| (#33642)" (#33961) This reverts commit 17252bb3b0c751ad2be1c1c1226ebcf43e7967f3. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-05-13 | PRevent accent-bg from leaking in nested table (#33825) | Gaël Poupard | 1 | -0/+1 | |
| Fixes #33817 Solution by @Hintzmann in [#33817 (comment)](https://github.com/twbs/bootstrap/issues/33817#issuecomment-831718042). | |||||
| 2021-05-13 | Validated inputs in `.input-group` shouldn't be behind sibling element (#33644) | Jatin Mehta | 1 | -1/+8 | |
| Added z-index property for input-group only for invalid state | |||||
| 2021-05-10 | Don't redefine $list-group-color in loop | Mark H. Wilkinson | 1 | -5/+5 | |
| 2021-05-05 | Release v5.0.0 (#33647)v5.0.0 | XhmikosR | 4 | -4/+4 | |
| * Bump version to 5.0.0 * Fix npm tag * Dist | |||||
| 2021-04-30 | accordion: fix `border-top` on Firefox (#33736) | alpadev | 1 | -2/+4 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2021-04-19 | Use the backdrop util in offcanvas, enforcing consistency (#33545) | GeoSot | 2 | -14/+2 | |
| * respect /share modal's backdrop functionality, keeping consistency * listen click events over backdrop (only) and trigger `hide()` without add/remove event tricks * achieve to hide foreign open offcanvas instances without glitches `if (allReadyOpen && allReadyOpen !== target)`, in case another is going to be open, when user clicks on trigger button | |||||
| 2021-04-17 | Apply positioning only when Popper is not used | Rohit Sharma | 1 | -13/+7 | |
| 2021-04-17 | use `:read-only` css selector instead `[readonly]` for consistency (#33642) | harishhalodoc | 1 | -5/+5 | |
| There are 5 places where [readonly] selector is used. I have replaced with :read-only for consistency. fix for https://github.com/twbs/bootstrap/issues/33101 Co-authored-by: Harish <[email protected]> | |||||
| 2021-04-17 | fix: use list-group variable instead of alert (#33658) | Mona Brahmakshatriya | 1 | -1/+1 | |
| Use $list-group-item-color-scale variable in list-group NOT $alert-color-scale | |||||
| 2021-04-14 | Make accordion icon rotation more natural (#33292) | Victor Massé | 1 | -1/+1 | |
| 2021-04-14 | Have $form-check-input-border's default derive from ($black instead of ↵ | Carson | 1 | -1/+1 | |
| hard-coded black) | |||||
