| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-24 | @warn if minimum width of smallest breakpoint != 0 | alberto | 1 | -0/+9 | |
| Fixes #19217 | |||||
| 2016-02-23 | Merge pull request #19294 from twbs/ios-9.2 | Chris Rebert | 1 | -1/+1 | |
| Use iOS 9.2 in Sauce tests | |||||
| 2016-02-23 | Merge pull request #19293 from twbs/el-capitan | Chris Rebert | 1 | -3/+3 | |
| Use OS X El Capitan for Sauce tests | |||||
| 2016-02-23 | Use iOS 9.2 in Sauce tests | Chris Rebert | 1 | -1/+1 | |
| [skip validator] | |||||
| 2016-02-23 | Use OS X El Capitan for Sauce tests | Chris Rebert | 1 | -3/+3 | |
| [skip validator] | |||||
| 2016-02-23 | Merge pull request #19291 from twbs/win10 | Chris Rebert | 1 | -2/+2 | |
| Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs | |||||
| 2016-02-23 | Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs | Chris Rebert | 1 | -2/+2 | |
| [skip validator] | |||||
| 2016-02-23 | Bump grunt-contrib-concat. | XhmikosR | 2 | -56/+30 | |
| [skip sauce] | |||||
| 2016-02-23 | Update Jekyll to v3.1.2. | XhmikosR | 2 | -3/+3 | |
| [skip sauce] | |||||
| 2016-02-23 | Update scss_lint to v0.46.0. | XhmikosR | 2 | -3/+3 | |
| [skip sauce] | |||||
| 2016-02-19 | Appropriate use of fieldset/div, legend, callout for hidden/no label ↵ | Patrick H. Lauke | 1 | -43/+51 | |
| alternatives | |||||
| 2016-02-19 | Add form-control-legend | Patrick H. Lauke | 1 | -0/+12 | |
| 2016-02-19 | Run grunt. | XhmikosR | 16 | -24/+24 | |
| [ci skip] | |||||
| 2016-02-19 | Update devDependencies. | XhmikosR | 2 | -391/+223 | |
| 2016-02-19 | Bump scss_lint to v0.45.0. | XhmikosR | 2 | -6/+6 | |
| [skip sauce] | |||||
| 2016-02-19 | Merge pull request #19029 from twbs/v4-dev-xmr-grunt-html | XhmikosR | 10 | -22/+14 | |
| Update grunt-html | |||||
| 2016-02-19 | Travis CI: switch to the Trusty image. | XhmikosR | 1 | -1/+2 | |
| 2016-02-19 | Fix validation errors. | XhmikosR | 6 | -6/+6 | |
| [skip sauce] | |||||
| 2016-02-19 | Update grunt-html to v6.0.0. | XhmikosR | 3 | -15/+6 | |
| Also remove the workaround for the old validator version. [skip sauce] | |||||
| 2016-02-18 | Docs: Add example of .dropdown-menu-right | Jeremy Kratz | 1 | -6/+11 | |
| Fixes #18493 Closes #18836 [skip sauce] | |||||
| 2016-02-18 | Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefix | Chris Rebert | 1 | -1/+1 | |
| Add prefix to footer.html search.json [skip sauce] | |||||
| 2016-02-18 | Document .pos-f-t utility class; fixes #18494 | Russell Beye | 1 | -0/+14 | |
| Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce] | |||||
| 2016-02-18 | Document the possibility of extending the $spacers map | Tobias | 2 | -0/+3 | |
| It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce] | |||||
| 2016-02-18 | Docs: Remove <meta name="keywords"> from <head> | Chris Rebert | 1 | -1/+0 | |
| Ports #18872 to v4 [skip sauce] | |||||
| 2016-02-18 | Modal docs: Added JS event handler for relatedTarget demo | James Mosier | 1 | -0/+11 | |
| Fixes #17584 Closes #17607 by merging it | |||||
| 2016-02-17 | Merge pull request #19241 from twbs/carousel-indicators-width | Chris Rebert | 2 | -2/+4 | |
| Extract $carousel-indicators-width variable | |||||
| 2016-02-17 | Extract $carousel-indicators-width variable | Chris Rebert | 2 | -2/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19238 from twbs/dropdown-padding-y | Chris Rebert | 2 | -2/+3 | |
| Extract $dropdown-padding-y variable | |||||
| 2016-02-17 | Extract $dropdown-padding-y variable | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19243 from twbs/list-group-item-heading-margin-bottom | Chris Rebert | 2 | -3/+4 | |
| Extract $list-group-item-heading-margin-bottom variable | |||||
| 2016-02-17 | Extract $list-group-item-heading-margin-bottom variable | Chris Rebert | 2 | -3/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19242 from twbs/carousel-caption-width | Mark Otto | 2 | -4/+6 | |
| Extract $carousel-caption-width variable | |||||
| 2016-02-17 | Merge pull request #19239 from twbs/dropdown-margin-top | Mark Otto | 2 | -2/+3 | |
| Extract $dropdown-margin-top variable | |||||
| 2016-02-17 | Merge pull request #19237 from twbs/carousel-indicator-size | Mark Otto | 2 | -5/+8 | |
| Extract $carousel-indicator{-active}-size variables | |||||
| 2016-02-17 | Merge pull request #19255 from patrickhlauke/color-accessibility-callout-include | Patrick H. Lauke | 8 | -10/+24 | |
| Docs: add/unify advice on contextual colors and accessibility | |||||
| 2016-02-17 | Merge pull request #19259 from patrickhlauke/keyboard-navigation-focus-patch1 | Patrick H. Lauke | 1 | -1/+1 | |
| Replace jQuery with vanilla JS | |||||
| 2016-02-17 | Replace jQuery with vanilla JS | Patrick H. Lauke | 1 | -1/+1 | |
| 2016-02-17 | Merge pull request #19257 from twbs/fix-19147 | Chris Rebert | 2 | -4/+4 | |
| Add $gutter parameter to make-col mixin | |||||
| 2016-02-17 | Add $gutter parameter to make-col mixin; fixes #19147 | Chris Rebert | 2 | -4/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19256 from patrickhlauke/label-tag-nav-fixup1 | Patrick H. Lauke | 1 | -1/+1 | |
| Replace "label" with "tag" in navigation | |||||
| 2016-02-17 | Replace "label" with "tag" in navigation | Patrick H. Lauke | 1 | -1/+1 | |
| 2016-02-17 | - Conveying color meaning to AT as markdown include | Patrick H. Lauke | 8 | -10/+24 | |
| - Add/replace callout for color and AT with include | |||||
| 2016-02-16 | Add $card-img-overlay-padding variable | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip variable] | |||||
| 2016-02-16 | Merge pull request #19251 from twbs/navbar-brand-padding-y | Chris Rebert | 2 | -2/+3 | |
| Extract $navbar-brand-padding-y variable | |||||
| 2016-02-16 | Extract $navbar-brand-padding-y variable | Chris Rebert | 2 | -2/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Merge pull request #19250 from twbs/list-group-item-padding | Chris Rebert | 2 | -1/+4 | |
| Add $list-group-item-padding-{x,y} variables | |||||
| 2016-02-16 | Merge pull request #19249 from twbs/card-columns-sm-up-column-gap | Chris Rebert | 2 | -1/+3 | |
| Add $card-columns-sm-up-column-gap variable | |||||
| 2016-02-16 | Add $card-columns-sm-up-column-gap variable | Chris Rebert | 2 | -1/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Add $list-group-item-padding-{x,y} variables | Chris Rebert | 2 | -1/+4 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | _tags.scss: Updated comments to reflect name change | Ameya Pandilwar | 1 | -4/+4 | |
| Erratum from #19157 Closes #19245 | |||||
