| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-01-23 | Add default value for `$ignore-warning` (#28103) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-22 | Add `deprecate()` mixin (#28092) | Martijn Cuppens | 5 | -3/+16 | |
| 2019-01-21 | Add canonical URL. (#28093) | XhmikosR | 2 | -0/+4 | |
| 2019-01-21 | Fix approach redirect. (#28095) | XhmikosR | 2 | -7/+1 | |
| 2019-01-20 | Make component colors configurable (#28035) | Martijn Cuppens | 8 | -2/+13 | |
| 2019-01-20 | Scrollable modal (#27769) | Shohei Yoshida | 4 | -6/+182 | |
| 2019-01-20 | Add ref to reason why `min-width: 0;` is added (#28061) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-17 | use absolute path to output lcov file for coveralls (#28075) | Johann-S | 1 | -1/+2 | |
| 2019-01-15 | tests: use jQuery from node_modules. (#28059) | XhmikosR | 13 | -30/+15 | |
| 2019-01-15 | Fix `js-main` script. (#28057) | XhmikosR | 1 | -1/+1 | |
| 2019-01-15 | Make progress animation respect `$enable-transitions` and ↵ | Martijn Cuppens | 1 | -5/+14 | |
| `prefers-reduced-motion` media query Make progress animation respect `$enable-transitions` and `prefers-reduced-motion` media query | |||||
| 2019-01-14 | Examples: add tabindex="-1" and aria-disabled="true" on disabled links | Laussel Loïc | 5 | -6/+6 | |
| 2019-01-14 | Clean up .gitignore. (#28050) | XhmikosR | 1 | -13/+9 | |
| 2019-01-14 | Fix Carousel's touch option to not add touch listeners when set to false ↵ | Johann-S | 2 | -3/+18 | |
| (#28046) | |||||
| 2019-01-13 | Remove map-merge (#28033) | Martijn Cuppens | 1 | -23/+13 | |
| 2019-01-13 | Cleanup popover arrows (#28008) | Martijn Cuppens | 1 | -52/+40 | |
| 2019-01-13 | Sync dropdown font size to base font size | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-13 | Sync dropdown font size with btn font size | Martijn Cuppens | 2 | -1/+2 | |
| 2019-01-13 | Remove background from nested tables | Martijn Cuppens | 1 | -4/+0 | |
| 2019-01-13 | Add some margin below the buttons | Martijn Cuppens | 1 | -0/+1 | |
| 2019-01-13 | Fix background size y | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-13 | Minify background property | Martijn Cuppens | 1 | -2/+1 | |
| 2019-01-13 | Combine background properties into one | Martijn Cuppens | 1 | -3/+1 | |
| 2019-01-13 | Prevent useless property rendering | Martijn Cuppens | 1 | -2/+2 | |
| 2019-01-13 | Don't render a background by default | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-13 | Prevent rendering of color property by default | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-14 | Change comment heading title to `Typography` (#28032) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-14 | Align toast variables (#28041) | Martijn Cuppens | 1 | -13/+14 | |
| 2019-01-13 | Add new rounded sizes classes (#28011) | Justin | 2 | -0/+26 | |
| * update border-radius mixins Add $enable-rounded as a keyword argument to border-raidus mixins * Update rounded classes - use border-radius mixins to repleace !important - use true for $enable-rounded for rounded classes - Add `.rounded-sm` and `.rounded-sm` #27934 * update borders docs * Revert touch of dist files * Revert change of border-radius mixins * use !important in border-radius utilies classes * update border radius classes keep only rounded-lg and rounded-sm | |||||
| 2019-01-13 | Change default custom select styles (#28027) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-01-13 | Prevent wrapping if caret is included (#28029) | Martijn Cuppens | 1 | -0/+2 | |
| 2019-01-11 | Add form-validation-states Sass map (#27999) | Mark Otto | 4 | -11/+52 | |
| 2019-01-11 | Fix input-height-inner wrongly calculated (#28018) | Miha Eržen | 1 | -3/+3 | |
| In a scenario where `$input-line-height` or `$input-font-size` are different than `$input-btn-line-height` and `$input-btn-font-size` the final `$input-height-inner` was wrongly calculated. | |||||
| 2019-01-10 | Update devDependencies. (#28016) | XhmikosR | 4 | -53/+63 | |
| 2019-01-10 | Tighten bundlesize limits. (#28012) | XhmikosR | 1 | -7/+7 | |
| 2019-01-08 | npm run test to build dist files | Mark Otto | 15 | -86/+181 | |
| 2019-01-08 | Examples: use `{{ site.time | date: "%Y" }}`. | XhmikosR | 7 | -7/+7 | |
| Since they are being build, no point in hardcoding the year. | |||||
| 2019-01-08 | Bump copyright year to 2019. | XhmikosR | 20 | -30/+30 | |
| 2019-01-08 | remove redundant loop from list-group-horizontal (#28005) | wojtask9 | 1 | -18/+16 | |
| 2019-01-08 | box-shadow mixin fix (#28004) | wojtask9 | 1 | -3/+9 | |
| 2019-01-08 | Move `z-index` to .list-group-item-action and remove redundant ↵ | Shohei Yoshida | 1 | -5/+1 | |
| `text-decoration: none` (#27996) | |||||
| 2019-01-08 | Space fixes (#27997) | Martijn Cuppens | 2 | -2/+2 | |
| 2019-01-07 | Enable cache for stylelint. | XhmikosR | 1 | -2/+2 | |
| 2019-01-07 | Enable cache for ESLint. | XhmikosR | 3 | -5/+5 | |
| 2019-01-07 | Update devDependencies and gems. (#27981) | XhmikosR | 3 | -358/+133 | |
| 2019-01-07 | Allow configuration of caret spacing and vertical alignment (#27994) | Martijn Cuppens | 2 | -4/+6 | |
| 2019-01-07 | remove screen from media query (#27985) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-07 | docs: use the `twitter` Jekyll variable everywhere (#27990) | 文翼 | 2 | -3/+3 | |
| 2019-01-07 | Blog example IE fix & minor tweaks (#27933) | Martijn Cuppens | 1 | -20/+20 | |
| 2019-01-07 | Fix incorrect responsive alignment of dropdown menu (#27873) | Shohei Yoshida | 1 | -11/+5 | |
