| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-02-10 | Introduce posibility to disable !important suffix for utility classes (#29625) | Martijn Cuppens | 2 | -1/+2 | |
| 2020-02-03 | Split grid & containers (#29146) | Martijn Cuppens | 8 | -131/+133 | |
| 2020-01-28 | Add transition and add box-shadow for navbar-toggler (#30038) | Cinnead | 2 | -1/+9 | |
| Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]> | |||||
| 2020-01-25 | Prevent grid with default cols from breaking when large pre was present (#30049) | Jens Luyten | 1 | -0/+1 | |
| 2020-01-23 | IE auto-size input-group to column (#30043) | jorimvanhove | 1 | -1/+2 | |
| 2020-01-17 | Navbar link color contrast (#30034) | jorimvanhove | 1 | -2/+2 | |
| 2020-01-07 | Inherit flex-wrap to decrease generated css (#29951) | Martijn Cuppens | 1 | -20/+5 | |
| 2020-01-04 | Remove redundant `overflow-wrap` property | Martijn Cuppens | 1 | -2/+2 | |
| While `overflow-wrap` is the more recommanded option, `word-wrap` alone has a wider support. | |||||
| 2020-01-04 | Use word-wrap in .text-break for IE and Edge compatibility. | Florian Lacreuse | 2 | -2/+2 | |
| 2020-01-02 | Bump copyright year to 2020. (#29944) | XhmikosR | 4 | -8/+8 | |
| 2019-12-30 | Drop `.text-justify` class (#29793) | Martijn Cuppens | 1 | -1/+1 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-12-27 | Simplify disabled styles (#29296) | Martijn Cuppens | 5 | -61/+40 | |
| * Simplify disabled styles * Mention pointer-events usage | |||||
| 2019-12-25 | Escape brackets (#29857) | Martijn Cuppens | 2 | -1/+8 | |
| Co-authored-by: XhmikosR <[email protected]> | |||||
| 2019-12-25 | Allow percentages in container widths (#29819) | Martijn Cuppens | 1 | -1/+9 | |
| 2019-12-25 | Remove redundant top margin (#29883) | Martijn Cuppens | 1 | -6/+0 | |
| 2019-12-25 | Navbar optimizations (#29864) | Martijn Cuppens | 2 | -9/+6 | |
| - Remove redundant `display: inline-block` from flex children - Remove `line-height: inherit;` which is the default value of `line-height` - Use flex shorthand - Improve background shorthand - Fix removed brand margin caused by requiring containers in navbars | |||||
| 2019-12-14 | Remove the deprecated `form-control-focus` mixin | XhmikosR | 1 | -28/+0 | |
| 2019-12-14 | Adjust card spacing variables (#29813) | Brendan | 2 | -11/+14 | |
| 2019-12-09 | Remove `.form-group` leftovers (#29449) | wojtask9 | 1 | -14/+1 | |
| 2019-12-06 | Add font style normal (#29744) | Matthieu Vignolle | 1 | -1/+1 | |
| 2019-12-06 | Use pseudo-class too for disabled check/radio (#29740) | jeromelebleu | 2 | -6/+10 | |
| 2019-11-28 | Fix breadcrumb spacing with whitespace (#29745) | 719media | 1 | -0/+2 | |
| 2019-11-28 | Fix dart Sass compatibility for subtract (#29763) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-11-28 | Fix dart Sass compatibility (#29755) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-11-27 | Change deprecated html tags to text decoration classes (#29604) | Matthieu Vignolle | 1 | -1/+1 | |
| 2019-11-25 | Enable RFS for font resizing | Martijn Cuppens | 2 | -85/+204 | |
| - Enable RFS - Add documentation - Disable doc font size overrides | |||||
| 2019-11-24 | Compressed Sass output support (#29702) | Martijn Cuppens | 1 | -10/+10 | |
| 2019-11-24 | Set vertical-align on .form-check-input (#29521) | Jonathan Hefner | 1 | -0/+1 | |
| This is a follow-up to #29322, specifically "allowing easy placement of the `.form-check-input` in more places." In my testing in Firefox and Chrome, setting `vertical-align: top` removes the need to add `float-left` to vertically align the checkbox and label text. And doing so does not visually affect examples which do apply `float: left` via nesting in a `.form-check`. | |||||
| 2019-11-24 | Keep themed appearance for print (#29714) | Martijn Cuppens | 1 | -0/+2 | |
| 2019-11-07 | Make check label cursor customizable (#29654) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-11-07 | Fixed input-height-sm and input-height-lg calculations (#29653) | Sam Duvall | 1 | -2/+2 | |
| 2019-11-04 | progress: Fix IE overflow (#29629) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-10-31 | Revert complex calculation | Martijn Cuppens | 1 | -2/+1 | |
| 2019-10-31 | Add add and subtract function | ysds | 6 | -30/+68 | |
| 2019-10-28 | Remove redundant "Navbar divider" from "Contents" (#29601) | Matias Puhakka | 1 | -1/+0 | |
| 2019-10-28 | Update .form-check to properly support gradients when enabled (#29338) | Mark Otto | 4 | -10/+38 | |
| 2019-10-27 | v5: Simplify navbars by requiring containers (#29339) | Mark Otto | 2 | -20/+5 | |
| * v5: Simplify navbars by requiring containers * Update migration docs for navbar | |||||
| 2019-10-25 | Added animation when modal backdrop is static (#29516) | Higor Araújo dos Anjos | 2 | -0/+6 | |
| 2019-10-25 | Add configurable button text wrapping (#29554) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-10-18 | v5: Update colors to add shades and tints (#29348) | Mark Otto | 2 | -0/+110 | |
| * Add variables for shades and tints of each major color * getting-started/theming.md: use a `range`. | |||||
| 2019-10-17 | Add make-col-auto mixin (#29367) | Mark Otto | 2 | -3/+7 | |
| 2019-10-12 | Fix top level ampersand (#29518) | Martijn Cuppens | 1 | -3/+5 | |
| Fixes dart sass compatibility. | |||||
| 2019-10-12 | Carousel variables (#29493) | leshasmp | 2 | -3/+5 | |
| 2019-10-12 | Group line-height variables (#29466) | astrahov | 1 | -3/+3 | |
| 2019-10-12 | Add color argument to button mixins (#29444) | Jeremy Jackson | 1 | -12/+28 | |
| Add optional `$color` argument to `button-variant()` and `button-outline-variant()` for additional flexibility. | |||||
| 2019-10-10 | Add new .bg-body utility class (#29511) | Mark Otto | 1 | -0/+1 | |
| 2019-10-03 | Add variable for `$breadcrumb-font-size` (#29467) | astrahov | 2 | -0/+3 | |
| 2019-10-03 | Fix border for single card in accordion (#29453) | Martijn Cuppens | 1 | -14/+4 | |
| 2019-10-03 | Variable card height (#29462) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-10-03 | Better radio input (#29441) | Paweł Kuna | 1 | -1/+1 | |
