| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-04-10 | Fix xo error: use `for...of`. | XhmikosR | 1 | -4/+1 | |
| 2019-04-10 | Update eslint config for the new xo rules. | XhmikosR | 3 | -3/+13 | |
| 2019-04-10 | Update devDependencies. | XhmikosR | 5 | -999/+821 | |
| 2019-04-09 | Remove _close() and marge with _hide() | ysds | 1 | -18/+15 | |
| 2019-04-09 | Call hide() after `delay` time | ysds | 1 | -11/+6 | |
| 2019-04-08 | Change toast border radius to use `$border-radius` (#28621) | Ted Kesgar | 1 | -1/+1 | |
| Currently, `$toast-border-radius` uses the value of `.25rem`. This is inconsistent with other variables such as `$btn-border-radius` and `$input-border-radius`, which uses the "global" `$border-radius` variable. | |||||
| 2019-04-05 | Fix buttons :focus state styles (#27890) | Matěj Kříž | 1 | -0/+3 | |
| * Fix buttons :focus state styles Buttons :hover and :focus state shares styles. Buttons :focus text color on 'a.btn' is now consistent with others '.btn'. * `:focus` styles should be in sync with `.focus`. So shared styles with hover were copy to focus definition. Rather then using `hover-focus` mixin which do not contain `.focus`. | |||||
| 2019-04-04 | _sidebar.scss: change ID to a class and type selector. (#28610) | XhmikosR | 1 | -3/+3 | |
| 2019-04-01 | karma.conf.js: switch to `CI === true`. (#28588) | XhmikosR | 1 | -1/+1 | |
| 2019-03-29 | Remove scss variable defined twice (#28567) | Loïc Goyet | 1 | -1/+0 | |
| 2019-03-27 | Reset carousel touch delta x to prevent click transformation in swipe (#28558) | Johann-S | 2 | -2/+6 | |
| 2019-03-26 | Add a `netlify` npm script. (#28552) | XhmikosR | 1 | -0/+1 | |
| 2019-03-26 | Remove `http` from docs search. (#28557) | XhmikosR | 1 | -4/+8 | |
| We use only `https` for a few months now. | |||||
| 2019-03-24 | Simplify npm docs script a bit. | XhmikosR | 1 | -2/+2 | |
| 2019-03-24 | Add the css-copy and js-copy tasks before the build script. | XhmikosR | 1 | -0/+1 | |
| 2019-03-23 | Update devDependencies. (#28538) | XhmikosR | 2 | -202/+592 | |
| 2019-03-21 | Check prefers-reduced-motion variable before adding reduced motion media ↵ | Patrick H. Lauke | 1 | -2/+4 | |
| query for animated progress bars (#28530) | |||||
| 2019-03-19 | Fix `css-prefix-docs` script to be more restrictive. (#28525) | XhmikosR | 1 | -1/+1 | |
| 2019-03-18 | Revert back to the old snippet and just add anonymize IP. | XhmikosR | 1 | -5/+5 | |
| We don't need the extra bloat of gtag. | |||||
| 2019-03-18 | Update GA to latest script & anonymize IPs | Mark Otto | 1 | -4/+5 | |
| 2019-03-18 | Workaround for MS edge bug (#28275) | Shohei Yoshida | 2 | -3/+9 | |
| 2019-03-18 | fix remove files in our visual tests | Johann-S | 11 | -36/+13 | |
| 2019-03-18 | Revert "Remove Internet Explorer leftovers." | XhmikosR | 4 | -6/+20 | |
| This reverts commit 089e3334a710ae5fddea3ec5bb1a83a8f786196c. | |||||
| 2019-03-18 | .browserslistrc: add IE 11. | XhmikosR | 1 | -1/+1 | |
| 2019-03-18 | Revert "remove IE from our browserlist" | XhmikosR | 1 | -0/+1 | |
| This reverts commit 5e068eeda9155e19663578a005383ce1da7fd1a6. | |||||
| 2019-03-18 | Revert "remove `--compress typeofs=false` from terser." | XhmikosR | 1 | -2/+2 | |
| This reverts commit 25bba7bd68d1eceb2e8b6f436d5719b4d348a733. | |||||
| 2019-03-18 | Revert "Add information about IE 11 compatibility." | XhmikosR | 1 | -37/+0 | |
| This reverts commit 1da5b9f76a05feae2663316247937aabda91d487. | |||||
| 2019-03-18 | Revert "Remove IE-specific breadcrumb CSS hack" | XhmikosR | 1 | -0/+10 | |
| This reverts commit 9fda96e197abc9eba24962443ed79bc11fef485c. | |||||
| 2019-03-18 | Add back support for IE 11 | Johann-S | 10 | -92/+200 | |
| 2019-03-18 | Update .gitignore (#28519) | XhmikosR | 1 | -0/+7 | |
| Add back ruby/bundler folders so that they don't show up when we switch branches. This can be removed when v4 hits EOL, along with the old Jekyll docs dist folder. | |||||
| 2019-03-14 | Remove hover states on background utilities (#28457) | Martijn Cuppens | 3 | -16/+4 | |
| 2019-03-14 | v5: Drop remaining deprecated mixins (#28461) | Mark Otto | 9 | -105/+0 | |
| - Deletes mixin mentions from float docs - Deletes mixin mention from visibility docs - Deletes the image-replacement page for text-hide | |||||
| 2019-03-14 | v5: Update badges (#28458) | Mark Otto | 5 | -79/+17 | |
| - Drop hover and focus states - Drop .badge-* variants and associated mixin for .bg-* utilities - Drop .badge-pill for .rounded-pill utliity and adjust horizontal padding to find middle ground of .badge and old .badge-pill - Remove unused variables - Add default color value to .badge base class - Update docs to reflect changes | |||||
| 2019-03-14 | Update .gitignore (#28493) | XhmikosR | 1 | -0/+3 | |
| Add the old Jekyll docs dist folder so that when we switch branches, it doesn't show up. | |||||
| 2019-03-13 | Revert "Don't run Google Analytics locally. (#28384)" (#28489) | Mark Otto | 1 | -2/+0 | |
| 2019-03-13 | browsers-devices.md: escape what we read. | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | Don't run Google Analytics locally. (#28384) | Christian Oliff | 1 | -0/+2 | |
| 2019-03-13 | Push footer to the bottom of the page | Martijn Cuppens | 1 | -2/+2 | |
| 2019-03-13 | Fix 404 layout. | XhmikosR | 2 | -0/+19 | |
| 2019-03-13 | 404: output to 404.html and add meta robots. | XhmikosR | 1 | -3/+4 | |
| 2019-03-13 | Create 404.md | Christian Oliff | 1 | -0/+11 | |
| 2019-03-13 | Fix the chroma fix and use Sass more. | XhmikosR | 1 | -14/+19 | |
| 2019-03-13 | Workaround problematic Chroma bash highlighting. | Bardi Harborow | 1 | -0/+5 | |
| 2019-03-13 | Disable blackfriday's automatic fraction formatting. | Bardi Harborow | 1 | -0/+3 | |
| 2019-03-13 | Add support for meta robots. | XhmikosR | 2 | -0/+8 | |
| 2019-03-13 | Remove `--renderToDisk`. | XhmikosR | 1 | -1/+1 | |
| 2019-03-13 | Simplify browser bugs inline shortcode | Bjørn Erik Pedersen | 1 | -26/+8 | |
| 2019-03-13 | Add a `docs-build` script and make it the default. | XhmikosR | 1 | -4/+5 | |
| 2019-03-13 | Fix bugify. | Bjørn Erik Pedersen | 2 | -5/+5 | |
| 2019-03-13 | Update syntax highlighting styles to match the Chroma ones. | XhmikosR | 1 | -66/+72 | |
