| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-12-16 | dist | Mark Otto | 34 | -86/+302 | |
| 2018-12-15 | List out what's supported in validation styles | Mark Otto | 1 | -1/+7 | |
| Fixes #27169 | |||||
| 2018-12-15 | Add table-hover-color variables | Mark Otto | 2 | -1/+6 | |
| Fixes #26465 | |||||
| 2018-12-15 | Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignment | Mark Otto | 1 | -1/+1 | |
| 2018-12-15 | Update site/docs/4.1/utilities/stretched-link.md | Mark Otto | 1 | -1/+1 | |
| Co-Authored-By: MartijnCuppens <[email protected]> | |||||
| 2018-12-15 | Update site/docs/4.1/utilities/stretched-link.md | Mark Otto | 1 | -1/+1 | |
| Co-Authored-By: MartijnCuppens <[email protected]> | |||||
| 2018-12-15 | Update site/docs/4.1/utilities/stretched-link.md | Mark Otto | 1 | -1/+1 | |
| Co-Authored-By: MartijnCuppens <[email protected]> | |||||
| 2018-12-15 | Copy change | Mark Otto | 1 | -1/+1 | |
| Co-Authored-By: MartijnCuppens <[email protected]> | |||||
| 2018-12-15 | Copy change | Mark Otto | 1 | -1/+1 | |
| Co-Authored-By: MartijnCuppens <[email protected]> | |||||
| 2018-12-15 | Match .table-dark background-color to the -dark variable | Mark Otto | 1 | -2/+2 | |
| 2018-12-15 | Link to v3.4 docs (#27842) | XhmikosR | 1 | -0/+1 | |
| 2018-12-15 | Remove now unnecessary shrink-to-fit viewport directive (#27818) | Patrick H. Lauke | 15 | -16/+16 | |
| `shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102 | |||||
| 2018-12-14 | Fix typo in "Hiding elements" section (#27843) | ChrissBott | 1 | -1/+1 | |
| 2018-12-14 | Remove redundant brackets (#27768) | Martijn Cuppens | 11 | -31/+31 | |
| 2018-12-14 | Add missing parameter to grid mixins. (#27841) | Florian Lacreuse | 1 | -9/+9 | |
| 2018-12-14 | Custom switch form control gutter fix (#27837) | Gijs Boddeus | 1 | -3/+3 | |
| 2018-12-14 | Actual gutter definition (#27797) | Gijs Boddeus | 2 | -4/+4 | |
| 2018-12-14 | integration test to be sure bootstrap can be bundled | Johann-S | 5 | -1/+131 | |
| 2018-12-14 | Remove the unused gcp-key.json.enc file. | XhmikosR | 1 | -0/+0 | |
| 2018-12-14 | Make use of the package.json `version_short` property more. | XhmikosR | 4 | -7/+10 | |
| 2018-12-13 | SVG accessibility fixes (#27826) | Patrick H. Lauke | 25 | -92/+94 | |
| * SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817 | |||||
| 2018-12-12 | Docs: add note about the grays being "cool" (#27824) | Patrick H. Lauke | 1 | -1/+1 | |
| 2018-12-12 | Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789) | Patrick H. Lauke | 3 | -29/+2 | |
| Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780 | |||||
| 2018-12-12 | Add switch custom form control (#23004) | Gijs Boddeus | 3 | -0/+61 | |
| 2018-12-12 | Fix margin above toast when previous toast is hidden (#27820) | Martijn Cuppens | 1 | -2/+2 | |
| 2018-12-11 | Update Scrollspy doc to include missing method options (#27754) | unaccomplished | 1 | -0/+12 | |
| 2018-12-10 | Update bs-custom-file-input to v1.3.1. | XhmikosR | 1 | -2/+2 | |
| 2018-12-10 | Update clipboard.js to v2.0.4. | XhmikosR | 1 | -2/+2 | |
| 2018-12-10 | Update glyphicons URL. | XhmikosR | 1 | -1/+1 | |
| 2018-12-10 | fix fade animation for toast | Johann-S | 2 | -6/+20 | |
| 2018-12-10 | Change button checkbox/radios to ignore hidden input fields (#27802) | Mike Vastola | 2 | -1/+24 | |
| 2018-12-10 | Update devDependencies. (#27806) | XhmikosR | 2 | -65/+41 | |
| 2018-12-06 | Remove nonsensical boolean check (#27787) | Patrick H. Lauke | 1 | -2/+1 | |
| ...as it always evaluates to true | |||||
| 2018-12-06 | avoid console call in our unit tests (#27790) | Johann-S | 3 | -3/+1 | |
| 2018-12-06 | Update devDependencies. (#27764) | XhmikosR | 3 | -326/+352 | |
| 2018-12-06 | Replaced fixed 'bolder' font weight value in reboot with variable. (#27782) | Gijs Rogé | 1 | -1/+1 | |
| The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value. | |||||
| 2018-12-06 | Make disabled link in card examples non-focusable and add aria-disabled (#27788) | Patrick H. Lauke | 1 | -2/+2 | |
| 2018-12-05 | Add aria-modal to modals (#27780) | Patrick H. Lauke | 2 | -0/+19 | |
| Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden | |||||
| 2018-12-05 | Make form grid gutter width configurable (#27766) | Jacob Müller | 2 | -4/+5 | |
| 2018-12-05 | Allow Tooltips/Popovers to work in shadow DOM | Johann-S | 6 | -2/+86 | |
| 2018-12-05 | Add quotes according to the stylelint rule (#27771) | Shohei Yoshida | 1 | -1/+1 | |
| 2018-12-05 | fix regression about using element for tooltip container option | Johann-S | 3 | -4/+67 | |
| 2018-12-05 | Merge branch 'v4-dev' into stretched-link | XhmikosR | 123 | -1060/+753 | |
| 2018-12-04 | Stretched link | Martijn Cuppens | 4 | -0/+121 | |
| 2018-12-04 | Remove double 'the' in comment (#27767) | acidrums4 | 1 | -1/+1 | |
| 2018-12-04 | spinners: use `.sr-only` instead of text-hide technique (#27736) | Shohei Yoshida | 2 | -22/+44 | |
| 2018-11-29 | Update contents.md | XhmikosR | 1 | -3/+5 | |
| 2018-11-28 | Remove `no_toc_section`. | XhmikosR | 2 | -3/+3 | |
| 2018-11-28 | Revert "Use `h5` for callouts so that they are not included in ToC." | XhmikosR | 7 | -9/+9 | |
| This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1. | |||||
| 2018-11-28 | Configure multiple no_toc_section classes | toshimaru | 1 | -1/+3 | |
