aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-24Bump karma-rollup-preprocessor from 7.0.3 to 7.0.4 (#30445)dependabot-preview[bot]2-7/+7
Bumps [karma-rollup-preprocessor](https://github.com/jlmakes/karma-rollup-preprocessor) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/jlmakes/karma-rollup-preprocessor/releases) - [Changelog](https://github.com/jlmakes/karma-rollup-preprocessor/blob/master/CHANGELOG.md) - [Commits](https://github.com/jlmakes/karma-rollup-preprocessor/compare/7.0.3...7.0.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-24Bump @babel/plugin-proposal-object-rest-spread from 7.8.3 to 7.9.0 (#30444)dependabot-preview[bot]2-4/+4
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel) from 7.8.3 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.3...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-24Bump @babel/core from 7.8.7 to 7.9.0 (#30443)dependabot-preview[bot]2-15/+146
Bumps [@babel/core](https://github.com/babel/babel) from 7.8.7 to 7.9.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.8.7...v7.9.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-24Bump autoprefixer from 9.7.4 to 9.7.5 (#30442)dependabot-preview[bot]2-8/+88
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.7.4 to 9.7.5. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.7.4...9.7.5) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-24Bump lockfile-lint from 4.1.0 to 4.2.1 (#30441)dependabot-preview[bot]2-8/+8
Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.1.0 to 4.2.1. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/[email protected]@4.2.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-24Add accessible name to fieldsetPatrick H. Lauke1-1/+1
2020-03-24Add explicit aria-label to unlabeled controlsPatrick H. Lauke5-22/+22
- in particular, controls that just relied on `placeholder`, as this is still not officially/consistently supported as a valid way to provide an accessible name (though some browsers do use it as a fallback)
2020-03-24Remove unnecessary <form> elements, add a submit button to validation examplePatrick H. Lauke4-65/+57
2020-03-24Add explicit title to iframe embedPatrick H. Lauke1-1/+1
2020-03-24Add explicit scope="col" to <th> column headersPatrick H. Lauke2-17/+17
2020-03-24Add `.caption-top` for tables (#30435)Mark Otto3-1/+44
* Move caption-side to <table> element in Reboot * Add class for .caption-top
2020-03-23File chooser size (#30040)Zedicius3-4/+58
Co-authored-by: David Van Doninck <[email protected]> Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Make form-check label customizable (#30426)Catalin Zalog2-0/+2
Co-authored-by: Martijn Cuppens <[email protected]>
2020-03-23Update modal docs (#30325)Shohei Yoshida1-125/+31
2020-03-23Added focus state to .btn-link (#30036)Tim Dujardin1-1/+0
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard7-116/+155
2020-03-23Use next dropdown menu instead of first of the parentMartijn Cuppens5-48/+98
2020-03-23Simplify input groups by dropping `.input-group-prepend` and ↵Martijn Cuppens8-241/+129
`.input-group-append`
2020-03-23Documentation skip links (#30073)Gaël Poupard5-16/+14
* docs(skip-links): add a skip to main navigation skip link * docs(skip-links): revamp skip-links pattern * docs(navs): use aria-label on navs * docs(navs): use 'docs navigation' label in sidebar nav
2020-03-23Use a link helper instead of the text color utilityMartijn Cuppens6-51/+51
2020-03-21Fix wrapping bug (#30345)Martijn Cuppens1-1/+8
2020-03-20Merge pull request #30389 from twbs/underline-linksMark Otto7-9/+13
v5: Underline links
2020-03-20Merge branch 'master' into underline-linksMartijn Cuppens64-957/+710
2020-03-20Remove redundant text decoration from hover statesMartijn Cuppens6-6/+5
2020-03-20Restore hover text decoration on toc linksMartijn Cuppens1-2/+2
2020-03-20Bump linkinator from 2.0.3 to 2.0.4 (#30424)dependabot-preview[bot]2-8/+8
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.0.3...v2.0.4) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-03-20Bump rollup from 2.0.6 to 2.1.0 (#30423)dependabot-preview[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.0.6 to 2.1.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.0.6...v2.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19Fix commonmark syntax (#30276)satotake1-9/+9
* Fix commonmark syntax related https://github.com/gohugoio/hugo/issues/6553 * Fix indentation Co-authored-by: XhmikosR <[email protected]>
2020-03-18Update Legacy Edge supportMartijn Cuppens1-1/+1
2020-03-18Remove underline hack for breadcrumbsMartijn Cuppens1-5/+1
2020-03-18Remove Internet Explorer leftoversysds1-9/+0
2020-03-18Drop IE support from SassMartijn Cuppens6-67/+11
2020-03-18Remove Internet Explorer leftoversXhmikosR34-115/+28
2020-03-18Remove IE compatibility JS codeJohann-S5-83/+7
2020-03-18Remove IE in .browserslistrcXhmikosR1-1/+1
2020-03-18Revert "Revert "remove `--compress typeofs=false` from terser.""XhmikosR1-2/+2
This reverts commit dd75ac6c25f6afb4075c1b9fd320de2e97b246d8.
2020-03-18Revert "Revert "Add information about IE 11 compatibility.""XhmikosR1-0/+37
This reverts commit bcf76ef5f0d6305bb8aa7a83ae7fdc45256f7f08.
2020-03-18Revert "Revert "Remove IE-specific breadcrumb CSS hack""XhmikosR1-10/+0
This reverts commit 15d242d21ad67fa5b762eb5bdfbcdfb68b9bcce1.
2020-03-18Update docs-navbar.html (#30418)XhmikosR1-1/+1
Open icons in a new tab like the rest of the external links
2020-03-18Regenerate package-lock.json (#30413)XhmikosR1-106/+110
Fixes a few npm vulnerabilities.
2020-03-18Change navbar GitHub link to org (#30041)Laurens Nicolay1-1/+1
Co-authored-by: Laurens Nicolay <[email protected]>
2020-03-18fix: ensure `totype` always returns stringified null/undefined when ↵Johann-S2-2/+37
null/undefined is passed (#30383)
2020-03-18Tighten bundlesize JS limits.XhmikosR1-2/+2
2020-03-18Switch to strings constants.XhmikosR11-556/+482
This allows the minifier to mangle the constants. It also allows the linter to find unused strings properly. While at it, remove a few unused properties. File Before After Diff -------------------------------------------------------- bootstrap.bundle.min.js 23.61 kB 22.61 kB -1.00 kB (-4.23 %) bootstrap.min.js 17.04 kB 16.08 kB -0.96 kB (-5.63 %)
2020-03-18Clarify card group behavior (#30416)XhmikosR1-1/+1
Co-authored-by: Mark Otto <[email protected]>
2020-03-18Dashboard example: use the core `.position-sticky` class. (#30408)XhmikosR2-8/+1
2020-03-17Bump terser from 4.6.6 to 4.6.7 (#30410)dependabot-preview[bot]2-4/+4
Bumps [terser](https://github.com/terser/terser) from 4.6.6 to 4.6.7. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/v4.6.7/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v4.6.6...v4.6.7) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-17remove dupe text-decorationMark Otto1-1/+0
2020-03-17supress underline on tocMark Otto1-0/+4
2020-03-17Remove links from docs sidebarMark Otto1-0/+2