| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-27 | prep releasev4.0.0-alpha.3 | Mark Otto | 2 | -4/+6 | |
| 2016-07-27 | new css and js hash | Mark Otto | 1 | -2/+2 | |
| 2016-07-27 | grunt dist | Mark Otto | 13 | -17/+15 | |
| 2016-07-27 | bump versions | Mark Otto | 38 | -113/+113 | |
| 2016-07-27 | Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev | Mark Otto | 24 | -155/+2848 | |
| 2016-07-26 | grunt (include snew docs-flexbox files) | Mark Otto | 4 | -2/+2590 | |
| 2016-07-26 | Merge pull request #20372 from twbs/v4-flexbox-docs | Mark Otto | 7 | -47/+43 | |
| v4: Enable flexbox CSS on flexbox grid page | |||||
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 7 | -47/+43 | |
| - Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features) | |||||
| 2016-07-26 | elaborate on those classes | Mark Otto | 1 | -1/+1 | |
| 2016-07-26 | comment out custom builds for now | Mark Otto | 1 | -0/+2 | |
| 2016-07-26 | remove dist download option for now; it has been coming soon for far too long | Mark Otto | 1 | -18/+0 | |
| 2016-07-26 | grunt | Mark Otto | 8 | -42/+120 | |
| 2016-07-26 | Update navbar-toggleable-* styles to incorporate changes from #20083 | Mark Otto | 1 | -22/+48 | |
| 2016-07-26 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+10 | |
| 2016-07-26 | Merge pull request #20370 from patrickhlauke/browser-bug-edge8282613 | Patrick H. Lauke | 1 | -0/+10 | |
| add Edge bug 8282613 | |||||
| 2016-07-26 | add Edge bug 8282613 | Patrick H. Lauke | 1 | -0/+10 | |
| 2016-07-26 | grunt | Mark Otto | 4 | -4/+4 | |
| 2016-07-25 | 30px not 15px | Mark Otto | 1 | -1/+1 | |
| 2016-07-25 | Customizing grid docs updates to followup on #19099 | Mark Otto | 1 | -2/+13 | |
| - More details on columns and gutters - Break it into clear sections | |||||
| 2016-07-25 | One more follow up to #19099, #20349, and #20361 | Mark Otto | 1 | -20/+20 | |
| Remove mention of base class and fix grid examples | |||||
| 2016-07-25 | grunt | Mark Otto | 4 | -4/+4 | |
| 2016-07-25 | Merge pull request #20361 from twbs/v4-grid-class-flex | Mark Otto | 1 | -0/+13 | |
| v4: Restore flexbox grid .col-{bp} class for auto layout | |||||
| 2016-07-25 | restore the .col-{bp} class for flexbox auto layout | Mark Otto | 1 | -0/+13 | |
| 2016-07-25 | update text in grid example | Mark Otto | 1 | -2/+2 | |
| 2016-07-25 | grunt | Mark Otto | 8 | -12/+12 | |
| 2016-07-25 | Simplify system font stack to remove Linux fonts as they're too varied for ↵ | Mark Otto | 1 | -1/+1 | |
| our purposes | |||||
| 2016-07-25 | grunt | Mark Otto | 2 | -2/+2 | |
| 2016-07-25 | fix doubled up padding in docs navbar | Mark Otto | 1 | -0/+3 | |
| 2016-07-23 | grunt | Mark Otto | 8 | -480/+14 | |
| 2016-07-23 | Merge pull request #20349 from twbs/v4-grid-fixes | Mark Otto | 3 | -28/+49 | |
| v4: Follow-up grid fixes | |||||
| 2016-07-23 | Merge branch 'v4-dev' into v4-grid-fixes | Mark Otto | 11 | -13/+9 | |
| 2016-07-23 | grunt | Mark Otto | 9 | -11/+7 | |
| 2016-07-23 | linting | Mark Otto | 1 | -1/+1 | |
| 2016-07-23 | Follow-up to #19099 for grid fixes | Mark Otto | 3 | -28/+49 | |
| - Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports | |||||
| 2016-07-20 | Replace renamed classes in grid push/pull example (#20330) | Raphael Luba | 1 | -1/+1 | |
| The example for column ordering still referenced the old push/pull class names. | |||||
| 2016-07-20 | Fix typo in comment. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-07-19 | Docs: Update `composer require` command to download current v4 alpha version ↵ | Alice Young | 1 | -1/+1 | |
| (#20328) | |||||
| 2016-07-17 | Add position:sticky to Most Wanted features (#20315) | Chris Rebert | 1 | -0/+20 | |
| [skip sauce] | |||||
| 2016-07-17 | Port #19410 to v4 | Pvanhesteren | 1 | -2/+2 | |
| Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce] | |||||
| 2016-07-16 | update npm shrinkwrap (#20312) | Chris Rebert | 1 | -1382/+1030 | |
| 2016-07-16 | Rename shrinkwrap-related npm script (#20311) | Chris Rebert | 1 | -1/+1 | |
| To avoid infinite recursion in newer npm versions, which added a lifecycle script for `npm shrinkwrap`. Refs https://github.com/npm/npm/issues/13253 Refs https://github.com/npm/npm/pull/12814 [ci skip] | |||||
| 2016-07-14 | Add HTMLHint to the build; fixes #20297 (#20301) | Chris Rebert | 3 | -1/+21 | |
| [skip sauce] | |||||
| 2016-07-13 | Wall of Browser Bugs: Link to WebKit meta-bug (#20299) | Chris Rebert | 1 | -0/+1 | |
| https://bugs.webkit.org/show_bug.cgi?id=159753 [skip sauce] | |||||
| 2016-07-13 | Fix HTML validity error in sticky-footer-navbar example (#20295) | Tom Lutzenberger | 1 | -1/+1 | |
| 2016-07-12 | Losslessly compress doc images. | XhmikosR | 4 | -0/+0 | |
| Used zopfli 1.0.1 with `zopflipng.exe -m --lossy_transparent -y --iterations=1000`. Before: 199 KB (203.922 bytes) After: 197 KB (202.151 bytes) [ci skip] | |||||
| 2016-07-12 | nuget: fix version. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2016-07-12 | Tabs to spaces. | XhmikosR | 3 | -21/+21 | |
| [ci skip] | |||||
| 2016-07-12 | .gitignore: Remove no longer used entries. | XhmikosR | 1 | -4/+0 | |
| [ci skip] | |||||
| 2016-07-12 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-07-11 | Remove forced default focus outline (#20275) | Chris Rebert | 1 | -3/+3 | |
| As this causes non-standard dotted outline on checkboxes/radio buttons in OS X Firefox Ports #19935 to v4 Refs #19933 [skip sauce] | |||||
