| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-12 | Ship v4.1.2 | Mark Otto | 3 | -3/+3 | |
| 2018-07-09 | correct spelling errors (#26837) | Andrew | 4 | -5/+5 | |
| 2018-06-24 | Update box-shadows on .custom-select (#26754) | Mark Otto | 2 | -2/+9 | |
| - Fixes #25656 where custom selects had the wrong focus shadow - Fixes #26668 where custom selects had no inset shadow (also closes #26572 which had the wrong form classes on the first example anyway) | |||||
| 2018-06-24 | Render inline svg like img (#25874) | Martijn Cuppens | 1 | -0/+1 | |
| 2018-06-03 | Limit .close hover/focus to non-disabled controls (#26654) | Patrick H. Lauke | 1 | -7/+8 | |
| 2018-06-02 | Stricter stylelint rules | Martijn Cuppens | 1 | -55/+72 | |
| 2018-05-23 | Add disabled bg color to disabled custom file | ysds | 2 | -0/+5 | |
| 2018-05-23 | Custom forms transition | Martijn Cuppens | 2 | -0/+11 | |
| 2018-05-18 | Fix double-transition bug (#26452) | domq | 1 | -1/+1 | |
| By applying the transition: CSS property only to classes that are active during sliding, we avoid an unnecessary, non-zero-time animation that although mostly invisible, does interfere with e.g. z-index based parallax | |||||
| 2018-05-07 | Fix z-index target (#26361) | ysds | 1 | -5/+7 | |
| 2018-04-30 | Bump version to v4.1.1v4.1.1 | Mark Otto | 3 | -3/+3 | |
| 2018-04-29 | Simplify custom file inner height for generated browse button | Mark Otto | 2 | -1/+2 | |
| 2018-04-23 | Closes #26300: Add cursor pointer to carousel indicators | Varunram | 1 | -0/+1 | |
| 2018-04-23 | Remove unnecessary resetting of left round (#26238) | ysds | 1 | -2/+1 | |
| 2018-04-23 | add validation styles for .form-control-file (#26181) | Mark Otto | 1 | -0/+10 | |
| 2018-04-23 | Replace reboot monospace hack with system font stack | nickg | 2 | -11/+1 | |
| 2018-04-23 | workaround for IE that check indicator does not appear (#25944) | ysds | 1 | -2/+3 | |
| 2018-04-23 | Print color fix dark tables and dark theads (#26193) | Martijn Cuppens | 1 | -0/+17 | |
| 2018-04-16 | Suppress text-hide deprecation warning (#26242) | Alexander Rechsteiner | 2 | -3/+5 | |
| 2018-04-16 | Remove `dialog` from the HTML5 shim style (#26269) | Patrick H. Lauke | 1 | -1/+1 | |
| `<dialog>`, in browsers that support it, has user agent styles of `dialog { display:block; ...} dialog:not([open]) { display:none; }` by forcing it to `display:block` in the shim, the dialog is shown even when closed. There's no clean way to shim this for non-supporting browsers, but arguably these browsers would have further problems with pure `<dialog>` usage anyway, and it's up to authors to then use different elements/shims. | |||||
| 2018-04-14 | [trivial] Correct typos (#26297) | Varunram Ganesh | 3 | -4/+4 | |
| 2018-04-09 | Ship v4.1.0 (#26218)v4.1.0 | Mark Otto | 3 | -3/+3 | |
| * update docs path from docs/4.0/ to docs/4.1/ * bump version to 4.1.0 * Update redirects to work for 4.1 docs move * Update docs version switcher to include latest and link to 4.0 docs * re-run dist * Update package-lock.json * Update docs-navbar.html | |||||
| 2018-04-02 | Fix broken URI fragments and redirects. | XhmikosR | 5 | -6/+6 | |
| 2018-04-02 | Use https when possible. | XhmikosR | 3 | -3/+3 | |
| 2018-04-01 | Pagination move `.page-link:focus` outline value to variable ↵ | Patrick Yeo | 2 | -1/+2 | |
| `$pagination-focus-outline` so we can unset it via Sass and don't have to re-implement browser defaults | |||||
| 2018-04-01 | Allow non-string content as breadcrumb divider (#25581) | Martijn Cuppens | 2 | -6/+9 | |
| * Allow url(), attr(), none,... as breadcrumb divider * Update breadcrumb divider docs | |||||
| 2018-04-01 | Tiny grammar and punctuation tweaks to a comment. | Tom Swirly | 1 | -1/+1 | |
| 1. It's == "it is" 2. The subject of the sentence is "Only one" (not "these") so the verb must agree with it. Feel free to do nothing with this change, use it, etc - I just saw this while reading through the code. | |||||
| 2018-03-31 | Deprecate .text-hide (#26173) | Mark Otto | 1 | -0/+2 | |
| 2018-03-31 | Add box-shadow utilities (#25758) | Mark Otto | 3 | -0/+11 | |
| 2018-03-31 | Add new .flex-grow and .flex-shrink utils | Mark Otto | 1 | -0/+4 | |
| 2018-03-31 | Fix Chrome's rendering of .card-columns | Mark Otto | 1 | -0/+2 | |
| Uses orphans/widows trick from @fran-worley at https://github.com/twbs/bootstrap/issues/20925#issuecomment-333492739. Fixes #20925. | |||||
| 2018-03-31 | add 50% translucent black and white text | Mark Otto | 1 | -0/+3 | |
| 2018-03-31 | add .text-body, fixes #25412 | Mark Otto | 1 | -0/+1 | |
| 2018-03-31 | Remove navbar align | Martijn Cuppens | 2 | -11/+0 | |
| 2018-03-31 | Add .text-monospace util | Mark Otto | 1 | -0/+2 | |
| 2018-03-20 | Making use of `prefers-reduced-motion` media query (#25641) | Mike Rogers | 1 | -0/+4 | |
| * Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md | |||||
| 2018-03-12 | Rename `.custom-file-control` to `.custom-file-label` (#25736) | ysds | 1 | -2/+2 | |
| 2018-03-12 | Add basic position to dropup/right/left and dropdown-menu-right (#25400) | ysds | 2 | -13/+29 | |
| 2018-03-12 | Disable link functionality on disabled `btn-link` (#25645) | Peter Etelej | 1 | -0/+1 | |
| Future-proof disabling of clicks on disabled `btn-link`. Fixes #25639 ensuring consistency between `btn-link` `<button>`s and `<a>`s when disabled. | |||||
| 2018-03-12 | Replace "loose" HEX values with their respective variables (#25672) | Jacob Müller | 9 | -19/+20 | |
| 2018-03-12 | Allow customization of breadcrumb border radius (#25807) | Alexander Hjorth | 2 | -1/+3 | |
| 2018-03-12 | Fix caret alignment (#25719) | ysds | 2 | -1/+8 | |
| 2018-03-12 | Collapse with flex elements - simple approach (#25806) | Martijn Cuppens | 1 | -18/+4 | |
| * #22600: prevent display:block for visible content * allow transition for elements with show class | |||||
| 2018-03-08 | style: align some vars (#25785) | Catalin Zalog | 1 | -38/+38 | |
| 2018-03-03 | Adding a variable to handle the change of a modals border-radius. (#25691) | Adam Kolinski | 2 | -2/+3 | |
| 2018-02-24 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 3 | -4/+4 | |
| 2018-02-24 | Remove disabling of stylelint rule | Adam Bowles | 1 | -2/+0 | |
| This file no longer has intentional indentation errors | |||||
| 2018-02-19 | make it a var | Mark Otto | 2 | -1/+3 | |
| 2018-02-19 | Merge branch 'nav-divider-mixin' of https://github.com/ysds/bootstrap into ↵ | Mark Otto | 1 | -2/+2 | |
| ysds-nav-divider-mixin | |||||
| 2018-02-19 | Merge branch 'accordion-borders' of ↵ | Mark Otto | 1 | -0/+29 | |
| https://github.com/andresgalante/bootstrap into v4-dev | |||||
