aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-12-21Sync modal header & footer border colors with $border-colorMartijn Cuppens1-1/+1
2018-12-21Sync `$table-border-color` with `$border-color`Martijn Cuppens1-1/+1
2018-12-21Use border-radius() mixin for toastShohei Yoshida1-1/+1
2018-12-21#27135: themed link focus state & selector improvement (#27136)Martijn Cuppens3-0/+10
2018-12-21Apply arrow styles to direct descendants of bootstrap popover classesSam Tape1-20/+20
With the current styles, it is not possible to nest a popover inside of another popover if they have different placements because the arrow styles of the parent popover will conflict with the arrow styles of the child popover.
2018-12-21Prevent checks from shrinking in inline forms (#27870)Mark Otto1-0/+1
Fixes #25336
2018-12-21Add table-hover-color variables (#27850)Mark Otto1-0/+1
* Add table-hover-color variables Fixes #26465 * Put $table-color to use outside _variables.scss
2018-12-21Merge branch 'validation-support-list' into v4-devMark Otto1-1/+7
2018-12-21Merge branch 'table-hover-colors' into v4-devMark Otto2-1/+6
2018-12-21Merge branch 'grid-vertical-alignment-ie-warning' into v4-devMark Otto1-1/+1
2018-12-21Bump to v4.2.1 (#27892)v4.2.1Mark Otto67-129/+129
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-17Add docs for .text-breakMark Otto1-0/+9
2018-12-17Update scss/utilities/_text.scssMartijn Cuppens1-1/+1
Co-Authored-By: mdo <[email protected]>
2018-12-17Merge branch 'v4-dev' into table-dark-colorsXhmikosR53-208/+449
2018-12-16Add new .text-break utility for applying word-break: break-wordMark Otto1-0/+2
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-15List out what's supported in validation stylesMark Otto1-1/+7
Fixes #27169
2018-12-15Add table-hover-color variablesMark Otto2-1/+6
Fixes #26465
2018-12-15Fixes #26468: Mention min-height issue in IE10/11 for flexbox vertical alignmentMark Otto1-1/+1
2018-12-15Update site/docs/4.1/utilities/stretched-link.mdMark Otto1-1/+1
Co-Authored-By: MartijnCuppens <[email protected]>
2018-12-15Update site/docs/4.1/utilities/stretched-link.mdMark Otto1-1/+1
Co-Authored-By: MartijnCuppens <[email protected]>
2018-12-15Update site/docs/4.1/utilities/stretched-link.mdMark Otto1-1/+1
Co-Authored-By: MartijnCuppens <[email protected]>
2018-12-15Copy changeMark Otto1-1/+1
Co-Authored-By: MartijnCuppens <[email protected]>
2018-12-15Copy changeMark Otto1-1/+1
Co-Authored-By: MartijnCuppens <[email protected]>
2018-12-15Match .table-dark background-color to the -dark variableMark Otto1-2/+2
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