| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-02-06 | Move the conditional statement back to the file because nested imports ↵ | Mark Otto | 2 | -21/+20 | |
| aren't supported in Sass | |||||
| 2016-02-06 | Update devDependencies. | XhmikosR | 2 | -326/+334 | |
| [skip sauce] | |||||
| 2016-02-06 | Bump gems. | XhmikosR | 2 | -4/+4 | |
| [skip sauce] | |||||
| 2016-02-06 | rename .flex-all-* to .flex-items-* to match flexbox nomenclature | Mark Otto | 1 | -3/+3 | |
| 2016-02-06 | Conditionally include the flex utils in the import stack and reduce to a ↵ | Mark Otto | 2 | -22/+16 | |
| single query | |||||
| 2016-02-06 | Move grid flex classes to utils instead maybe? | Mark Otto | 2 | -37/+35 | |
| 2016-02-06 | Merge branch 'v4-dev' into v4-grid-redux | Mark Otto | 3 | -11/+29 | |
| 2016-02-06 | Update base class for grid cols in all examples | Mark Otto | 8 | -80/+80 | |
| 2016-02-06 | Ensure docs grid example highlighting for flexbox mode | Mark Otto | 1 | -0/+1 | |
| 2016-02-06 | Add flexbox grid page to the docs (still more content to add) | Mark Otto | 2 | -0/+72 | |
| 2016-02-06 | Fix docs layout with added base class | Mark Otto | 1 | -2/+2 | |
| 2016-02-06 | Update grid docs to include new required .col base class | Mark Otto | 1 | -60/+60 | |
| 2016-02-06 | Revamp grid classes to require .col base class and improve flexbox grid ↵ | Mark Otto | 3 | -17/+17 | |
| classes with auto layout via flex: 1 | |||||
| 2016-02-06 | Update grid mixins code snippets in the docs to include flexbox changes | Mark Otto | 1 | -5/+22 | |
| 2016-02-06 | Improve docs sidenav active link highlighting | Mark Otto | 1 | -0/+1 | |
| Capture the slug once before applying it and add a slash to it to so we get a unique string to match against instead of a fuzzy partial 'contains'. Helps avoid 'grid' highlighting 'flexbox-grid', for example. | |||||
| 2016-02-06 | rearrange scss lint config to put flex over float | Mark Otto | 1 | -6/+6 | |
| 2016-02-05 | Switch to native font stack | Mark Otto | 1 | -2/+2 | |
| 2016-02-05 | grunt | Mark Otto | 8 | -66/+18 | |
| 2016-02-05 | Merge pull request #19086 from twbs/migration-vendor-prefix-mixins | Mark Otto | 1 | -0/+5 | |
| Add migration guidance regarding vendor prefix mixins | |||||
| 2016-02-05 | Merge pull request #19089 from Quy/patch-5 | Chris Rebert | 1 | -4/+0 | |
| Remove section on pager changes from migration, since pagers have been removed entirely | |||||
| 2016-02-05 | Remove pager section from migration | Quy | 1 | -4/+0 | |
| 2016-02-04 | Merge pull request #19088 from twbs/wkbug-153856 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for https://webkit.org/b/153856 | |||||
| 2016-02-04 | Add Wall of Browser Bugs entry for https://webkit.org/b/153856 | Chris Rebert | 1 | -0/+10 | |
| Refs https://github.com/twbs/bootstrap/issues/14839#issuecomment-60940738 [skip sauce] | |||||
| 2016-02-04 | Add migration guidance regarding vendor prefix mixins | Chris Rebert | 1 | -0/+5 | |
| Refs #19080 | |||||
| 2016-02-04 | Merge pull request #19079 from twbs/fix-18992 | Chris Rebert | 1 | -16/+6 | |
| Revert separation of <hN> and .hN heading styles | |||||
| 2016-02-04 | Revert separation of <hN> and .hN heading styles | Chris Rebert | 1 | -16/+6 | |
| This reverts commit deeb74e321f8ba676dce8f13809c2aace0e0c537. Reverts #18038 Fixes #18992 [skip sauce] [skip validator] | |||||
| 2016-02-03 | Merge pull request #19078 from twbs/compat-docs-wkbug-153852 | Chris Rebert | 1 | -1/+1 | |
| Mention https://webkit.org/b/153852 in browser compatibility docs | |||||
| 2016-02-03 | Mention https://webkit.org/b/153852 in browser compatibility docs | Chris Rebert | 1 | -1/+1 | |
| Refs #19077 [skip sauce] | |||||
| 2016-02-03 | Merge pull request #19077 from twbs/wkbug-153852 | Chris Rebert | 1 | -0/+10 | |
| Add Wall of Browser Bugs entry for https://webkit.org/b/153852 | |||||
| 2016-02-03 | Add Wall of Browser Bugs entry for https://webkit.org/b/153852 | Chris Rebert | 1 | -0/+10 | |
| Refs http://getbootstrap.com/getting-started/#overflow-and-scrolling Refs #14839 [skip sauce] | |||||
| 2016-02-03 | Merge branch 'v4-card-fuckery' into v4-dev | Mark Otto | 12 | -47/+131 | |
| 2016-02-03 | grunt | Mark Otto | 10 | -32/+86 | |
| 2016-02-03 | fuck that other class, let's just get tabs and pills in there | Mark Otto | 2 | -46/+2 | |
| 2016-02-03 | grunt | Mark Otto | 8 | -24/+6 | |
| 2016-02-03 | Dump the type margin overrides in alerts for utils, document that particular ↵ | Mark Otto | 2 | -9/+13 | |
| example, sidesteps part of #18884 | |||||
| 2016-02-03 | grunt | Mark Otto | 10 | -36/+10 | |
| 2016-02-03 | Redo line-height globally | Mark Otto | 14 | -20/+9 | |
| - Rename -height to -height-base to match other vars - Drop use of -height across the board and rely on it to be inherited - Adjust padding of .dropdown-header to account for different line-height of h6 heading element (this needs refactoring for variables and rems also) | |||||
| 2016-02-03 | center the nav | Mark Otto | 1 | -55/+57 | |
| 2016-02-03 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 32 | -277/+351 | |
| 2016-02-02 | Merge pull request #19072 from twbs/bump-shrinkwrap | Chris Rebert | 1 | -79/+113 | |
| Update shrinkwrap | |||||
| 2016-02-02 | update shrinkwrap | Chris Rebert | 1 | -79/+113 | |
| 2016-02-01 | Carousel - Do not prevent on keydown for input and textarea | Johann-S | 2 | -2/+33 | |
| 2016-01-28 | Fix typo in forms.md | cndpzc | 1 | -1/+1 | |
| Closes #19049 | |||||
| 2016-01-26 | Merge pull request #19035 from twbs/rapid-progress | Chris Rebert | 1 | -0/+1 | |
| Travis CI: Disable npm's progress bar for speedier install | |||||
| 2016-01-27 | Merge pull request #19018 from twbs/v4-dev-xmr-print-styles | XhmikosR | 1 | -4/+32 | |
| Update print styles to v5.3.0 of html5 boilerplate. | |||||
| 2016-01-26 | Travis CI: Disable npm's progress bar for speedier install | Chris Rebert | 1 | -0/+1 | |
| See https://github.com/npm/npm/issues/11283 | |||||
| 2016-01-26 | Add docs for custom file input's text and $custom-file-text | Chris Rebert | 1 | -0/+19 | |
| [skip sauce] | |||||
| 2016-01-26 | Remove Wall of Browser Bugs entry for #16915 | Chris Rebert | 1 | -10/+0 | |
| https://connect.microsoft.com/IE/feedback/details/2274240/edge-edge-renders-an-svg-img-with-max-width-100-too-small is fixed as of Edge 25.10586.0.0 (or possibly earlier). Confirmed in https://github.com/twbs/bootstrap/issues/16915#issuecomment-175210482 Reverts #19010 [skip sauce] | |||||
| 2016-01-26 | scrollspy.js: Avoid gratuitous non-ASCII for consistency+compatibility | Chris Rebert | 1 | -1/+1 | |
| Fixes #19028 [skip sauce] [skip validator] | |||||
| 2016-01-26 | Update print styles to v5.3.0 of html5 boilerplate. | XhmikosR | 1 | -4/+32 | |
