| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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]> | |||||
| 2020-02-17 | Prevent grid with default cols from breaking when large pre was present (#30049) | Jens Luyten | 1 | -0/+1 | |
| 2020-02-17 | Backport #29325. (#30074) | Martijn Cuppens | 1 | -2/+1 | |
| `.text-break` fix | |||||
| 2020-02-17 | IE auto-size input-group to column (#30043) | jorimvanhove | 1 | -1/+2 | |
| 2020-02-03 | Fix disabled `.btn` cursor (#30004) | Martijn Cuppens | 1 | -6/+9 | |
| 2020-01-02 | Bump copyright year to 2020. (#29944) | XhmikosR | 3 | -6/+6 | |
| 2020-01-02 | Escape brackets (#29857) | Martijn Cuppens | 2 | -1/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-01-02 | Allow percentages in container widths (#29819) | Martijn Cuppens | 1 | -1/+9 | |
| 2019-12-14 | Fix breadcrumb spacing with whitespace (#29745) | 719media | 1 | -0/+2 | |
| 2019-11-28 | Release v4.4.1.v4.4.1 | XhmikosR | 3 | -3/+3 | |
| 2019-11-28 | Fix dart Sass compatibility for subtract (#29763) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-11-28 | V4: Add :disabled for disabled fieldset (#29762) | Shohei Yoshida | 2 | -9/+9 | |
| 2019-11-28 | Fix dart Sass compatibility (#29755) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-11-26 | Release v4.4.0 (#29735)v4.4.0 | XhmikosR | 5 | -5/+5 | |
| 2019-11-25 | Fixed input-height-sm and input-height-lg calculations (#29653) | Sam Duvall | 1 | -2/+2 | |
| 2019-11-25 | progress: Fix IE overflow (#29629) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-11-25 | Sass: fix version in deprecation messages. | XhmikosR | 2 | -2/+2 | |
| The final version will be bumped when the next version is released. | |||||
| 2019-11-07 | Make check label cursor customizable (#29633) | Gary PEGEOT | 2 | -0/+2 | |
| 2019-11-02 | backport #29516: added animation when modal backdrop is static | Johann-S | 2 | -0/+6 | |
| 2019-11-02 | Add configurable button text wrapping (#29554) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-11-02 | Add make-col-auto mixin (#29367) | Mark Otto | 2 | -3/+7 | |
| 2019-11-01 | Convert v4-dev calc() left overs to add/subtract functions | Martijn Cuppens | 3 | -11/+11 | |
| 2019-11-01 | Add add and subtract function | ysds | 4 | -22/+59 | |
| 2019-10-15 | The HTML5 Boilerplate Print CSS moved to a separate repo (#29522) | Christian Oliff | 1 | -1/+1 | |
| The HTML5 Boilerplate CSS has moved to a separate GitHub repo (h5bp/main.css) so the source link referenced here no longer works. This PR updates the link to the new correct location. | |||||
| 2019-10-14 | Fix incorrect aspect ratio on IE11 | ysds | 1 | -5/+6 | |
| 2019-10-14 | Remove redundant properties | Martijn Cuppens | 1 | -8/+2 | |
