aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-24Make jQuery 2.0 the minimum supported version.XhmikosR3-19/+3
2015-10-24Switch to jQuery 2.1.4.XhmikosR16-24/+22
Now that we don't support IE 8 it's safe to do that.
2015-10-24Merge pull request #17751 from twbs/v4-dev-xmr-clipboardjsXhmikosR11-70/+55
Replace ZeroClipboard with clipboard.js.
2015-10-24Run `grunt`.XhmikosR3-18/+15
2015-10-24Fix the remaining issues for the clipboard.js switch.Zeno Rocha1-14/+23
2015-10-24Replace ZeroClipboard with clipboard.js.XhmikosR8-56/+35
Things left: 1. clear the selection after copy 2. add messages for success and error
2015-10-23Remove unnecessary .bd-popover class from docsThomas Shinnick1-3/+3
Also one spelling typo corrected. Closes #18043
2015-10-23Rename docs-specific static tooltip/popover classes for clarity; refs #18043Chris Rebert3-5/+5
[skip sauce]
2015-10-23_forms.scss: Copy over iOS <input> type compatibility note from v3Chris Rebert1-0/+2
Refs b6e6a05b951aac3fad30da441c765dbb86518644 We ought to re-check this for iOS 9.1 at some point... [skip sauce] [skip validator]
2015-10-23Merge pull request #18042 from twbs/cdn-sriChris Rebert3-6/+9
Add SRI hashes to CDN links in docs
2015-10-23Port #17729 to v4: Add SRI hashes to CDN links in docsChris Rebert3-6/+9
[skip sauce]
2015-10-23Trivially simplify heading margin-bottom declarationsChris Rebert1-3/+1
[skip sauce] [skip validator]
2015-10-23Make heading class styles trump heading element styles; fixes #16947Chris Rebert1-6/+16
[skip sauce] [skip validator]
2015-10-23_grid.scss: Declare left margin before right margin for uniformity; refs #18036Chris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-23bootstrap.scss: Cleanup comments; refs #18036Chris Rebert1-3/+3
[skip sauce] [skip validator]
2015-10-23Add !important to .invisible (visibility:hidden) utility classChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-10-23Add !important to text transform utility classesChris Rebert1-3/+3
2015-10-23Add !important to text alignment utility classesChris Rebert1-5/+5
Refs #16836 [skip sauce] [skip validator]
2015-10-23Merge pull request #18029 from twbs/fix-18026Chris Rebert1-64/+17
Stop hardcoding grid tiers in flexbox alignment & ordering classes
2015-10-23Stop hardcoding grid tiers in flexbox alignment & ordering classes; fixes #18026Chris Rebert1-64/+17
[skip sauce] [skip validator]
2015-10-23grunt distChris Rebert4-4/+4
2015-10-23Merge pull request #18028 from twbs/fix-18027Chris Rebert1-26/+6
Stop hardcoding grid breakpoints in responsive alignment utility classes
2015-10-23Stop hardcoding grid breakpoints in responsive alignment utility classes; ↵Chris Rebert1-26/+6
fixes #18027 [skip sauce] [skip validator]
2015-10-22Use `$enable-rounded` for `.label-pill`Kevin Kirsche1-2/+1
Fix #18002
2015-10-21Merge pull request #18013 from vsn4ik/rm_unused_sass_repoChris Rebert1-1/+0
v4 - Remove unused sass_repo variable
2015-10-22Remove unused sass_repo variablevsn4ik1-1/+0
2015-10-20Fix Hound's JS configChris Rebert1-1/+1
Per https://github.com/twbs/bootstrap/pull/17997#discussion_r42564175 ; thanks @vsn4ik ! Refs #17769 /fyi @croaky [ci skip]
2015-10-19docs/getting-started/javascript.md: Hyperlink preventDefault() mentionChris Rebert1-1/+1
[skip sauce]
2015-10-19Anonymous table bug is still present in Safari 9.0, but should be fixed in ↵Chris Rebert1-1/+1
the next version
2015-10-19Merge pull request #17970 from hzoo/update-jscsChris Rebert3-134/+723
v4 - Update grunt-jscs to 2.1.0 to use JSCS 2.x
2015-10-19Merge pull request #17980 from tshinnic/v4_docs_typos_1Chris Rebert2-3/+3
Fix three small typos
2015-10-19Fix three small typosThomas Shinnick2-3/+3
2015-10-19update grunt-jscs to 2.1.0 to use jscs 2.xHenry Zhu3-134/+723
2015-10-17Merge pull request #17955 from twbs/bug-wall-17913Chris Rebert1-0/+20
Add #17913 to Wall of Browser Bugs
2015-10-17Add #17913 to Wall of Browser BugsChris Rebert1-0/+20
Refs https://code.google.com/p/chromium/issues/detail?id=544290 Refs https://bugs.webkit.org/show_bug.cgi?id=150271 Closes #17913 [ci skip]
2015-10-17[V4] Fixes #17953: Update migration docs of .btn-default replacementRisan Bagja Pradana1-2/+1
[V4 Docs] Update migration docs to point out the .btn-default replacement.
2015-10-17[V4] Fixes #17953: Add migration docs of .btn-default removalRisan Bagja Pradana1-0/+5
V4 Docs - Updates to migration docs to pointed out the removal of .btn-default class and an addition of the new .btn-secondary class.
2015-10-16Added nuspec files so MyGet can build and publish NuGet packagesSupergibbs3-0/+62
2015-10-16Merge pull request #17949 from darkdiesel/v4-devChris Rebert1-1/+1
Fix typo in docs for tooltips.
2015-10-16Fix docs for tooltips.Peshkov, Igor1-1/+1
2015-10-16Merge pull request #17945 from patrickhlauke/docs-redundant-srPatrick H. Lauke3-12/+2
Remove redundant `<span class="sr-only">...</span>` for close buttons
2015-10-15Added NuGet version badgeSupergibbs1-0/+1
2015-10-16Add "keyboard users" to heading for `sr-only-focusable`Patrick H. Lauke1-1/+1
2015-10-16Remove redundant `.sr-only` text for Close buttonsPatrick H. Lauke3-11/+1
Since `aria-label` is used, it's not necessary anymore.
2015-10-15#17895 Added $alert-border-width that defaults to $border-widthChris Bell2-1/+2
2015-10-14v4 - .c-select on background inherits whiteCatalin Zalog1-0/+1
This: ``` <div class="bg-info"> <select class="c-select"> <option selected>Open this select menu</option> <option value="1">One</option> <option value="2">Two</option> <option value="3">Three</option> </select> </div> ``` render this: http://s.zalog.ro/2015-10-14-19-45-11.png
2015-10-13Adding autocomplete attribute in docs input searchMarcio Vicente1-1/+1
2015-10-14Run `grunt`.XhmikosR25-59/+149
[ci skip]
2015-10-14Update devDependencies.XhmikosR2-352/+1182
2015-10-14Update gems.XhmikosR2-8/+8
[skip validator] [skip sauce]