aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-23Follow-up to #19099 for grid fixesMark Otto3-28/+49
- 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-21Tooltip Static Demo uses v3 class namesPatrick Yeo1-5/+5
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-20change navbar-toggler to use SVG background imagePatrick H. Lauke1-1/+7
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-20Progress bar:fix border-radius to use variable progress-border-radius ↵An Yang1-10/+10
instead of border-radius
2016-07-19remove navbar-toggler unicode symbol in HTMLPatrick H. Lauke8-30/+9
remove current HTML-based symbol, add any missing aria-* attributes
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-16update npm shrinkwrap (#20312)Chris Rebert1-1382/+1030
2016-07-16Rename shrinkwrap-related npm script (#20311)Chris Rebert1-1/+1
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-14Add HTMLHint to the build; fixes #20297 (#20301)Chris Rebert3-1/+21
[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-12nuget: fix version.XhmikosR2-2/+2
[ci skip]
2016-07-12Tabs to spaces.XhmikosR3-21/+21
[ci skip]
2016-07-12.gitignore: Remove no longer used entries.XhmikosR1-4/+0
[ci skip]
2016-07-12Remove trailing space.XhmikosR1-1/+1
[ci skip]
2016-07-12Fix typo in 'Reboot' about unitsanantoghosh1-1/+1
In about 'Reboot', it says "moving **from** `rem` **to** `em` units. It should be moving from `em` to `rem`.
2016-07-11Remove forced default focus outline (#20275)Chris Rebert1-3/+3
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-11Bump devDependencies.XhmikosR2-379/+1456
2016-07-09Update gems.XhmikosR2-8/+10
[skip sauce]
2016-07-08Merge pull request #20175 from twbs/dialog-wallChris Rebert3-60/+108
Add Most Wanted Features entries for <dialog>
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-07Update SCSS-Lint to v0.49.0 (#20250)Geremia Taglialatela3-5/+5
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: https://github.com/brigade/scss-lint/commit/e283d1689699f581561fea344df3168128c46d7b
2016-07-06Merge pull request #20246 from anantoghosh/patch-1Patrick H. Lauke1-1/+1
Fix typo in 'Reboot' section
2016-07-06Fix typo in 'Reboot' sectionanantoghosh1-1/+1
Changed `box-sizing: border` to `box-sizing: border-box`
2016-07-05Merge pull request #20222 from twbs/v4-dev-xmr-depsXhmikosR3-625/+205
Update devDepedencies.
2016-07-04Add flex-wrap and overflow-wrap properties to the list of property order in ↵morishitter1-0/+2
.scss-lint.yml
2016-07-04Update devDepedencies.XhmikosR3-625/+205
2016-06-29Merge pull request #20202 from twbs/windows-doesnt-know-how-to-shot-globXhmikosR1-1/+1
Avoid globbing in jscs npm script for Windows compatibility
2016-06-29Merge pull request #20201 from twbs/v4-dev-xmr-depsXhmikosR12-43/+43
Update dependencies.
2016-06-28Avoid globbing in jscs npm script for Windows compatibilityChris Rebert1-1/+1
Fixes #20197 [skip sauce] [skip validator]
2016-06-29Run `grunt`.XhmikosR7-9/+9
[ci skip]
2016-06-29Update devDependencies.XhmikosR3-28/+28
Only grunt-saucelabs is left in order to update grunt to v1.x.
2016-06-29Update scss_lint to v0.48.0.XhmikosR2-6/+6
2016-06-28Support jQuery v3 in Bootstrap v4 (#20191)Chris Rebert21-30/+30
* 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-28ScrollSpy unit test: Use single done() in a then() instead of multiple ↵Dave Methvin1-2/+2
done()s (#20198) Fixes test flakiness on OS X Safari and Android when using jQuery 3. Fixes #20182 more Refs #20191
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.