| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-01 | display on xl viewport | Jos Maissan | 1 | -1/+1 | |
| See issue #25711 | |||||
| 2018-02-24 | Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680) | Peter Blazejewicz | 1 | -2/+2 | |
| As discussed in issue's comment: https://git.io/vAuPW Thanks! | |||||
| 2018-02-24 | Fixes #25703 | Mark Otto | 1 | -13/+1 | |
| 2018-02-24 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 2 | -2/+2 | |
| 2018-02-24 | Fix typo of example in hiding doc | daviddalbusco | 1 | -1/+1 | |
| 2018-02-24 | Brush up vertical rhythm of form-check in docs. Closes #25546 | Peter Blazejewicz | 1 | -1/+1 | |
| This adds `form-group` to add the same vertical space to the `form-check` as in other grouped controls used in form sample markup. Thanks! | |||||
| 2018-02-19 | Merge branch 'accordion-borders' of ↵ | Mark Otto | 1 | -1/+1 | |
| https://github.com/andresgalante/bootstrap into v4-dev | |||||
| 2018-02-19 | Be more explicit where to find variables (#25624) | Pierre GIRAUD | 1 | -4/+6 | |
| * Tell where to find the variables to override * Be consistent with path to _variables.scss * Get rid of some 'our' in the doc Replaced by 'Boostrap's' when relevant | |||||
| 2018-02-19 | Custom range input (#25600) | Mark Otto | 1 | -0/+23 | |
| * added the styling * added the documentation * update for one rule per line * fix hound error: trailing whitespace * trimmed off vendor prefixes * Add note about track and thumb * Psuedo-elements must be split across multiple rulesets to have an affect * Fix firefox inner focus * Seems that FF is the only one affected by this * Add support for gradients * Add labels, clarify min/max changes * add step example * add custom range vars | |||||
| 2018-02-19 | Fix carousel transition duration (#25218) | Martijn Cuppens | 1 | -0/+4 | |
| 2018-02-16 | Add `type="button"` to `<button>`s in accordion example (#25643) | Patrick H. Lauke | 1 | -3/+3 | |
| For consistency. Closes https://github.com/twbs/bootstrap/issues/25642 | |||||
| 2018-02-16 | [Docs] Clarify suggested use of custom validation styles, add note about ↵ | Patrick H. Lauke | 1 | -1/+2 | |
| resetting form appearance after validation (#25628) * Expand/clarify recommendation for using custom validation styles Seems support for correctly announcing browser default navigation bubbles/notifications has improved recently. Now it seems only Chrome (at least on Win and Android, not tested on macOS) is the odd one out. However, we should really make sure the custom validation messages are also tied correctly to their relevant form controls - need to dig out the PR that will ensure that. * Add note about resetting form appearance after submission xref https://github.com/twbs/bootstrap/issues/25626 | |||||
| 2018-02-14 | Reword alert and list group text to avoid "a/an" problems | Patrick H. Lauke | 2 | -4/+4 | |
| Closes https://github.com/twbs/bootstrap/issues/25611 | |||||
| 2018-02-13 | Update position.md (#25607) | Andy Pickler | 1 | -2/+2 | |
| 2 small typos | |||||
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 1 | -0/+6 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-02-11 | Update `.sr-only` mixin and utility (#25197) | Mark Otto | 1 | -2/+2 | |
| * Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example | |||||
| 2018-02-11 | Update themeing docs for more clearly how to remove from map (#25589) | ysds | 1 | -2/+13 | |
| * Add note about insert position of "map-remove" * Use optional keys instead of required keys | |||||
| 2018-02-11 | Remove `show` class from example code (#25570) | Jesse Mandel | 1 | -1/+1 | |
| 2018-02-09 | Fix the incorrect id in center modal example | ysds | 1 | -1/+1 | |
| 2018-02-03 | Clarify migration docs to remove mention of .table-responsive being for the ↵ | Mark Otto | 1 | -1/+0 | |
| parent element vs the table element itself (#25539) | |||||
| 2018-02-02 | close #25534 | Mark Otto | 1 | -1/+1 | |
| 2018-01-31 | Examples: Prevent focus into closed offcanvas (#25524) | ysds | 1 | -3/+5 | |
| * Prevent focus into closed offcanvas | |||||
| 2018-01-31 | Add FontAwesome to icon list. (#25451) | Bardi Harborow | 1 | -0/+1 | |
| 2018-01-31 | Clarify stacked-to-horizontal in layout/grid.md (#25520) | Jan Clarin | 1 | -1/+1 | |
| - Fixes typo with "with at" in "horizontal with at the small breakpoint" | |||||
| 2018-01-31 | Fix "CVV" label pointing to wrong field (#25518) | ysds | 1 | -1/+1 | |
| 2018-01-30 | Fix example Blog post card text overflowing for medium screen size. (#25416) | Ryan Cleary | 1 | -2/+2 | |
| 2018-01-28 | Fix typo in approach.md (#25492) | exige81 | 1 | -1/+1 | |
| 2018-01-23 | Update jQuery to v3.3.1. (#25398) | XhmikosR | 17 | -17/+17 | |
| 2018-01-23 | Fix typo in navs.md (#25404) | M. Appelman | 1 | -1/+1 | |
| 2018-01-21 | Feature: Add carousel fade option (#22958) | Mark Otto | 1 | -7/+30 | |
| * Move helpful code comments * Add .carousel-fade option to Sass * Document example of the fade carousel * more logical warning of the .active class on carousel items | |||||
| 2018-01-21 | v4.1: Add .dropdown-item-text (#22965) | Mark Otto | 1 | -33/+62 | |
| * Add .dropdown-item-text class * Add example of plain text within a .dropdown-menu, too * reorganize, simple/clearer headings | |||||
| 2018-01-21 | Add CSS Utility for `auto` width and height Properties (#24249) | Taufek Johar | 1 | -1/+3 | |
| Currently bootstrap only provides 4 variations of `width` and `height` css utilities, which are: 1. 25% 2. 50% 3. 75% 4. 100%. Here, I'm adding `auto` to the list. This is useful when we need to reset the width/height value back to the browser default value at some point. | |||||
| 2018-01-21 | Document .flex-fill class in flex utils | Mark Otto | 1 | -0/+17 | |
| 2018-01-21 | Remove escaping selector and add a warning to inform folks to escape their ↵ | Johann-S | 1 | -0/+5 | |
| selectors (#25390) | |||||
| 2018-01-21 | Update dropdown.js to allow referenceElement (#25219) | 719media | 1 | -0/+38 | |
| 2018-01-20 | tweak html | Mark Otto | 1 | -20/+10 | |
| 2018-01-20 | Merge branch 'borderless-table' of https://github.com/Varunram/bootstrap ↵ | Mark Otto | 1 | -0/+80 | |
| into Varunram-borderless-table | |||||
| 2018-01-19 | Use Jekyll's markdownify filter instead of a custom plugin (#25319) | m5o | 4 | -31/+28 | |
| 2018-01-19 | Remove mention of disabled buttons support for Opera 18 (#25357) | Christian Oliff | 1 | -1/+1 | |
| Opera 19 was released in January 2014 and auto-updates so I suggest no need to mention about browser support for this old version. | |||||
| 2018-01-19 | Correct capitalisation of PayPal (#25362) | Christian Oliff | 1 | -1/+1 | |
| 2018-01-18 | Remove -Pre from Nuget install info since we're stable now /cc @supergibbsv4.0.0 | Mark Otto | 1 | -4/+2 | |
| 2018-01-18 | Bump version to 4.0.0 | Mark Otto | 1 | -1/+1 | |
| 2018-01-18 | Update progress.md (#25355) | Christian Oliff | 1 | -2/+0 | |
| Removed '**Animated progress bars don't work in Opera 12**—as they don't support CSS3 animations.' note. Bootstrap 4 doesn't (and doesn't need to) support the ancient Opera 12 released in 2012 with a 0.04% marketshare so no need to mention. | |||||
| 2018-01-17 | Improve examples' screenshots compression. | XhmikosR | 20 | -0/+0 | |
| Convert them to 8-bit and compress them with optipng and zopflipng. Before: 902 KB (923,969 bytes) After: 431 KB (441,372 bytes) | |||||
| 2018-01-17 | Consistently sized 960x600 wide images. | Mark Otto | 21 | -1/+1 | |
| 2018-01-17 | Only 2-col on sm+ | Mark Otto | 1 | -1/+1 | |
| 2018-01-17 | Prevent print utils from overriding all other display utils (#25269) | Mark Otto | 2 | -9/+23 | |
| * Prevent print utils from overriding all other display utils Fixes #25221. I agree with the referenced issue—this is unexpected and also causes a serious bug when mixed with other utility classes. This wasn't an issue in v3 given we had different utilities for hiding that weren't focused on display property. * Add printing changes to migration docs * unrelated heading sentence case change * List out all .d-print- classes | |||||
| 2018-01-16 | Add order-last grid class (#24915) | Casper Bornebusch | 1 | -3/+3 | |
| * Add order-*-last grid class * copy updates | |||||
| 2018-01-15 | Mention .input-group-text in migration docs (#25325) | Mark Otto | 1 | -1/+1 | |
| Closes #25231 | |||||
| 2018-01-15 | Adjust language | Mark Otto | 1 | -5/+5 | |
