aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Update README.mdv4.2.0XhmikosR1-0/+1
2018-12-21Add 4.1 to previous releasesMartijn Cuppens1-0/+1
2018-12-21Update webpack.mdXhmikosR1-1/+1
2018-12-21Remove unneeded redirects.XhmikosR2-4/+0
2018-12-21Update docs-navbar.htmlXhmikosR1-1/+1
2018-12-21Prep for v4.2.0 releaseMark Otto287-167/+169
- Move 4.1 docs to 4.2 - Update versions everywhere to 4.1.3 with release script - Manually bump the shorthand version in package.json - Add 4.2 to the versions docs page - Update some redirects - Fix tests asset URLs - Bump Nuget and more
2018-12-21Remove dead link entry for translations. (#27891)Florian Lacreuse1-5/+0
2018-12-18README.md: Add Open Collective (#27864)jess1-0/+25
2018-12-16List v3.4.0 in versions page. (#27860)XhmikosR1-1/+2
2018-12-16Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" ↵XhmikosR15-16/+16
(#27855) This reverts commit af484dc12c2302c0e594a0e73a2ba06738a84410.
2018-12-16Update grid doc for consistent use of container. (#27776)Florian Lacreuse1-99/+122
2018-12-16Use theme-color function for colors (#27848)Martijn Cuppens1-6/+6
2018-12-16distMark Otto34-86/+302
2018-12-15Link to v3.4 docs (#27842)XhmikosR1-0/+1
2018-12-15Remove now unnecessary shrink-to-fit viewport directive (#27818)Patrick H. Lauke15-16/+16
`shrink-to-fit=no` is not needed anymore - Apple removed the need for it from iOS9.3 onwards See https://www.scottohara.me/blog/2018/12/11/shrink-to-fit.html and https://github.com/h5bp/html5-boilerplate/issues/2102
2018-12-14Fix typo in "Hiding elements" section (#27843)ChrissBott1-1/+1
2018-12-14Remove redundant brackets (#27768)Martijn Cuppens11-31/+31
2018-12-14Add missing parameter to grid mixins. (#27841)Florian Lacreuse1-9/+9
2018-12-14Custom switch form control gutter fix (#27837)Gijs Boddeus1-3/+3
2018-12-14Actual gutter definition (#27797)Gijs Boddeus2-4/+4
2018-12-14integration test to be sure bootstrap can be bundledJohann-S5-1/+131
2018-12-14Remove the unused gcp-key.json.enc file.XhmikosR1-0/+0
2018-12-14Make use of the package.json `version_short` property more.XhmikosR4-7/+10
2018-12-13SVG accessibility fixes (#27826)Patrick H. Lauke25-92/+94
* SVG accessibility fixes - add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle - completely hide decorative SVGs using `aria-hidden="true"` - add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label` - simplify placeholder default title * Simplify usage of placeholder.svg in the docs - in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly) - no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class) * Simplify example.html rewriting of <svg> to <img> code sample - as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the placeholder.svg itself * Change svgo configuration to retain role attribute and add/force focusable=false - regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
2018-12-12Docs: add note about the grays being "cool" (#27824)Patrick H. Lauke1-1/+1
2018-12-12Remove now unnecessary -ms-viewport and -ms-overflow-style directives (#27789)Patrick H. Lauke3-29/+2
Edge/Mobile appears to have moved support for `-ms-viewport` behind a flag at some point, instead supporting meta viewport directives. Removing this altogether also fixes issues in IE11 on high-dpi displays - see https://github.com/twbs/bootstrap/issues/21780
2018-12-12Add switch custom form control (#23004)Gijs Boddeus3-0/+61
2018-12-12Fix margin above toast when previous toast is hidden (#27820)Martijn Cuppens1-2/+2
2018-12-11Update Scrollspy doc to include missing method options (#27754)unaccomplished1-0/+12
2018-12-10Update bs-custom-file-input to v1.3.1.XhmikosR1-2/+2
2018-12-10Update clipboard.js to v2.0.4.XhmikosR1-2/+2
2018-12-10Update glyphicons URL.XhmikosR1-1/+1
2018-12-10fix fade animation for toastJohann-S2-6/+20
2018-12-10Change button checkbox/radios to ignore hidden input fields (#27802)Mike Vastola2-1/+24
2018-12-10Update devDependencies. (#27806)XhmikosR2-65/+41
2018-12-06Remove nonsensical boolean check (#27787)Patrick H. Lauke1-2/+1
...as it always evaluates to true
2018-12-06avoid console call in our unit tests (#27790)Johann-S3-3/+1
2018-12-06Update devDependencies. (#27764)XhmikosR3-326/+352
2018-12-06Replaced fixed 'bolder' font weight value in reboot with variable. (#27782)Gijs Rogé1-1/+1
The default font weight value for <strong> <br> in reboot was set by a fixed value we now use the variable $font-weight-bolder to let users override this value.
2018-12-06Make disabled link in card examples non-focusable and add aria-disabled (#27788)Patrick H. Lauke1-2/+2
2018-12-05Add aria-modal to modals (#27780)Patrick H. Lauke2-0/+19
Dynamically set/remove `aria-modal="true"` when a modal is shown/hidden
2018-12-05Make form grid gutter width configurable (#27766)Jacob Müller2-4/+5
2018-12-05Allow Tooltips/Popovers to work in shadow DOMJohann-S6-2/+86
2018-12-05Add quotes according to the stylelint rule (#27771)Shohei Yoshida1-1/+1
2018-12-05fix regression about using element for tooltip container optionJohann-S3-4/+67
2018-12-04Remove double 'the' in comment (#27767)acidrums41-1/+1
2018-12-04spinners: use `.sr-only` instead of text-hide technique (#27736)Shohei Yoshida2-22/+44
2018-11-29Update contents.mdXhmikosR1-3/+5
2018-11-28Remove `no_toc_section`.XhmikosR2-3/+3
2018-11-28Revert "Use `h5` for callouts so that they are not included in ToC."XhmikosR7-9/+9
This reverts commit 11da1601140174e4fa4e0e25e7f66fc21c08e927. This is no longer needed with jekyll-toc 0.9.1.