| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-05-09 | Docs unordered lists dropdowns (#28591) | Katherine Shaw | 2 | -272/+272 | |
| Replace snippets and examples in dropdown docs to use semantic `ul` and `li` elements. | |||||
| 2019-05-09 | Remove Base64 for SVGs. (#28749) | XhmikosR | 2 | -3/+3 | |
| It results in bigger files. | |||||
| 2019-05-09 | Consistency modification (#28750) | zhangbao | 1 | -1/+1 | |
| 2019-05-09 | v5: Drop all print styles and classes (#28339) | Mark Otto | 8 | -174/+1 | |
| 2019-05-08 | v5: Drop .media (#28265) | Mark Otto | 7 | -153/+7 | |
| 2019-05-08 | Remove hover mixin documentation | Martijn Cuppens | 1 | -6/+0 | |
| 2019-05-08 | Drop all hover mixins | Mark Otto | 20 | -84/+51 | |
| Previously deprecated in v4.x, this clears out the now unused Sass option and removes some unused mixins. Arguably we could remove more, but I like the hover-focus mixin and we make extensive use of it across the project. | |||||
| 2019-05-08 | Documentation tweaks (#28679) | Martijn Cuppens | 5 | -13/+13 | |
| * Documentation tweaks * Remove redundant col-12 classes | |||||
| 2019-05-08 | add icofont to icon options (#28738) | Ashfahan Khan | 1 | -0/+1 | |
| 30 Categories , 2100+ SVG and icons from icofont | |||||
| 2019-05-08 | Rename `eventHandler` and `selectorEngine` files. | XhmikosR | 65 | -102/+102 | |
| 2019-05-08 | improve build plugin script to keep file name | Johann-S | 2 | -17/+17 | |
| 2019-05-08 | Remove the `unicorn/filename-case` rule suppression. | XhmikosR | 2 | -2/+0 | |
| 2019-05-08 | Album example: remove misleading jumbotron-heading classname (#28741) | Patrick H. Lauke | 2 | -2/+2 | |
| 2019-05-07 | Fix incorrect variable for popover border radius (#28733) | Shohei Yoshida | 2 | -5/+5 | |
| * Use $popover-border-radius * Move and rename the local $offset-border-width to the global variable | |||||
| 2019-05-05 | fix progress bar animation, remove forEach not needed currently | Johann-S | 1 | -9/+8 | |
| 2019-05-05 | Configurable container padding (#28554) | Martijn Cuppens | 2 | -3/+8 | |
| 2019-05-05 | Switch from list to map for responsive embeds (#28678) | Martijn Cuppens | 3 | -17/+38 | |
| 2019-05-04 | Fix broken link to css-discuss.incutio.com/wiki/Printing_Tables (#28637) | Christian Oliff | 1 | -1/+1 | |
| Instead now pointing to the most recent Wayback Machine archive copy. | |||||
| 2019-05-03 | Scrollbar fix (#28417) | Martijn Cuppens | 1 | -0/+1 | |
| 2019-05-03 | More compact color-yiq function (#28514) | Martijn Cuppens | 1 | -5/+1 | |
| 2019-05-03 | [WIP] Bump supported browsers for v5 (#28317) | Mark Otto | 1 | -7/+7 | |
| * Bump supported browsers for v5 - Chrome history: https://en.wikipedia.org/wiki/Google_Chrome_version_history - Firefox latest ESR (v60): https://www.mozilla.org/en-US/firefox/organizations/ - Edge history: https://en.wikipedia.org/wiki/Microsoft_Edge#Release_history - Desktop Safari history: https://en.wikipedia.org/wiki/Safari_version_history - Opera history: https://help.opera.com/en/opera-version-history/ * Update .browserslistrc * Roll back Chrome several versions for now Still WIP, but wanting to get this merged, so finding a slightly wider baseline | |||||
| 2019-05-03 | [WIP] v5: Prep migration docs page (#28472) | Mark Otto | 1 | -305/+51 | |
| * Migration docs page for v5 * Add JS section, tweak some copy * Update migration.md | |||||
| 2019-05-02 | Headings font style (#28544) | Martijn Cuppens | 2 | -0/+2 | |
| 2019-05-02 | Remove floats from dropdown (#28690) | Martijn Cuppens | 2 | -2/+0 | |
| 2019-05-02 | Update devDependencies. (#28716) | XhmikosR | 2 | -96/+124 | |
| 2019-05-02 | Improve progress-bar-stripes animation (#28697) | Martijn Cuppens | 1 | -2/+1 | |
| - `background-position: 0 0;` is the default background position, so redundant - The background position should only be animated in the x direction - `0%` is a little shorter than `from` | |||||
| 2019-05-02 | Examples: include favicons. (#28504) | XhmikosR | 1 | -0/+1 | |
| 2019-04-30 | Reboot & Type cleanup (#28698) | Martijn Cuppens | 3 | -67/+92 | |
| - Line height & font family from html were directly overridden by body, so they were redundant thus removed - The remaining properties are moved to body - Shim for IE10 tags removed - hr cleanup - Combined styles from reboot & type - Changed from borders to background - This allows us to keep the color inherited. - Opacity can be used to change the intensity - Size attribute will not change the height instead of making the hr look like an input field - Better variable names - headings cleanup - Moved all element styling to reboot - Type will now extend the element styling. This way we will save some redundant code - small & mark are also moved to reboot. type does not contain any element styling anymore - font weight removed from small, this did not really made sense | |||||
| 2019-04-30 | Add truncated example of custom file browser | Martijn Cuppens | 1 | -0/+13 | |
| 2019-04-30 | Change custom file markup | ysds | 4 | -72/+55 | |
| 2019-04-30 | Remove top margin | Martijn Cuppens | 1 | -1/+1 | |
| 2019-04-30 | Show the other navbar items on small screens too. | XhmikosR | 1 | -2/+2 | |
| 2019-04-30 | Remove IE leftover (#28699) | Martijn Cuppens | 1 | -1/+0 | |
| Removed leftover from #27789 | |||||
| 2019-04-29 | Travis CI: add Node.js 12 and use `cache: npm`. (#28705) | XhmikosR | 1 | -3/+2 | |
| 2019-04-29 | Update devDependencies. (#28655) | XhmikosR | 2 | -500/+624 | |
| 2019-04-29 | docs SVGs: Allow passing a custom title. (#28660) | XhmikosR | 10 | -10/+10 | |
| 2019-04-29 | README.md: remove unneeded query params from badges. (#28704) | XhmikosR | 1 | -2/+2 | |
| 2019-04-25 | Prevent form validation mixin from generating invalid CSS (#28447) | Mark Otto | 1 | -14/+19 | |
| Extrapolates the previously used selector into a new mixin that only generates valid CSS by creating psuedo-classes for `valid` and `invalid`, and nothing else. Fixes #28380. | |||||
| 2019-04-25 | Sync plain text font-size with `$input-font-size` (#28464) | Shohei Yoshida | 1 | -0/+1 | |
| 2019-04-23 | Separate `$btn-link` colors from `$link-color` (#28681) | GeoSot | 2 | -2/+4 | |
| 2019-04-21 | Remove redundant slashes (#28677) | Martijn Cuppens | 1 | -3/+3 | |
| 2019-04-18 | v5 dist (#28657) | XhmikosR | 48 | -2046/+2618 | |
| 2019-04-15 | update-deps: remove `jquery` exclude. (#28659) | XhmikosR | 1 | -1/+1 | |
| 2019-04-15 | add esm files in our readme (#28654) | Johann-S | 1 | -0/+4 | |
| 2019-04-15 | fix unit tests for chrome mobile | Johann-S | 2 | -5/+13 | |
| 2019-04-15 | Update hugo-bin to v0.43.1 (Hugo 0.55.1). (#28631) | XhmikosR | 6 | -51/+89 | |
| 2019-04-15 | remove custom browserlist for our esm build (#28642) | Johann-S | 2 | -38/+14 | |
| 2019-04-15 | change how bootstrap can be imported in bundlers | Johann-S | 1 | -5/+6 | |
| 2019-04-13 | Add `$custom-control-label-color` variable (#28633) | Shohei Yoshida | 2 | -0/+3 | |
| 2019-04-10 | clean-css: the option is named `breakWith` | XhmikosR | 1 | -2/+2 | |
