| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-10-30 | Fix #17964 (#17997) | Ilias | 1 | -1/+1 | |
| * Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended. | |||||
| 2016-10-30 | Fix input group sizing in Firefox | Catalin Zalog | 1 | -1/+4 | |
| Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv | |||||
| 2016-10-30 | add specific docs example for badged list group items | Mark Otto | 1 | -0/+20 | |
| floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes. | |||||
| 2016-10-30 | Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap ↵ | Mark Otto | 1 | -1/+13 | |
| into rosskevin-v4-flex-list-group | |||||
| 2016-10-30 | grunt | Mark Otto | 24 | -32/+32 | |
| 2016-10-30 | Merge branch 'v4-dev' of https://github.com/HMUDesign/bootstrap into ↵ | Mark Otto | 4 | -10/+18 | |
| HMUDesign-v4-dev | |||||
| 2016-10-30 | grunt | Mark Otto | 16 | -12/+44 | |
| 2016-10-30 | Merge pull request #21046 from abvalentine/issue-20975 | Mark Otto | 1 | -0/+8 | |
| Fixes #20975: navbar-text on navbar-dark and bg-inverse is invisible | |||||
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: removed trailing whitespace | Valentine Abanosimov | 1 | -1/+1 | |
| 2016-10-30 | Fixes #20975: made navbar-text color on navbar-dark equal to non-hovered ↵ | Valentine Abanosimov | 1 | -0/+8 | |
| link color | |||||
| 2016-10-28 | grunt | Mark Otto | 16 | -12/+24 | |
| 2016-10-28 | Merge pull request #21041 from twbs/horizontal-form-validation-example | Mark Otto | 2 | -3/+47 | |
| Horizontal form validation example | |||||
| 2016-10-28 | add horizontal form examples | Mark Otto | 1 | -0/+35 | |
| 2016-10-28 | rework some copy | Mark Otto | 1 | -3/+11 | |
| 2016-10-28 | include .col-form-label in the form validation field mixin | Mark Otto | 1 | -0/+1 | |
| 2016-10-28 | Merge pull request #17536 from Johann-S/testPadding | Mark Otto | 1 | -0/+38 | |
| [Fix #17400] Add tests about padding restoration | |||||
| 2016-10-27 | grunt | Mark Otto | 25 | -45/+63 | |
| 2016-10-27 | Merge branch 'issue19217' of https://github.com/alberto/bootstrap into ↵ | Mark Otto | 1 | -6/+16 | |
| alberto-issue19217 | |||||
| 2016-10-27 | Merge pull request #19887 from ryanburnett/v4-dev | Mark Otto | 1 | -6/+12 | |
| Alphabetized carousel options & added "ride" to it | |||||
| 2016-10-27 | Merge pull request #19915 from zalog/patch-9 | Mark Otto | 1 | -0/+1 | |
| Zero out the default margin-bottom on label.custom-file | |||||
| 2016-10-27 | Merge pull request #20101 from heath3/patch-1 | Mark Otto | 1 | -11/+9 | |
| Re-use 'between' mixin for 'only' mixin | |||||
| 2016-10-27 | grunt | Mark Otto | 10 | -40/+39 | |
| 2016-10-27 | follow up to #20441: move file to correct place | Mark Otto | 1 | -0/+0 | |
| 2016-10-27 | Merge pull request #20225 from morishitter/v4-dev | Mark Otto | 1 | -0/+2 | |
| Add some properties to the list of property order in .scss-lint.yml | |||||
| 2016-10-27 | Merge pull request #20441 from cortopy/visibility-mixin | Mark Otto | 3 | -1/+7 | |
| Visibility mixin | |||||
| 2016-10-27 | Merge pull request #18851 from ju1ius/patch-1 | Mark Otto | 1 | -3/+9 | |
| Don't clearfix if flexbox is enabled. Fixes #18849 | |||||
| 2016-10-27 | switch to rgba for list-group border color | Mark Otto | 1 | -1/+1 | |
| matches the card border-color, fixes #20129 | |||||
| 2016-10-27 | Merge pull request #21032 from twbs/flexbox-input-group | Mark Otto | 1 | -1/+14 | |
| Proper input group sizing and alignment in flexbox mode | |||||
| 2016-10-27 | Merge pull request #21033 from twbs/label-less-custom-controls | Mark Otto | 1 | -0/+1 | |
| Add a min-height: 1.5rem; to custom controls | |||||
| 2016-10-27 | Merge pull request #21034 from twbs/better-custom-control-alignment | Mark Otto | 1 | -1/+1 | |
| Calculcate the top offset for custom control indicators | |||||
| 2016-10-27 | grunt | Mark Otto | 4 | -4/+4 | |
| 2016-10-27 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 3 | -16/+16 | |
| 2016-10-27 | grunt | Mark Otto | 25 | -19/+25 | |
| 2016-10-27 | Merge branch 'patch-1' of https://github.com/tomhorvat/bootstrap into ↵ | Mark Otto | 2 | -0/+2 | |
| tomhorvat-patch-1 | |||||
| 2016-10-27 | Merge pull request #20734 from beausmith/button-outline-variant | Mark Otto | 1 | -5/+5 | |
| Remove hard-coded value in button-outline-variant | |||||
| 2016-10-27 | Merge pull request #21035 from judetucker/badge_cleanup | Mark Otto | 2 | -11/+11 | |
| cleaned up the docs to complete the change from .tag to .badge | |||||
| 2016-10-27 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 59 | -421/+971 | |
| 2016-10-27 | cleaned up the docs to complete the change from tag to badge | judetucker | 2 | -11/+11 | |
| 2016-10-27 | Calculcate the top offset for custom control indicators | Mark Otto | 1 | -1/+1 | |
| Fixes #21023. Uses some math functions to determine what the offset should be. This is helpful for those who customize the size of their indicators and still want them vertically centered. | |||||
| 2016-10-27 | Add a min-height: 1.5rem; to custom controls | Mark Otto | 1 | -0/+1 | |
| Fixes #20730. This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization | |||||
| 2016-10-27 | property order | Mark Otto | 1 | -1/+1 | |
| 2016-10-27 | Ensure proper sizing of and alignment of content within input group addons ↵ | Mark Otto | 1 | -1/+14 | |
| and buttons Fixes #20927. | |||||
| 2016-10-27 | Merge pull request #21028 from judetucker/card_docs_float | Mark Otto | 1 | -1/+1 | |
| Docs correction to change .pull to .float on Card docs | |||||
| 2016-10-27 | Fixes #17631: Add mention of removed .btn-group-justified | Mark Otto | 1 | -0/+1 | |
| It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option. | |||||
| 2016-10-27 | grunt | Mark Otto | 49 | -362/+819 | |
| 2016-10-27 | rework flex grid autolayout docs | Mark Otto | 1 | -2/+10 | |
| Adds clearer headings to each section, reworks some copy to be more direct. | |||||
| 2016-10-27 | unrelated change; bold that stuff to emphasize it | Mark Otto | 1 | -2/+2 | |
| 2016-10-27 | Merge branch 'auto-flex-col' of https://github.com/alanmoo/bootstrap into ↵ | Mark Otto | 2 | -0/+35 | |
| alanmoo-auto-flex-col | |||||
| 2016-10-27 | Merge pull request #21027 from twbs/document-zindex | Mark Otto | 3 | -4/+24 | |
| Document zindex | |||||
