aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2020-07-06Update devDependencies and regenerate package-lock.json (#31229)XhmikosR2-705/+787
2020-07-06Docs: separate button group out of checks/radios, expand button groups page ↵Patrick H. Lauke2-69/+115
(#31201) * Keep checks/radio toggle buttons on topic - give examples of the pure toggle checks and radios, without the button group class. show that these work fine without `.btn-group`, but still cross-reference it - move the explanation from "Checkbox toggle buttons" directly to "Toggle buttons", as the mention of using button classes applies equally to the subsequent "Radio toggle buttons" and "Outlined styles" subsections. * Expand button group description as it's not just single line, but vertical as well * Expand button group examples - add more colour ... `.btn-secondary` is just dull and uninspiring - new section to showcase "Checkbox and radio button groups" - add a mixed styles example - add an example of vertical radio button group
2020-07-06Remove period in list item link for consistency. (#31243)Stephanie Brown1-1/+1
2020-07-03Fix sidebar jump (#31232)Martijn Cuppens2-15/+12
2020-07-03Rename `sr-only`/`sr-only-focusable` (#31139)Patrick H. Lauke21-99/+104
* Rename `sr-only`/`sr-only-focusable` To be more representative of the fact that these are not necessarily "screen reader" specific, but actually apply to assistive technologies in general (and also things like Alexa/Siri/etc). Goes hand-in-hand with #31133 Co-authored-by: XhmikosR <[email protected]>
2020-07-03Docs: improve/expand button documentation (#31093)Patrick H. Lauke2-4/+12
* Docs: improve/expand button documentation - since we're not doing the disabled cursor thing anymore anyway, remove confusing/unnecessary mention for link-based disabled buttons - make the disabled toggle example using a link actually follow the preceding advice of also having `tabindex="-1"` and `aria-disabled="true"` - tweak the link functionality callout to also still mention `aria-disabled` to reinforce the idea - tweak toggle state description (not just `<button>`s, but also links etc...so just remove mention of `<button>` there; also reinforce accessibility aspect once more) - add a new callout that cross-references checkbox-based toggles, and what the similarity/difference between them is - add a matching cross-reference callout to the checkbox-based toggle buttons page * Update link to now renamed checks-radios.md
2020-07-03Docs: clarify that pointer events classes don't affect keyboard interaction ↵Patrick H. Lauke1-3/+7
(#31134) * Docs: clarify that pointer events classes don't affect keyboard interaction * Neutralise example links that are `pe-none`
2020-07-01Fix generated example code for RFS (#31213)Sascha Nuissl1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]>