| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-07-23 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 64 | -4189/+362 | |
| 2016-07-23 | grunt | Mark Otto | 4 | -240/+7 | |
| 2016-07-23 | Merge branch 'v4-dev' into v4-grid-fixes | Mark Otto | 7 | -8/+6 | |
| 2016-07-23 | grunt | Mark Otto | 5 | -6/+4 | |
| 2016-07-23 | Follow-up to #19099 for grid fixes | Mark Otto | 1 | -15/+17 | |
| - 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-21 | Tooltip Static Demo uses v3 class names | Patrick Yeo | 1 | -5/+5 | |
| 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-19 | remove navbar-toggler unicode symbol in HTML | Patrick H. Lauke | 8 | -30/+9 | |
| remove current HTML-based symbol, add any missing aria-* attributes | |||||
| 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-14 | Add HTMLHint to the build; fixes #20297 (#20301) | Chris Rebert | 1 | -0/+15 | |
| [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 | Remove trailing space. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-07-12 | Fix typo in 'Reboot' about units | anantoghosh | 1 | -1/+1 | |
| In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`. | |||||
| 2016-07-08 | Add Most Wanted Features entries for <dialog> | Chris Rebert | 1 | -0/+20 | |
| Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce] | |||||
| 2016-07-08 | Move browser feature requests to new "Most wanted features" section | Chris Rebert | 3 | -60/+88 | |
| 2016-07-06 | Fix typo in 'Reboot' section | anantoghosh | 1 | -1/+1 | |
| Changed `box-sizing: border` to `box-sizing: border-box` | |||||
| 2016-06-29 | Run `grunt`. | XhmikosR | 4 | -5/+5 | |
| [ci skip] | |||||
| 2016-06-28 | Support jQuery v3 in Bootstrap v4 (#20191) | Chris Rebert | 14 | -17/+17 | |
| * bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x | |||||
| 2016-06-27 | Mention .list-inline-item change in the migration guide | judetucker | 1 | -0/+1 | |
| Fixes #18813 Closes #20187 [skip sauce] | |||||
| 2016-06-27 | docs/migration.md: Fix "correspending" typo | Chris Rebert | 1 | -1/+1 | |
| [ci skip] | |||||
| 2016-06-27 | Add Wall of Browser Bugs entry for #20161 (#20183) | Chris Rebert | 1 | -0/+10 | |
| Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363 | |||||
| 2016-06-26 | grunt dist docs | Chris Rebert | 6 | -10/+9 | |
| [skip sauce] [skip validator] | |||||
| 2016-06-25 | docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176) | Chris Rebert | 2 | -1/+2 | |
| [skip sauce] | |||||
| 2016-06-23 | Remove reference to fixed Chrome bug in accessibility docs (#20145) | Chris Rebert | 1 | -1/+1 | |
| Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce] | |||||
| 2016-06-23 | Fix links to A11Y Project posts | Curt Grimes | 1 | -1/+1 | |
| Closes #20165 [skip sauce] | |||||
| 2016-06-22 | Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143) | Chris Rebert | 1 | -0/+20 | |
| Refs http://caniuse.com/#feat=css-nth-child-of Refs https://drafts.csswg.org/selectors-4/#the-nth-child-pseudo Refs https://crbug.com/304163 Refs https://bugzil.la/854148 [skip sauce] | |||||
| 2016-06-21 | https://webkit.org/b/158340 has been fixed | Chris Rebert | 1 | -10/+0 | |
| So remove its entry from the Wall. Refs #20012, #20024 Refs http://trac.webkit.org/changeset/202324 [ci skip] | |||||
| 2016-06-20 | Replace grunt-postcss with postcss-cli (#20140) | Chris Rebert | 1 | -1/+1 | |
| Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface. | |||||
| 2016-06-20 | Remove refs to fixed printing-related Chrome bug from browser support docs ↵ | Chris Rebert | 1 | -7/+1 | |
| (#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce] | |||||
| 2016-06-19 | docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken | Chris Rebert | 1 | -1/+1 | |
| Refs #20005 [skip sauce] | |||||
| 2016-06-19 | docs/_plugins/highlight_alt.rb: Use correct tag name in error message | Chris Rebert | 1 | -2/+2 | |
| 2016-06-12 | follow up fix to #17593 | Mark Otto | 1 | -5/+1 | |
| 2016-06-12 | Fixes #17193: Remove mention and link to non-existant transitions plugin; ↵ | Mark Otto | 1 | -1/+1 | |
| that intro paragraph was two dupe sentences | |||||
| 2016-06-12 | Fixes #17089 a bit | Mark Otto | 2 | -5/+15 | |
| 2016-06-12 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 24 | -3840/+143 | |
| 2016-06-10 | Strip out UMD & CJS in favor of ES6 modules (#20072) | Chris Rebert | 12 | -3821/+0 | |
| 2016-06-07 | Add Wall of Browser Bugs entries for #12832 (#20089) | Chris Rebert | 1 | -0/+20 | |
| Add Wall of Browser Bugs entries for #12832 | |||||
| 2016-06-07 | https://crbug.com/460200 has been fixed! (#20090) | Chris Rebert | 1 | -10/+0 | |
| So remove its entry from the Wall of Browser Bugs Refs #15832 [skip sauce] [skip validator] | |||||
| 2016-06-04 | grunt | Chris Rebert | 14 | -36/+74 | |
| [ci skip] | |||||
| 2016-06-04 | Add docs regarding postcss-flexbugs-fixes dependency | Chris Rebert | 2 | -3/+3 | |
| 2016-06-04 | https://bugzil.la/1278000 was marked as dupe of https://bugzil.la/577785 | Chris Rebert | 1 | -1/+1 | |
| Update Wall of Browser Bugs accordingly. Refs #19670 [ci skip] | |||||
| 2016-06-03 | Add Wall of Browser Bugs entry for #19670 for Edge (#20037) | Chris Rebert | 1 | -0/+10 | |
| See https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7787318/ Refs #19670 [skip sauce] | |||||
| 2016-06-03 | Add :dir() pseudo-class feature requests to Wall of Browser Bugs (#19984) | Chris Rebert | 1 | -0/+30 | |
| Refs https://developer.mozilla.org/en-US/docs/Web/CSS/:dir [skip sauce] | |||||
| 2016-06-03 | Add Wall of Browser Bugs entry for #19670 for Firefox (#20036) | Chris Rebert | 1 | -0/+10 | |
| See https://bugzil.la/1278000 Refs #19670 [skip sauce] | |||||
| 2016-06-03 | Add Wall of Browser Bugs entry for #19839 (#20026) | Chris Rebert | 1 | -0/+10 | |
| See https://bugzilla.mozilla.org/show_bug.cgi?id=1277782 Refs #19839 [skip sauce] | |||||
