aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-27JS visual tests: Remove usages of defunct .page-header classChris Rebert9-27/+9
[skip sauce]
2016-02-28Run grunt.XhmikosR1-3/+4
[ci skip]
2016-02-28update theme parameters to fix #19333Ivan Malopinsky1-2/+2
2016-02-28Update holder.js to v2.9.3.XhmikosR1-3/+4
[ci skip]
2016-02-28Merge pull request #19331 from twbs/v4-dev-fix-travisXhmikosR1-1/+1
Travis: use node.js 5.6
2016-02-28Travis CI: Specify node.js 5.6 since 5.7.0 has regressions.XhmikosR1-1/+1
This should be reverted when the next 5.x version is out. [skip sauce]
2016-02-28Update npm-shrinkwrap.json.XhmikosR1-22/+10
[skip sauce]
2016-02-27Merge pull request #19337 from ameya-pandilwar/fix-19332Chris Rebert2-15/+0
Removed unused markdown-it dependency
2016-02-27Removed unused markdown-it dependencyAmeya Pandilwar2-15/+0
2016-02-27Merge pull request #19333 from twbs/v4-dev-update-docs-assetsChris Rebert14-25/+30
Update docs assets
2016-02-27Run `grunt`.XhmikosR9-14/+21
[ci skip]
2016-02-27Update tether to v1.2.0.XhmikosR2-4/+2
[skip sauce] [skip validator]
2016-02-27Update jekyll-search to v1.1.1.XhmikosR1-1/+1
[ci skip]
2016-02-27Update clipboard.js to v1.5.9.XhmikosR1-2/+2
[ci skip]
2016-02-27Update anchor-js to v3.1.0.XhmikosR1-4/+4
[ci skip]
2016-02-27Merge pull request #19328 from satsukitv/v4-devXhmikosR1-2/+1
Include all grunt required files in npm package
2016-02-27Bump scss_lint to v0.47.0.XhmikosR2-3/+3
[skip sauce]
2016-02-26Include all grunt requires files in npm packageCharlie Wagner1-2/+1
2016-02-25Merge pull request #19321 from twbs/bugs.chromium.orgChris Rebert1-1/+1
Wall of Browser Bugs: Update Chromium bug tracker URLs
2016-02-25Wall of Browser Bugs: Update Chromium bug tracker URLsChris Rebert1-1/+1
RIP code.google.com [skip sauce]
2016-02-25Merge pull request #19277 from patrickhlauke/v4-dev-forms-fixes#2Patrick H. Lauke2-43/+63
Forms fixes: fieldset/legend, new .form-control-legend, accessibility advice
2016-02-25Merge pull request #19312 from prose100/docsChris Rebert1-1/+1
docs/components/alerts.md: Correct grammar [ci skip]
2016-02-24Correct grammarPaul Rose1-1/+1
2016-02-24@warn if minimum width of smallest breakpoint != 0alberto1-0/+9
Fixes #19217
2016-02-23Merge pull request #19294 from twbs/ios-9.2Chris Rebert1-1/+1
Use iOS 9.2 in Sauce tests
2016-02-23Merge pull request #19293 from twbs/el-capitanChris Rebert1-3/+3
Use OS X El Capitan for Sauce tests
2016-02-23Use iOS 9.2 in Sauce testsChris Rebert1-1/+1
[skip validator]
2016-02-23Use OS X El Capitan for Sauce testsChris Rebert1-3/+3
[skip validator]
2016-02-23Merge pull request #19291 from twbs/win10Chris Rebert1-2/+2
Use Windows 10 for Win Chrome+Firefox tests on Sauce Labs
2016-02-23Use Windows 10 for Win Chrome+Firefox tests on Sauce LabsChris Rebert1-2/+2
[skip validator]
2016-02-23Bump grunt-contrib-concat.XhmikosR2-56/+30
[skip sauce]
2016-02-23Update Jekyll to v3.1.2.XhmikosR2-3/+3
[skip sauce]
2016-02-23Update scss_lint to v0.46.0.XhmikosR2-3/+3
[skip sauce]
2016-02-19Appropriate use of fieldset/div, legend, callout for hidden/no label ↵Patrick H. Lauke1-43/+51
alternatives
2016-02-19Add form-control-legendPatrick H. Lauke1-0/+12
2016-02-19Run grunt.XhmikosR16-24/+24
[ci skip]
2016-02-19Update devDependencies.XhmikosR2-391/+223
2016-02-19Bump scss_lint to v0.45.0.XhmikosR2-6/+6
[skip sauce]
2016-02-19Merge pull request #19029 from twbs/v4-dev-xmr-grunt-htmlXhmikosR10-22/+14
Update grunt-html
2016-02-19Travis CI: switch to the Trusty image.XhmikosR1-1/+2
2016-02-19Fix validation errors.XhmikosR6-6/+6
[skip sauce]
2016-02-19Update grunt-html to v6.0.0.XhmikosR3-15/+6
Also remove the workaround for the old validator version. [skip sauce]
2016-02-18Docs: Add example of .dropdown-menu-rightJeremy Kratz1-6/+11
Fixes #18493 Closes #18836 [skip sauce]
2016-02-18Merge pull request #18987 from xcatliu/v4-dev-fix-search-json-prefixChris Rebert1-1/+1
Add prefix to footer.html search.json [skip sauce]
2016-02-18Document .pos-f-t utility class; fixes #18494Russell Beye1-0/+14
Add documentation to components/utilities to publicly expose the .pos-f-t utility class to users. Closes #18799 [skip sauce]
2016-02-18Document the possibility of extending the $spacers mapTobias2-0/+3
It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce]
2016-02-18Docs: Remove <meta name="keywords"> from <head>Chris Rebert1-1/+0
Ports #18872 to v4 [skip sauce]
2016-02-18Modal docs: Added JS event handler for relatedTarget demoJames Mosier1-0/+11
Fixes #17584 Closes #17607 by merging it
2016-02-17Merge pull request #19241 from twbs/carousel-indicators-widthChris Rebert2-2/+4
Extract $carousel-indicators-width variable
2016-02-17Extract $carousel-indicators-width variableChris Rebert2-2/+4
[skip sauce] [skip validator]