| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-03-12 | Replace "loose" HEX values with their respective variables (#25672) | Jacob Müller | 9 | -19/+20 | |
| 2018-03-12 | Clean shell scripts (#25704) | Léo Andrès | 2 | -29/+29 | |
| 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 | re-use gray for bd-example border / background (#25751) | m5o | 1 | -2/+2 | |
| 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-12 | Fix #25813 by adding extra columns to table | Varunram | 1 | -0/+12 | |
| 2018-03-08 | add Icons8 to icon options (#25763) | m5o | 1 | -0/+1 | |
| [Icons8](https://icons8.com/) is a great resource for icons. They provide 15 different icon styles, exportable as fonts or svg | |||||
| 2018-03-08 | style: align some vars (#25785) | Catalin Zalog | 1 | -38/+38 | |
| 2018-03-08 | Update webpack.md | Robert Martin | 1 | -3/+3 | |
| Minor edits for style and consistency | |||||
| 2018-03-06 | Add a bit of documentation on how to run the code coverage (#25783) | Johann-S | 1 | -5/+9 | |
| 2018-03-05 | add code coverage | Johann-S | 5 | -346/+766 | |
| 2018-03-05 | Update devDependencies and gems. (#25708) | XhmikosR | 3 | -1192/+1570 | |
| 2018-03-04 | Update blockquote migration docs to reflect #22949 | Mark Otto | 1 | -1/+1 | |
| Fixes #25669, closes #25779. | |||||
| 2018-03-04 | Fix #25746 | Mark Otto | 1 | -2/+2 | |
| 2018-03-03 | dist | Mark Otto | 17 | -19/+16 | |
| 2018-03-03 | Adding a variable to handle the change of a modals border-radius. (#25691) | Adam Kolinski | 2 | -2/+3 | |
| 2018-03-03 | Replace img-fluid by w-100 to conform with HTML | Isma | 1 | -1/+1 | |
| 2018-03-03 | Fix leftover reference to v4.0.0-alpha.6 | Ed Morley | 1 | -1/+1 | |
| Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this, so the version change script works fine. I'm presuming instead this change was just omitted from 35f80bb12e4e, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified. | |||||
| 2018-03-01 | display on xl viewport | Jos Maissan | 1 | -1/+1 | |
| See issue #25711 | |||||
| 2018-03-02 | docs skippy partial (#25750) | m5o | 4 | -15/+8 | |
| * load skippy markup from includes | |||||
| 2018-02-25 | Remove unused variable (#25670) | Martijn Cuppens | 1 | -1/+0 | |
| This variable is not used anywhere. Leftover from #18373. | |||||
| 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 | dist | Mark Otto | 23 | -41/+61 | |
| 2018-02-24 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 9 | -14/+22 | |
| 2018-02-24 | Fix typo of example in hiding doc | daviddalbusco | 1 | -1/+1 | |
| 2018-02-24 | Add focus states to custom docs buttons | Martijn Cuppens | 1 | -0/+8 | |
| 2018-02-24 | Remove disabling of stylelint rule | Adam Bowles | 1 | -2/+0 | |
| This file no longer has intentional indentation errors | |||||
| 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-21 | Consistent usage of $(document.body) instead of $('body') (#25671) | Martijn Cuppens | 3 | -8/+8 | |
| 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 | 2 | -1/+30 | |
| https://github.com/andresgalante/bootstrap into v4-dev | |||||
| 2018-02-19 | dist | Mark Otto | 15 | -31/+218 | |
| 2018-02-19 | Add color variable for caption (#25657) | ysds | 2 | -1/+2 | |
| 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 | 3 | -0/+162 | |
| * 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 | 4 | -23/+58 | |
| 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 | Prevent word-wrap (#25248) | Martijn Cuppens | 1 | -0/+1 | |
| Fixes #25235 | |||||
| 2018-02-11 | Dropdown - Allow to disable Popper.js style (#24092) | Johann-S | 4 | -5/+61 | |
| * Dropdown - Allow to disable Popper.js style * Update dropdown.js * Update dropdown.html * copy changes | |||||
| 2018-02-11 | Update stylelint config to add missing properties (#25572) | in-in | 1 | -3/+28 | |
| * add missing properties list of new properties: align-content animation-fill-mode appearance column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns direction fill flex-shrink orphans page-break-after page-break-before page-break-inside perspective src stroke unicode-bidi widows * fix invalid JSON config add curly brackets * Update .stylelintrc | |||||
| 2018-02-11 | Fix border-radius on Browse button for custom file input inside input groups ↵ | Mark Otto | 1 | -2/+2 | |
| (#25356) | |||||
| 2018-02-11 | Update `.sr-only` mixin and utility (#25197) | Mark Otto | 2 | -4/+2 | |
| * Remove clip-path from .sr-only utility as it causes perf regressions in Chrome * change snippet to example | |||||
| 2018-02-11 | dist | Mark Otto | 24 | -80/+175 | |
| 2018-02-11 | set color to form-control-plaintext (#25565) | m5o | 2 | -0/+2 | |
| * set color to `.form-control-plaintext` * fixes readability on dark themes like ‘darkly’ * https://bootswatch.com/darkly/index.html#forms * https://bootswatch.com/slate/index.html#forms * https://bootswatch.com/superhero/index.html#superhero * https://bootswatch.com/solar/index.html#forms /cc @thomaspark | |||||
