aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-12-24Update current Firefox ESR to 38 in Autoprefixer settingsChris Rebert1-1/+1
See https://www.mozilla.org/en-US/firefox/organizations/faq/ [skip sauce] [skip validator]
2015-12-24autoprefixer-settings.js: Link to Firefox ESR webpageChris Rebert1-1/+1
[skip sauce] [skip validator]
2015-12-24Move Autoprefixer settings out of Gruntfile.js and into a separate fileBass Jobsen2-31/+35
Refs #18584 Closes #18659 [skip sauce] [skip validator]
2015-12-24Merge pull request #18392 from twbs/exempt-getUIDChris Rebert2-1/+3
Exempt getUID() from ESLint's no-bitwise rule
2015-12-24ESLint: enable no-bitwise ruleChris Rebert1-1/+1
[skip sauce]
2015-12-24Exempt getUID() from ESLint's no-bitwise ruleChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-12-24Merge pull request #18667 from twbs/tether-examplesChris Rebert13-0/+13
Add Tether to example pages that were missing it
2015-12-24Add Tether to example pages that were missing itChris Rebert13-0/+13
[skip sauce]
2015-12-24Merge pull request #18666 from twbs/fix-18664Chris Rebert2-2/+5
Include Tether via CDN in starter templates
2015-12-24Include Tether via CDN in starter templates; fixes #18664Chris Rebert2-2/+5
[skip sauce]
2015-12-24Use more appropriate structure for site navigationPatrick H. Lauke1-18/+32
Use the structure as documented in http://v4-alpha.getbootstrap.com/components/navbar/#collapsible-content - wrapping both the toggle and the navigation in a `<nav>`, using a `<ul>` for the navigation items
2015-12-24Move collapsing navbar after the togglePatrick H. Lauke1-6/+6
It's unclear why the example currently has the content that's shown/hidden BEFORE the toggle. Generally, this is not a recommended content order, as after toggling, the newly shown content precedes the toggle and requires keyboard users, and particularly assistive technology users, to then navigate in reverse to reach it.
2015-12-24Add missing aria attributes to main site navigation menu togglePatrick H. Lauke1-1/+1
2015-12-24Add missing aria attributes to navbar collapse examplesPatrick H. Lauke1-2/+2
2015-12-24Merge pull request #18393 from twbs/dropdown-bitwise-less-tricksyChris Rebert1-1/+1
dropdown.js: Use more straightforward phrasing for index bound check
2015-12-24Merge pull request #18638 from twbs/fix-18365Chris Rebert2-2/+46
Modal: Ignore spurious focus event that Firefox fires at document when switching back to its tab
2015-12-24Merge pull request #18654 from patrickhlauke/docs-helptext1Patrick H. Lauke1-9/+23
Docs: reintroduce `aria-describedby` advice for help text
2015-12-24Run `grunt`.XhmikosR54-534/+644
[ci skip]
2015-12-24Update dependencies.XhmikosR2-12/+26
2015-12-24Add aria-describedby to main form controls examplePatrick H. Lauke1-4/+4
2015-12-24Docs: reintroduce aria-describedby advice for help textPatrick H. Lauke1-5/+19
Based on v3 http://getbootstrap.com/css/#forms-help-text, adapted to make examples more "real life"
2015-12-23Merge pull request #18464 from twbs/btn-block-spacing-yChris Rebert2-1/+3
Introduce $btn-block-spacing-y variable
2015-12-23Merge pull request #18536 from twbs/moz-progressChris Rebert1-30/+30
Uncomment Firefox <progress> styles /fyi @mdo
2015-12-23Uncomment Firefox .progress styles; fixes #18536Chris Rebert1-27/+23
[skip sauce] [skip validator]
2015-12-23Organize existing .progress stylesChris Rebert1-5/+9
2015-12-23Merge pull request #18474 from twbs/breadcrumbs-2.0Chris Rebert4-19/+33
Refactor Breadcrumbs component
2015-12-23Refactor Breadcrumbs componentChris Rebert4-19/+33
Use new `.breadcrumb-item` class instead of child selectors and `li` tag selectors, so as to no longer require the usage of `<ol>`-based markup. Rename variables to follow naming conventions: * $breadcrumb-padding-vertical => $breadcrumb-padding-y * $breadcrumb-padding-horizontal => $breadcrumb-padding-x Introduce new variable: $breadcrumb-item-padding [skip sauce]
2015-12-23Merge pull request #18656 from twbs/fix-18145-v4Chris Rebert1-139/+197
Update shrinkwrap
2015-12-23Update shrinkwrap; fixes #18145Chris Rebert1-139/+197
2015-12-23Merge pull request #18537 from twbs/utils-dirChris Rebert10-99/+98
Reorganize utilities into more separate files under a `utilities` directory
2015-12-23Reorganize utilities into more separate files under a `/scss/utilities/` ↵Chris Rebert10-99/+98
directory [skip sauce] [skip validator]
2015-12-23Merge pull request #18473 from twbs/fix-18036Chris Rebert2-21/+11
Remove useless .col-*-offset-12 and .col-xs-offset-0 classes
2015-12-23Merge pull request #18655 from twbs/fix-18583Chris Rebert1-0/+3
Apply clearfix to .card-{header,footer,block} /fyi @mdo
2015-12-23Apply clearfix to .card-footerChris Rebert1-0/+1
[skip sauce] [skip validator]
2015-12-23Apply clearfix to .card-header; fixes #18633Chris Rebert1-0/+1
2015-12-23Apply clearfix to .card-block; fixes #18583Chris Rebert1-0/+1
2015-12-23Merge pull request #18648 from patrickhlauke/docs-utilities-tweak1Chris Rebert1-1/+3
Docs: small tweaks to utilities
2015-12-23Clarify what text-capitalize actually doesPatrick H. Lauke1-0/+2
as on first skimming over these, it may not be completely obvious
2015-12-23Change italicized to italicPatrick H. Lauke1-1/+1
...otherwise, by the same logic, it should be "Bolded text" above. just looks clunky...
2015-12-22Merge pull request #18637 from davidjb/v4-fix-utils-docChris Rebert1-0/+3
Fix bulleted lists on Utilities doc
2015-12-22Modal: Ignore spurious `focus` event that Firefox fires at `document` when ↵Chris Rebert1-2/+3
switching back to its tab Fixes #18365 Refs https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-22Add visual test for #18365Chris Rebert1-0/+43
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1228802
2015-12-23Fix bulleted lists on Utilities docDavid\ Beitey1-0/+3
2015-12-22js/tests/unit/modal.js: Fix typoChris Rebert1-1/+1
[ci skip]
2015-12-22Add Windows 10 Mobile / Microsoft EdgePatrick H. Lauke1-0/+11
2015-12-22Clarify platform/web viewPatrick H. Lauke1-1/+1
2015-12-22Add a generic note about webkit/blink/gecko/web view browsersPatrick H. Lauke1-1/+1
2015-12-21Merge pull request #18624 from twbs/fix-18619Chris Rebert1-1/+1
Migration guide: .panel-title's closest replacement is .card-header
2015-12-21Migration guide: .panel-title's closest replacement is .card-header; fixes ↵Chris Rebert1-1/+1
#18619 [skip sauce]
2015-12-21Merge pull request #18622 from twbs/fix-18535Chris Rebert2-10/+10
Use variables for .progress base colors /fyi @mdo