aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-07-27prep releasev4.0.0-alpha.3Mark Otto2-4/+6
2016-07-27grunt distMark Otto1-5/+3
2016-07-27bump versionsMark Otto4-27/+27
2016-07-26grunt (include snew docs-flexbox files)Mark Otto4-2/+2590
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto3-1/+28
- 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-26elaborate on those classesMark Otto1-1/+1
2016-07-26comment out custom builds for nowMark Otto1-0/+2
2016-07-26remove dist download option for now; it has been coming soon for far too longMark Otto1-18/+0
2016-07-26gruntMark Otto4-21/+60
2016-07-26Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+10
2016-07-26add Edge bug 8282613Patrick H. Lauke1-0/+10
2016-07-2530px not 15pxMark Otto1-1/+1
2016-07-25Customizing grid docs updates to followup on #19099Mark Otto1-2/+13
- More details on columns and gutters - Break it into clear sections
2016-07-25One more follow up to #19099, #20349, and #20361Mark Otto1-20/+20
Remove mention of base class and fix grid examples
2016-07-25gruntMark Otto2-2/+2
2016-07-25update text in grid exampleMark Otto1-2/+2
2016-07-25gruntMark Otto4-6/+6
2016-07-25gruntMark Otto2-2/+2
2016-07-25fix doubled up padding in docs navbarMark Otto1-0/+3
2016-07-23gruntMark Otto4-240/+7
2016-07-23Merge branch 'v4-dev' into v4-grid-fixesMark Otto7-8/+6
2016-07-23gruntMark Otto5-6/+4
2016-07-23Follow-up to #19099 for grid fixesMark Otto1-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-20Replace renamed classes in grid push/pull example (#20330)Raphael Luba1-1/+1
The example for column ordering still referenced the old push/pull class names.
2016-07-20Fix typo in comment.XhmikosR1-1/+1
[ci skip]
2016-07-19Docs: Update `composer require` command to download current v4 alpha version ↵Alice Young1-1/+1
(#20328)
2016-07-17Add position:sticky to Most Wanted features (#20315)Chris Rebert1-0/+20
[skip sauce]
2016-07-17Port #19410 to v4Pvanhesteren1-2/+2
Clarify valid values of Carousel's `pause` option Fixes #18205 [skip sauce]
2016-07-14Add HTMLHint to the build; fixes #20297 (#20301)Chris Rebert1-0/+15
[skip sauce]
2016-07-13Wall of Browser Bugs: Link to WebKit meta-bug (#20299)Chris Rebert1-0/+1
https://bugs.webkit.org/show_bug.cgi?id=159753 [skip sauce]
2016-07-13Fix HTML validity error in sticky-footer-navbar example (#20295)Tom Lutzenberger1-1/+1
2016-07-12Losslessly compress doc images.XhmikosR4-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-12Remove trailing space.XhmikosR1-1/+1
[ci skip]
2016-07-08Add Most Wanted Features entries for <dialog>Chris Rebert1-0/+20
Refs https://bugzil.la/840640 Refs https://webkit.org/b/84635 [skip sauce]
2016-07-08Move browser feature requests to new "Most wanted features" sectionChris Rebert3-60/+88
2016-07-06Fix typo in 'Reboot' sectionanantoghosh1-1/+1
Changed `box-sizing: border` to `box-sizing: border-box`
2016-06-29Run `grunt`.XhmikosR4-5/+5
[ci skip]
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert14-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-27Mention .list-inline-item change in the migration guidejudetucker1-0/+1
Fixes #18813 Closes #20187 [skip sauce]
2016-06-27docs/migration.md: Fix "correspending" typoChris Rebert1-1/+1
[ci skip]
2016-06-27Add Wall of Browser Bugs entry for #20161 (#20183)Chris Rebert1-0/+10
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
2016-06-26grunt dist docsChris Rebert6-10/+9
[skip sauce] [skip validator]
2016-06-25docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)Chris Rebert2-1/+2
[skip sauce]
2016-06-23Remove reference to fixed Chrome bug in accessibility docs (#20145)Chris Rebert1-1/+1
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22 [skip sauce]
2016-06-23Fix links to A11Y Project postsCurt Grimes1-1/+1
Closes #20165 [skip sauce]
2016-06-22Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)Chris Rebert1-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-21https://webkit.org/b/158340 has been fixedChris Rebert1-10/+0
So remove its entry from the Wall. Refs #20012, #20024 Refs http://trac.webkit.org/changeset/202324 [ci skip]
2016-06-20Replace grunt-postcss with postcss-cli (#20140)Chris Rebert1-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-20Remove refs to fixed printing-related Chrome bug from browser support docs ↵Chris Rebert1-7/+1
(#20144) Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34 [skip sauce]
2016-06-19docs/_plugins/highlight_alt.rb: Ignore linenos option since it's brokenChris Rebert1-1/+1
Refs #20005 [skip sauce]