0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Commit Graph

14684 Commits

Author SHA1 Message Date
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
71359ebad8 update npm shrinkwrap (#20312) 2016-07-16 14:27:29 -07:00
Chris Rebert
1a4e48e329 Rename shrinkwrap-related npm script (#20311)
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-16 14:12:49 -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
8cd7833ba4 nuget: fix version.
[ci skip]
2016-07-12 22:57:37 +03:00
XhmikosR
278a563241 Tabs to spaces.
[ci skip]
2016-07-12 22:56:07 +03:00
XhmikosR
c2bb71e4ae .gitignore: Remove no longer used entries.
[ci skip]
2016-07-12 22:55:50 +03:00
XhmikosR
c2189876ee Remove trailing space.
[ci skip]
2016-07-12 22:27:06 +03:00
Chris Rebert
873cf751c0 Remove forced default focus outline (#20275)
As this causes non-standard dotted outline on checkboxes/radio buttons
in OS X Firefox

Ports #19935 to v4
Refs #19933

[skip sauce]
2016-07-11 20:50:27 -07:00
XhmikosR
1e01721717 Bump devDependencies. 2016-07-11 02:44:58 +03:00
XhmikosR
0339272f55 Update gems.
[skip sauce]
2016-07-09 12:42:42 +03:00
Chris Rebert
4ea33f3ab5 Merge pull request #20175 from twbs/dialog-wall
Add Most Wanted Features entries for <dialog>
2016-07-08 08:13:49 -07:00
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
Geremia Taglialatela
1347cb0152 Update SCSS-Lint to v0.49.0 (#20250)
SCSS-Lint 0.49.0 modifies Shorthand linter to report lint if a shorthand
of a length not specified in the allowed_shorthands option is used.

New defaults include "4" in the list of allowed shorthands, so we are changing our configuration accordingly.

Ref: e283d16896
2016-07-07 20:38:44 -07:00
Patrick H. Lauke
eb7c13bba7 Merge pull request #20246 from anantoghosh/patch-1
Fix typo in 'Reboot' section
2016-07-06 10:39:33 +01: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
3d86473399 Merge pull request #20222 from twbs/v4-dev-xmr-deps
Update devDepedencies.
2016-07-05 14:40:55 +03:00
XhmikosR
e727ca9654 Update devDepedencies. 2016-07-04 12:35:52 +03:00
XhmikosR
a0f10e6dcb Merge pull request #20202 from twbs/windows-doesnt-know-how-to-shot-glob
Avoid globbing in jscs npm script for Windows compatibility
2016-06-29 09:30:44 +03:00
XhmikosR
c7fae07fbc Merge pull request #20201 from twbs/v4-dev-xmr-deps
Update dependencies.
2016-06-29 09:27:31 +03:00
Chris Rebert
5d33891c32 Avoid globbing in jscs npm script for Windows compatibility
Fixes #20197

[skip sauce]
[skip validator]
2016-06-28 23:25:55 -07:00
XhmikosR
e83b742c11 Run grunt.
[ci skip]
2016-06-29 09:00:07 +03:00
XhmikosR
7f6fd5be76 Update devDependencies.
Only grunt-saucelabs is left in order to update grunt to v1.x.
2016-06-29 09:00:07 +03:00
XhmikosR
bc8804e472 Update scss_lint to v0.48.0. 2016-06-29 08:49:35 +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
Dave Methvin
8900d953ed ScrollSpy unit test: Use single done() in a then() instead of multiple done()s (#20198)
Fixes test flakiness on OS X Safari and Android when using jQuery 3.
Fixes #20182 more
Refs #20191
2016-06-28 13:24:28 -07:00
XhmikosR
c3e33d85d7 Merge pull request #20196 from twbs/v4-dev-xmr-shx
Use shx so that the npm scripts work everywhere the same.
2016-06-28 22:01:46 +03:00
XhmikosR
dec2695d7e Use shx so that the npm scripts work everywhere the same. 2016-06-28 19:03:19 +03: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
Dave Methvin
208d587c7e Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182
Instead of doing a new assert.async(), just do a single one for the entire test
and let the .then() be async as well.

Closes #20190
2016-06-27 22:37:31 -07:00
Chris Rebert
e95e9fed09 Allow PRs to be previewed at http://preview.twbsapps.com (#20179) 2016-06-27 14:19:10 -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
aa369bd8f9 Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180)
Closes #19906

[skip validator]
2016-06-26 21:33:07 -07:00
Chris Rebert
ead5ed6d73 Fix docs asset file paths in /grunt/configBridge.json (#20178)
Previously, when running the docs locally, the site, rooted at:
    http://localhost:9001/
would reference docs assets using relative URLs such as:
    /../assets/js/vendor/anchor.min.js
which is equivalent to:
    http://localhost:9001/../assets/js/vendor/anchor.min.js
which is nonsense, since the root directory has no parent directory.
Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now.
But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated.

This commit corrects the problem by removing the extra '../' from the paths.

These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code.
Previously, in the Gruntfile, we were doing, e.g.:
    path.join('./docs/assets', '../assets/js/vendor/anchor.min.js')
which calculates to:
    ./docs/assets/../assets/js/vendor/anchor.min.js
which can be simplified to:
    ./docs/assets/js/vendor/anchor.min.js
So we can remove the '/assets' suffix from the left argument
and the '../' prefix from the right argument
and still obtain the same result.
2016-06-26 16:42:13 -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
Chris Rebert
e0c768b667 https://webkit.org/b/158340 has been fixed
So remove its entry from the Wall.
Refs #20012, #20024
Refs http://trac.webkit.org/changeset/202324

[ci skip]
2016-06-21 23:20:02 -07:00
Chris Rebert
a358fc9dc1 Replace grunt-postcss with postcss-cli (#20140)
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 16:18:21 -07:00
Chris Rebert
bfc16c4a82 Remove refs to fixed printing-related Chrome bug from browser support docs (#20144)
Refs https://bugs.chromium.org/p/chromium/issues/detail?id=273306#c34

[skip sauce]
2016-06-20 00:48:02 -07:00
Chris Rebert
4a00603b5a docs/_plugins/highlight_alt.rb: Ignore linenos option since it's broken
Refs #20005
[skip sauce]
2016-06-19 23:02:28 -07:00