aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-28Merge pull request #20196 from twbs/v4-dev-xmr-shxXhmikosR2-790/+108
Use shx so that the npm scripts work everywhere the same.
2016-06-28Use shx so that the npm scripts work everywhere the same.XhmikosR2-790/+108
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-27Scrollspy test: Allow for async .then() in jQuery 3; fixes #20182Dave Methvin1-2/+2
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-27Allow PRs to be previewed at http://preview.twbsapps.com (#20179)Chris Rebert4-6/+39
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-26Remove unnecessary usage of Promises in non-async ScrollSpy tests (#20180)Chris Rebert1-28/+26
Closes #19906 [skip validator]
2016-06-26Fix docs asset file paths in /grunt/configBridge.json (#20178)Chris Rebert2-5/+5
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-26grunt dist docsChris Rebert9-14/+13
[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 Grimes2-2/+2
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 Rebert7-211/+1117
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]
2016-06-19docs/_plugins/highlight_alt.rb: Use correct tag name in error messageChris Rebert1-2/+2
2016-06-19Add comparability guard to _assert-ascending(); fixes #20123 (#20142)Chris Rebert1-1/+5
[skip sauce] [skip validator]
2016-06-19package.json: engines: Require Node.js >= 4 (#20141)Chris Rebert1-1/+1
Refs #17652
2016-06-16Contextual background-inverse text color fixJerad Rutnam1-4/+2
2016-06-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-0/+1
2016-06-12follow up fix to #17593Mark Otto1-5/+1
2016-06-12Merge pull request #19977 from zalog/patch-11Mark Otto1-0/+1
Add .flex-*-unordered classes to reset Flexbox `order` CSS property
2016-06-12Fixes #17193: Remove mention and link to non-existant transitions plugin; ↵Mark Otto1-1/+1
that intro paragraph was two dupe sentences
2016-06-12Fixes #17089 a bitMark Otto2-5/+15
2016-06-12Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto61-8483/+828
2016-06-10Strip out UMD & CJS in favor of ES6 modules (#20072)Chris Rebert26-7702/+1
2016-06-09Re-use 'between' mixin for 'only' mixinheath31-11/+9
Keeps the code DRY in the same way 'between' uses 'up' and 'down'.
2016-06-07Add Wall of Browser Bugs entries for #12832 (#20089)Chris Rebert1-0/+20
Add Wall of Browser Bugs entries for #12832
2016-06-07https://crbug.com/460200 has been fixed! (#20090)Chris Rebert1-10/+0
So remove its entry from the Wall of Browser Bugs Refs #15832 [skip sauce] [skip validator]
2016-06-05ISSUE_TEMPLATE.md: Fix "questons" typoChris Rebert1-1/+1
[ci skip]
2016-06-05Enable more rules from ESLint 2.0; refs #19999 (#20076)Chris Rebert2-1/+10
[skip sauce] [skip validator]
2016-06-04Remove unused exec:npmUpdate Grunt task (#20074)Chris Rebert1-3/+0
[skip sauce] [skip validator]
2016-06-04Bump shelljs to ^0.7.0 (#20073)Chris Rebert2-4/+19
[skip sauce] [skip validator]
2016-06-04rm -r node_modules && npm install && npm run shrinkwrapChris Rebert1-449/+362
2016-06-04gruntChris Rebert35-87/+176
[ci skip]
2016-06-04Upgrade to latest version of JSCS (v3.0.4) (#20070)Chris Rebert3-69/+29
Fixes #20002 [skip sauce] [skip validator]
2016-06-04Kill the grunt-jscs middleman; use JSCS directly instead (#20069)Chris Rebert3-43/+9
Refs #19990 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.11.1 (latest stable) (#20068)Chris Rebert3-4/+6
Fixes #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.10.2 (#20063)Chris Rebert2-4/+4
Refs #19908 [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.9.0 (#20047)Chris Rebert3-14/+16
Refs #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.8.0 (#20045)Chris Rebert2-4/+4
Refs #19908 [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.7.0 (#20044)Chris Rebert2-4/+4
Refs #19908 [skip sauce] [skip validator]
2016-06-04Update ESLint to v2.5.3 (#20043)Chris Rebert4-30/+38
Refs #19908. [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.4.0 (#20042)Chris Rebert2-4/+4
Refs #19908. [skip sauce] [skip validator]
2016-06-04Upgrade ESLint to v2.3.0 (#20041)Chris Rebert3-173/+169
Refs #19908 [skip sauce]
2016-06-04Merge pull request #19109 from twbs/fix-18569Chris Rebert5-3/+10
Integrate postcss-flexbugs-fixes into build Refs #18569.
2016-06-04Update npm shrinkwrapChris Rebert1-0/+5