| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-02-03 | Fix dropdown radius if `$dropdown-padding-y` is not 0 (#28127) | Martijn Cuppens | 1 | -5/+9 | |
| 2019-02-03 | Fix negative margin example (#28140) | Ryan Worth | 1 | -2/+2 | |
| Negative margin example wasn't displaying correctly due to border and background styling being applied directly to the `.col` element. Made a child element and applied the styling to it | |||||
| 2019-02-03 | Change logo size (#28163) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-30 | components: redirect to the alerts page (#28147) | XhmikosR | 2 | -3/+3 | |
| 2019-01-29 | image-replacement.md: use three dots. | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | Add missing trailing slash. | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | generate-sri.js: move object. | XhmikosR | 1 | -4/+4 | |
| 2019-01-29 | analytics.html: use double quotes in src attribute. | XhmikosR | 1 | -1/+1 | |
| 2019-01-29 | build-tools.md: `npm` is written lowercase. | XhmikosR | 1 | -4/+4 | |
| 2019-01-29 | migration.md: remove stray `/`. | XhmikosR | 1 | -1/+1 | |
| 2019-01-25 | Fix custom select caret issue on IE (#28112) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-01-25 | Fix validated custom select bg color (#28119) | Shohei Yoshida | 1 | -1/+1 | |
| 2019-01-24 | Deprecate float mixins (#28104) | Martijn Cuppens | 2 | -3/+8 | |
| 2019-01-24 | Add `!important` to `.text-monospace` utility class (#28064) | Martijn Cuppens | 1 | -1/+1 | |
| 2019-01-24 | Update devDependencies and gems. (#28094) | XhmikosR | 4 | -700/+965 | |
| 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 | |
