0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-02 14:24:19 +01:00
Commit Graph

6867 Commits

Author SHA1 Message Date
Mark Otto
339b369bd2 Merge pull request #20282 from anantoghosh/patch-2
Migration docs: Fix typo in 'Reboot' about units
2016-07-27 21:29:05 -07:00
Mark Otto
aad527e410 Merge pull request #20341 from pat270/v4-tooltip-static-demo
Docs Tooltip Static Demo uses v3 class names
2016-07-27 21:06:52 -07:00
Mark Otto
c7de6107a8 prep release 2016-07-27 09:40:40 -07:00
Mark Otto
0fd2f8b889 grunt dist 2016-07-27 09:32:05 -07:00
Mark Otto
24e992a6ff bump versions 2016-07-27 09:31:24 -07:00
Mark Otto
82bf1e32bd grunt (include snew docs-flexbox files) 2016-07-26 22:03:54 -07:00
Mark Otto
8e9a9a5960 Enable flexbox grid CSS on our docs page
- 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 21:09:39 -07:00
Mark Otto
c017eaca2f elaborate on those classes 2016-07-26 20:21:45 -07:00
Mark Otto
069a0dd6e7 comment out custom builds for now 2016-07-26 20:20:16 -07:00
Mark Otto
855a82e3a2 remove dist download option for now; it has been coming soon for far too long 2016-07-26 20:18:51 -07:00
Mark Otto
cf45a82068 grunt 2016-07-26 20:16:28 -07:00
Mark Otto
902d979568 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2016-07-26 19:57:44 -07:00
Patrick H. Lauke
851e2cbb84 add Edge bug 8282613 2016-07-26 23:17:43 +01:00
Mark Otto
39732a0023 30px not 15px 2016-07-25 20:39:19 -07:00
Mark Otto
55795e8845 Customizing grid docs updates to followup on #19099
- More details on columns and gutters
- Break it into clear sections
2016-07-25 20:36:30 -07:00
Mark Otto
ded1bf98d7 One more follow up to #19099, #20349, and #20361
Remove mention of base class and fix grid examples
2016-07-25 20:27:55 -07:00
Mark Otto
d306864e80 grunt 2016-07-25 20:10:10 -07:00
Mark Otto
e7090a7c44 update text in grid example 2016-07-25 17:10:32 -07:00
Mark Otto
7e8182e9a6 grunt 2016-07-25 17:10:21 -07:00
Mark Otto
dcbe373361 grunt 2016-07-25 12:30:13 -07:00
Mark Otto
2f38e5167d fix doubled up padding in docs navbar 2016-07-25 12:30:10 -07:00
Mark Otto
38312640df grunt 2016-07-23 21:04:37 -07:00
Mark Otto
b36e6dae2f Merge branch 'v4-dev' into v4-grid-fixes 2016-07-23 20:40:52 -07:00
Mark Otto
2ab662095b grunt 2016-07-23 20:40:41 -07:00
Mark Otto
a8879c8f82 Follow-up to #19099 for grid fixes
- 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-23 17:12:43 -07:00
Patrick Yeo
6157001bcd Tooltip Static Demo uses v3 class names 2016-07-21 12:44:26 -07:00
Raphael Luba
d71c080ab5 Replace renamed classes in grid push/pull example (#20330)
The example for column ordering still referenced the old push/pull class names.
2016-07-20 08:37:54 -07:00
XhmikosR
47dc87e6c7 Fix typo in comment.
[ci skip]
2016-07-20 10:07:31 +03:00
Alice Young
e613415a76 Docs: Update composer require command to download current v4 alpha version (#20328) 2016-07-19 18:40:21 -07:00
Chris Rebert
e12361483a Add position:sticky to Most Wanted features (#20315)
[skip sauce]
2016-07-17 14:01:16 -07:00
Pvanhesteren
ef9099a237 Port #19410 to v4
Clarify valid values of Carousel's `pause` option

Fixes #18205

[skip sauce]
2016-07-17 00:17:30 -07:00
Chris Rebert
0cf5204a48 Add HTMLHint to the build; fixes #20297 (#20301)
[skip sauce]
2016-07-14 16:22:56 -07:00
Chris Rebert
610a089054 Wall of Browser Bugs: Link to WebKit meta-bug (#20299)
https://bugs.webkit.org/show_bug.cgi?id=159753

[skip sauce]
2016-07-13 22:21:10 -07:00
Tom Lutzenberger
3487e421b5 Fix HTML validity error in sticky-footer-navbar example (#20295) 2016-07-13 10:00:39 -07:00
XhmikosR
083df475f3 Losslessly compress doc images.
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 23:08:29 +03:00
XhmikosR
c2189876ee Remove trailing space.
[ci skip]
2016-07-12 22:27:06 +03:00
anantoghosh
11d43e456a Fix typo in 'Reboot' about units
In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`.
2016-07-12 14:08:24 +05:30
Chris Rebert
0b21f2ecb1 Add Most Wanted Features entries for <dialog>
Refs https://bugzil.la/840640
Refs https://webkit.org/b/84635

[skip sauce]
2016-07-08 02:05:12 -07:00
Chris Rebert
58aca28234 Move browser feature requests to new "Most wanted features" section 2016-07-08 00:19:12 -07:00
anantoghosh
f15611cb81 Fix typo in 'Reboot' section
Changed `box-sizing: border` to `box-sizing: border-box`
2016-07-06 13:14:48 +05:30
XhmikosR
e83b742c11 Run grunt.
[ci skip]
2016-06-29 09:00:07 +03:00
Chris Rebert
ed3ba47425 Support jQuery v3 in Bootstrap v4 (#20191)
* 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-28 22:19:46 -07:00
judetucker
a21ff40068 Mention .list-inline-item change in the migration guide
Fixes #18813
Closes #20187

[skip sauce]
2016-06-27 23:20:01 -07:00
Chris Rebert
288bd07a36 docs/migration.md: Fix "correspending" typo
[ci skip]
2016-06-27 23:00:46 -07:00
Chris Rebert
bba039d2fd Add Wall of Browser Bugs entry for #20161 (#20183)
Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1282363
2016-06-27 01:12:00 -07:00
Chris Rebert
6cceeec695 grunt dist docs
[skip sauce]
[skip validator]
2016-06-26 16:13:28 -07:00
Chris Rebert
b73b0c559e docs/_plugins/bugify.rb: Add support for MS Edge UserVoice ideas (#20176)
[skip sauce]
2016-06-25 21:32:23 -07:00
Chris Rebert
5073e756f8 Remove reference to fixed Chrome bug in accessibility docs (#20145)
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=454172#c22

[skip sauce]
2016-06-23 23:19:06 -07:00
Curt Grimes
76e9a7328e Fix links to A11Y Project posts
Closes #20165

[skip sauce]
2016-06-23 23:15:38 -07:00
Chris Rebert
d39e24347c Add Wall of Browser Bugs entries for Selectors Level 4 :nth-child() (#20143)
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-22 01:20:01 -07:00