aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Fixed typo in docs v5 (Utilities/API) pageMohammad Ali Shahbazi1-4/+4
2020-08-03Removed a broken referenceJacty1-1/+0
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_hr_size this link is broken, I think we perhaps should remove it?
2020-08-03Add transition to Pagination buttons just like other Bootstrap buttonsSamarth Arora2-0/+6
2020-08-03Update migration guide (#31387)Mark Otto1-12/+15
* Document change to form check and radio size * Update todos in Migration guide Co-authored-by: XhmikosR <[email protected]>
2020-08-02Add padding to badges (#31132)Patrick H. Lauke2-2/+6
* Add padding to badges The current badges are very tightly padded, and because the top and bottom padding are the same, and aligned to the baseline, this makes badges with descenders (e.g. the "g" in "Danger") look uncomfortably close to the bottom. Adding more ample padding masks this a bit. An alternative would be to have separate top and bottom padding, with the bottom one slightly larger than the top - but conversely, that then makes badges that contain no text with descenders, and particularly badges that contain all uppercase characters, look too bottom-heavy. Also adding some left/right extra padding, as currently the pill badges look uncomfortably tight on the sides due to the rounding.
2020-07-31Update copy around breakpoint sizing (#31382)Mark Otto1-2/+1
* Update copy around breakpoint sizing Fixes #31288 * Update breakpoints.md * Further copy changes Co-authored-by: XhmikosR <[email protected]>
2020-07-31Adjust sizing of checks and radios (#31383)Mark Otto1-1/+1
Moves from 1.25em to 1em to better support custom font-size-base values. Most common would probably be .875rem (14px) and current sizing garbles that into 1.09-ish, thus causing the rendering issues in #31269. Co-authored-by: Martijn Cuppens <[email protected]>
2020-07-31Remove overflow: hidden from toasts (#31381)Mark Otto1-1/+1
2020-07-31Add accessibility note about dismissible alerts and focus (#31358)Patrick H. Lauke1-2/+7
2020-07-31Cleanup/fix after the sr-only to visually-hidden renaming (#31359)Patrick H. Lauke3-29/+4
* sr-only -> visually-hidden cleanup It seems the old screen-readers.md file was left behind, and forgot to rename the mixin * Fix broken mixins for visually-hidden
2020-07-28Bump @babel/cli from 7.10.4 to 7.10.5 (#31372)dependabot[bot]2-5/+5
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28Bump eslint-config-xo from 0.32.0 to 0.32.1 (#31371)dependabot[bot]2-4/+4
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.32.0 to 0.32.1. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.32.0...v0.32.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-28Bump rollup from 2.21.0 to 2.23.0 (#31369)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.21.0 to 2.23.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.21.0...v2.23.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-07-28Bump @babel/core from 7.10.4 to 7.10.5 (#31368)dependabot[bot]2-10/+70
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.4 to 7.10.5. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.5/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-07-28Bump hugo-bin from 0.62.1 to 0.62.3 (#31367)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.62.1 to 0.62.3. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.62.1...v0.62.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-07-28Bump eslint from 7.4.0 to 7.5.0 (#31366)dependabot[bot]2-13/+13
Bumps [eslint](https://github.com/eslint/eslint) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.4.0...v7.5.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21Turn off scroll anchoring for accordions (#31346)Patrick H. Lauke1-0/+2
New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/
2020-07-21Add toasts to the components requiring JavaScript (#31344)Rohit Sharma1-0/+1
2020-07-14Bump @rollup/plugin-commonjs from 13.0.1 to 14.0.0 (#31291)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 13.0.1 to 14.0.0. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v13.0.1...commonjs-v14.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-07-14Bump hugo-bin from 0.62.0 to 0.62.1 (#31292)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.62.0 to 0.62.1. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.62.0...v0.62.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-13docs(skippy): prevent skip links from overlapping headerGaël Poupard2-11/+22
2020-07-13Sort the versions from the latest to the oldest.XhmikosR1-1/+1
2020-07-13Improve spacingMark Otto1-1/+1
2020-07-13Update version.md to include v5Laim1-1/+1
Version.md on v5.getbootstrap.com is only referring to v1 > v4 when it should be referring to v1 > v5.
2020-07-13Migration update (#31278)Mark Otto1-2/+18
* Clarify screen reader changes * Add some docs and reboot notes to migration guide * Add mention of docs renaming of screen reader helper page * Mention null vars from navs PR at #31035 * Update migration.md Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-07-13Update devDependencies (#31283)XhmikosR2-129/+75
* @rollup/plugin-babel ^5.0.4 → ^5.1.0 * @rollup/plugin-commonjs ^13.0.0 → ^13.0.1 * @rollup/plugin-node-resolve ^8.1.0 → ^8.4.0 * autoprefixer ^9.8.4 → ^9.8.5 * hugo-bin ^0.61.0 → ^0.62.0 * rollup ^2.20.0 → ^2.21.0
2020-07-13v5: Tweak some colors (#31276)Mark Otto2-4/+11
* Tweak green and cyan colors, bump min contrast ratio to 4.5 Co-authored-by: XhmikosR <[email protected]>
2020-07-12Join template literalsXhmikosR1-3/+1
2020-07-12Add parentheses around multiple spread conditionsXhmikosR6-7/+7
2020-07-12Move functionXhmikosR1-2/+2
2020-07-12tooltip.js: remove variable used once.XhmikosR1-2/+1
2020-07-12scrollspy.js: minor refactoringXhmikosR1-6/+1
2020-07-12Unbreak lines.XhmikosR7-62/+47
2020-07-12toasts: make default duration 5s (#31109)Rohit Sharma3-2/+6
Co-authored-by: XhmikosR <[email protected]>
2020-07-12Easier disabled state customization for button variants (#30639)Gaël Poupard2-4/+11
* feat(buttons): easier disabled state customization * docs(migration): mention new arguments for disabled state in button-variant() * Update migration.md Co-authored-by: XhmikosR <[email protected]> Co-authored-by: Mark Otto <[email protected]>
2020-07-11Docs: forms accessibility cleanup (#31114)Patrick H. Lauke5-28/+31
* Expand on disabled fieldsets and faked buttons include further advice/information on how to disable faked buttons for keyboard/AT users * Centralise accessible name advice in forms overview seems odd to only mention (separately) label, aria-label etc in input-group and layout. the advice is just as pertinent in other sections like select. checks only skims over this. moving this, in expanded form, into the overview section itself. adding a specific cross-reference (just because they are easily left with no accname at all) in the checks page. * Change warning about accessibility, modify server-side example - paradoxically, due to our current problems with validation (see #28414) and the fact that browsers seem to have improved in this area for the most part, it's now actually better to use browser-native validation - added explicit `id` and `aria-describedby` association to at least the server-side form error messages, to show how it should be done properly, and expanded the prose for that explaining this. * Replace `.sr-only` with `.visually-hidden` in new addition * Copy edits for clarity in parenthetical * Copy and formatting tweaks - Wordsmithing here and there - Turns some hyphens into em dashes - Turns a long running comma separated list into an unordered list - Rearranges some copy just a bit Co-authored-by: Mark Otto <[email protected]>
2020-07-11Fix docs sass importing example.Florian Lacreuse1-1/+2
2020-07-11Add null variables for nav-linkMark Otto2-0/+8
Replaces #30498 by adding four new null default variables for .nav-link. Doesn't carry over font-style from the original PR though since that's rarely used, at least by default Bootstrap. Nullifies all values from that PR, too, since we count on some basic inheritance here and don't need color by default.
2020-07-11Clear timeout before showing the toast (#31155)Rohit Sharma2-2/+35
* clear timeout before showing the toast * Add unit test * Remove the check for timeout * Check for clearTimeout to have been called Co-authored-by: XhmikosR <[email protected]>
2020-07-11Update layout.mdMark Otto1-1/+1
2020-07-11Single line example for inline formsRohit Sharma1-5/+0
2020-07-10Rename `sr-only` to `visually-hidden` in new/renamed helper doc filePatrick H. Lauke1-6/+6
2020-07-10Add alias/redirectPatrick H. Lauke1-0/+1
2020-07-10Reword slightly awkward-sounding descriptionPatrick H. Lauke1-1/+1
2020-07-10Emphasise/call out the note about `.invisible` and ATPatrick H. Lauke1-1/+5
2020-07-10Docs: rename "Screen readers" helper page to "Visually hidden"Patrick H. Lauke5-4/+29
"screen readers" is quite reductive, as there are other assistive technologies. content hidden this way is even announced by things like Alexa/Siri etc, so it's not so much just "screen readers". in the long run, we may even consider changing the actual classnames (maybe `.visually-hidden` / `.visually-hidden-focusable`, though admittedly that's a bit verbose). also includes a tiny tweak to layout.md to generalise the note about using `.sr-only`
2020-07-07Fix some hexa in colors docs. (#31254)Florian Lacreuse2-5/+5
2020-07-07Bump rollup from 2.19.0 to 2.20.0 (#31251)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.19.0 to 2.20.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.19.0...v2.20.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-07Update popper.js to v1.16.1. (#31250)XhmikosR5-11/+11
2020-07-07Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249)XhmikosR5-10/+25