aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25gruntMark Otto2-2/+2
2016-07-25fix doubled up padding in docs navbarMark Otto1-0/+3
2016-07-24Fixes #17990: clear the floats within .navbar-toggleable-* to avoid funky ↵Mark Otto1-0/+3
animation on close
2016-07-23Merge branch 'v4-dev' into v4-navbarsMark Otto136-10251/+2937
2016-07-23gruntMark Otto8-480/+14
2016-07-23Merge pull request #20349 from twbs/v4-grid-fixesMark Otto3-28/+49
v4: Follow-up grid fixes
2016-07-23Merge branch 'v4-dev' into v4-grid-fixesMark Otto11-13/+9
2016-07-23gruntMark Otto9-11/+7
2016-07-23lintingMark Otto1-1/+1
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