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

14653 Commits

Author SHA1 Message Date
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
Chris Rebert
c700e25ef2 docs/_plugins/highlight_alt.rb: Use correct tag name in error message 2016-06-19 23:01:39 -07:00
Chris Rebert
b17008c771 Add comparability guard to _assert-ascending(); fixes #20123 (#20142)
[skip sauce]
[skip validator]
2016-06-19 22:23:16 -07:00
Chris Rebert
143eca3ba9 package.json: engines: Require Node.js >= 4 (#20141)
Refs #17652
2016-06-19 22:09:29 -07:00
Mark Otto
ac1ea8c26c Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2016-06-12 21:54:35 -07:00
Mark Otto
1ba370f933 follow up fix to #17593 2016-06-12 21:54:15 -07:00
Mark Otto
e22d725638 Merge pull request #19977 from zalog/patch-11
Add .flex-*-unordered classes to reset Flexbox `order` CSS property
2016-06-12 21:27:11 -07:00
Mark Otto
d12804eb4d Fixes #17193: Remove mention and link to non-existant transitions plugin; that intro paragraph was two dupe sentences 2016-06-12 21:25:04 -07:00
Mark Otto
7071fe9c1b Fixes #17089 a bit 2016-06-12 21:18:23 -07:00
Mark Otto
aaad85bc30 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 2016-06-12 21:17:14 -07:00
Chris Rebert
ce2e944aa6 Strip out UMD & CJS in favor of ES6 modules (#20072) 2016-06-10 09:28:03 -07:00
Chris Rebert
9ddd62d391 Add Wall of Browser Bugs entries for #12832 (#20089)
Add Wall of Browser Bugs entries for #12832
2016-06-07 23:50:00 -07:00
Chris Rebert
39c313bb1f https://crbug.com/460200 has been fixed! (#20090)
So remove its entry from the Wall of Browser Bugs
Refs #15832

[skip sauce]
[skip validator]
2016-06-07 21:15:12 -07:00
Chris Rebert
18ee98bc9c ISSUE_TEMPLATE.md: Fix "questons" typo
[ci skip]
2016-06-05 15:01:09 -07:00
Chris Rebert
c955868982 Enable more rules from ESLint 2.0; refs #19999 (#20076)
[skip sauce]
[skip validator]
2016-06-05 11:17:05 -07:00
Chris Rebert
36f2261b6f Remove unused exec:npmUpdate Grunt task (#20074)
[skip sauce]
[skip validator]
2016-06-04 21:55:28 -07:00
Chris Rebert
10c9be114b Bump shelljs to ^0.7.0 (#20073)
[skip sauce]
[skip validator]
2016-06-04 21:45:59 -07:00
Chris Rebert
98f3ab3490 rm -r node_modules && npm install && npm run shrinkwrap 2016-06-04 18:21:36 -07:00
Chris Rebert
0f3d427bbd grunt
[ci skip]
2016-06-04 18:21:15 -07:00
Chris Rebert
eb350d1a7c Upgrade to latest version of JSCS (v3.0.4) (#20070)
Fixes #20002

[skip sauce]
[skip validator]
2016-06-04 17:55:21 -07:00
Chris Rebert
0c4abb69e3 Kill the grunt-jscs middleman; use JSCS directly instead (#20069)
Refs #19990

[skip sauce]
[skip validator]
2016-06-04 17:46:36 -07:00
Chris Rebert
04165ba6e3 Update ESLint to v2.11.1 (latest stable) (#20068)
Fixes #19908

[skip sauce]
[skip validator]
2016-06-04 17:08:59 -07:00
Chris Rebert
abc4ecf670 Update ESLint to v2.10.2 (#20063)
Refs #19908

[skip sauce]
[skip validator]
2016-06-04 16:52:06 -07:00
Chris Rebert
d1b8ec85e2 Upgrade ESLint to v2.9.0 (#20047)
Refs #19908

[skip sauce]
[skip validator]
2016-06-04 15:07:16 -07:00
Chris Rebert
1f5d8aa4b3 Update ESLint to v2.8.0 (#20045)
Refs #19908

[skip sauce]
[skip validator]
2016-06-04 14:52:07 -07:00
Chris Rebert
6c2ba51ba4 Upgrade ESLint to v2.7.0 (#20044)
Refs #19908

[skip sauce]
[skip validator]
2016-06-04 14:39:56 -07:00
Chris Rebert
2b16f5c510 Update ESLint to v2.5.3 (#20043)
Refs #19908.

[skip sauce]
[skip validator]
2016-06-04 14:28:34 -07:00
Chris Rebert
c5eb5a45e9 Upgrade ESLint to v2.4.0 (#20042)
Refs #19908.

[skip sauce]
[skip validator]
2016-06-04 14:13:36 -07:00
Chris Rebert
92ec110f08 Upgrade ESLint to v2.3.0 (#20041)
Refs #19908

[skip sauce]
2016-06-04 14:01:12 -07:00
Chris Rebert
a5ea86747a Merge pull request #19109 from twbs/fix-18569
Integrate postcss-flexbugs-fixes into build
Refs #18569.
2016-06-04 13:25:37 -07:00
Chris Rebert
de0740b584 Update npm shrinkwrap 2016-06-04 13:02:25 -07:00
Chris Rebert
8139bf44c5 Add docs regarding postcss-flexbugs-fixes dependency 2016-06-04 13:00:37 -07:00