| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-08-06 | Prepare v4.5.2. (#31444)v4.5.2 | XhmikosR | 3 | -3/+3 | |
| 2020-08-06 | Remove undefined `$ignore-warning` | Martijn Cuppens | 1 | -1/+1 | |
| 2020-08-06 | Deprecate the `make-container-max-widths` mixin | XhmikosR | 1 | -0/+1 | |
| 2020-08-06 | Restore make-container-max-widths mixin | Mark Otto | 1 | -0/+9 | |
| 2020-08-06 | Remove flex: 1 0 100% from rows (#31439) (#31445) | XhmikosR | 1 | -1/+0 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-08-04 | Prepare v4.5.1. (#31408)v4.5.1 | XhmikosR | 3 | -3/+3 | |
| 2020-08-03 | Remove overflow: hidden from toasts (#31381) (#31407) | XhmikosR | 1 | -1/+1 | |
| Co-authored-by: Mark Otto <[email protected]> | |||||
| 2020-07-21 | Turn off scroll anchoring for accordions (#31347) | Patrick H. Lauke | 1 | -0/+2 | |
| New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/ | |||||
| 2020-07-06 | Remove backdrop-filter from toasts | Mark Otto | 1 | -1/+0 | |
| 2020-06-24 | Update links to point to v4-dev or main branches | XhmikosR | 3 | -3/+3 | |
| 2020-06-24 | Stylelint: remove redundant inline suppressions | XhmikosR | 2 | -13/+5 | |
| 2020-06-24 | Backport #30973 | XhmikosR | 1 | -0/+2 | |
| Remove the class `.nav-item` from `.nav-link` inside the non `ul` or `ol` based navs. This makes the consistency for `.nav-item` (This class will not be required on the `.nav-link`). `.nav-item` was only required when you use `.nav-fill` or `.nav-justified` on the `.nav`. In other cases, it was redundant. And the purpose of `.nav-item` on `.nav-link`s can be achieved via flexbox utilities as well (Mentioned in the docs also). | |||||
| 2020-06-24 | Prevent `.row` from shrinking in flex container (#30940) | Gaël Poupard | 1 | -0/+1 | |
| 2020-06-23 | Remove duplicate properties after #30922 (#31148) | Martijn Cuppens | 1 | -4/+0 | |
| 2020-06-15 | fix(custom forms): disabled checked states weren't overriding ↵ | Gaël Poupard | 1 | -0/+4 | |
| background-image (#30922) | |||||
| 2020-06-14 | Avoid duplication of container breakpoints (#30969) | k-utsumi | 2 | -15/+1 | |
| 2020-06-10 | Backport #30979 (#30999) | Gaël Poupard | 1 | -1/+0 | |
| fix(grid)[manual backport]: zero min-width on .col has too much side-effects | |||||
| 2020-06-10 | fix(toasts): IE11 shrinks toasts when in flex container, unless we specify ↵ | Gaël Poupard | 1 | -0/+3 | |
| flex-basis | |||||
| 2020-06-04 | Backport #30932 | XhmikosR | 1 | -1/+2 | |
| Restore word-break: break-word on .text-break to fix text breaking on flex containers | |||||
| 2020-06-04 | Prevent conflicts with components with classes (#30830) | Martijn Cuppens | 1 | -1/+1 | |
| 2020-06-04 | v5: Add border-radius to .card-img-overlay (#30817) | Mark Otto | 1 | -0/+1 | |
| Allows use of background-color and more. Fixes #29033 for v5. | |||||
| 2020-06-04 | Simplify list-group borders in cards (#30808) | Mark Otto | 1 | -6/+7 | |
| 2020-06-04 | v4: Add z-index to .custom-check to fix custom checks in CSS columns (#30810) | Mark Otto | 1 | -0/+1 | |
| For some reason, custom checks in CSS columns need a new stacking order to maintain visibility. This PR adds `z-index: 1` to trigger that new stacking order. Since v5's forms are being redone entirely, and we're dropping IE10/11 there, I think this is totally fine to ship with v4 only. Will need to check v5's forms it in Edge though. Fixes #29607. Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-04 | fix(custom forms): nullify box-shadow for custom forms' states (#30957) | Gaël Poupard | 1 | -3/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-06-04 | fix(forms): IE11 misalign validation tooltips in input-groups (#30960) | Gaël Poupard | 1 | -0/+1 | |
| 2020-05-12 | Bump version to 4.5.0. | XhmikosR | 4 | -4/+4 | |
| 2020-05-12 | Include the newly added utilities/interactions.scss file | XhmikosR | 1 | -1/+2 | |
| We missed it in #30562 | |||||
| 2020-05-11 | Add new interaction utilities and role attr to Reboot (#30562) | Mark Otto | 3 | -0/+13 | |
| - Adds .user-select-* utils from v5 - Adds button role attribute util, one of the top requested features in our issues for adding pointer cursors - Adds new docs page to demonstrate both - Includes Sass list for customizing user select | |||||
| 2020-05-02 | Backport #30685 | Martijn Cuppens | 1 | -0/+3 | |
| `<pre>`: Disable auto-hiding scrollbar in IE & legacy Edge | |||||
| 2020-04-28 | Prevent list group style leaks (#30660) | Martijn Cuppens | 1 | -2/+2 | |
| 2020-04-28 | Backport #30605 | Martijn Cuppens | 1 | -12/+19 | |
| grid: checks for `$grid-columns > 0` | |||||
| 2020-04-28 | Backport #30606 (#30612) | Catalin Zalog | 1 | -3/+5 | |
| checks for `$grid-row-columns` | |||||
| 2020-04-28 | feat: checks for `$grid-breakpoints` map list (#30609) | Catalin Zalog | 1 | -4/+6 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-04-28 | Delete appearance from `button.close` (#30582) | k-utsumi | 1 | -1/+0 | |
| 2020-04-18 | Deprecate `bg-gradient-variant` mixin (#30594) | Martijn Cuppens | 2 | -2/+3 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-04-13 | Backport #30555 | Martijn Cuppens | 1 | -1/+2 | |
| Use `box-shadow` mixin for `.form-select` | |||||
| 2020-04-13 | Backport #30512 | Martijn Cuppens | 1 | -6/+6 | |
| Use `box-shadow` mixin for `.btn` | |||||
| 2020-04-13 | Fix spinner-grow animation (#30504) | Mark Otto | 1 | -0/+1 | |
| * Fix spinner-grow animation Safari seems to be interpreting the old keyframes animation as incomplete. Adding `transform` to the second frame seems to resolve the issue. Co-Authored-By: Martijn Cuppens <[email protected]> | |||||
| 2020-04-13 | Add `.card-footer` color (#30515) | Catalin Zalog | 1 | -0/+1 | |
| 2020-04-13 | Backport #30497 | Martijn Cuppens | 2 | -19/+17 | |
| Fix card list group borders & radii | |||||
| 2020-04-13 | Backport #30480 | Martijn Cuppens | 1 | -2/+2 | |
| Use `box-shadow` mixin for form controls | |||||
| 2020-04-13 | Backport #30391 | Martijn Cuppens | 1 | -4/+14 | |
| transition() mixin prevent redundant 'transition: none' and pass `null` | |||||
| 2020-04-01 | Backport #30353 (#30361) | Martijn Cuppens | 2 | -12/+9 | |
| Remove appearance from date inputs Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-03-31 | Added focus state to .btn-link (#30036) | Tim Dujardin | 1 | -1/+0 | |
| 2020-03-31 | Prevent vertical offset in IE 11 (#29413) | Frank Liepert | 1 | -0/+1 | |
| Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-09 | $link-decoration: underline affects some components (#30262) | Martijn Cuppens | 5 | -0/+5 | |
| Co-authored-by: Shohei Yoshida <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-03-09 | Fix centered modal scrolling issue (#30244) | Shohei Yoshida | 1 | -0/+2 | |
| Use the `min-content` property. | |||||
| 2020-02-17 | Remove unnecessary reduce motion when `$enable-transition: false` (#30183) | Shohei Yoshida | 1 | -4/+4 | |
| 2020-02-17 | Added new variable for padding on dropdown header (#29946) | Giovanni Mendoza | 2 | -1/+2 | |
| Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]> | |||||
| 2020-02-17 | Avoid border-radius functions return negative values (#30166) | Shohei Yoshida | 1 | -13/+26 | |
| * Avoid border-radius functions return negative values * Update _border-radius.scss Co-authored-by: XhmikosR <[email protected]> | |||||
