https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
5512dde Add transition to Pagination buttons just like other Bootstrap buttons 03 August 2020, 16:57:12 UTC
393efaf Update migration guide (#31387) * Document change to form check and radio size * Update todos in Migration guide Co-authored-by: XhmikosR <xhmikosr@gmail.com> 03 August 2020, 16:42:31 UTC
a21f605 Add padding to badges (#31132) * 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. 02 August 2020, 13:28:23 UTC
2a3e487 Update copy around breakpoint sizing (#31382) * Update copy around breakpoint sizing Fixes #31288 * Update breakpoints.md * Further copy changes Co-authored-by: XhmikosR <xhmikosr@gmail.com> 31 July 2020, 19:38:17 UTC
16adcf2 Adjust sizing of checks and radios (#31383) 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 <martijn.cuppens@gmail.com> 31 July 2020, 13:49:28 UTC
2bceb3e Remove overflow: hidden from toasts (#31381) 31 July 2020, 11:29:01 UTC
23c3806 Add accessibility note about dismissible alerts and focus (#31358) 31 July 2020, 09:31:09 UTC
cdea255 Cleanup/fix after the sr-only to visually-hidden renaming (#31359) * 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 31 July 2020, 09:27:36 UTC
8aab8b7 Bump @babel/cli from 7.10.4 to 7.10.5 (#31372) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 July 2020, 13:58:47 UTC
29e1026 Bump eslint-config-xo from 0.32.0 to 0.32.1 (#31371) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 July 2020, 13:54:28 UTC
5ae2748 Bump rollup from 2.21.0 to 2.23.0 (#31369) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 28 July 2020, 13:48:40 UTC
852723d Bump @babel/core from 7.10.4 to 7.10.5 (#31368) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 28 July 2020, 13:44:51 UTC
9cdf4a4 Bump hugo-bin from 0.62.1 to 0.62.3 (#31367) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 28 July 2020, 13:41:10 UTC
577ff0c Bump eslint from 7.4.0 to 7.5.0 (#31366) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 28 July 2020, 13:38:04 UTC
c7bc7a3 Turn off scroll anchoring for accordions (#31346) 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/ 21 July 2020, 17:17:28 UTC
2ec2e13 Add toasts to the components requiring JavaScript (#31344) 21 July 2020, 13:08:21 UTC
cc76849 Bump @rollup/plugin-commonjs from 13.0.1 to 14.0.0 (#31291) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 14 July 2020, 13:05:18 UTC
9fcc572 Bump hugo-bin from 0.62.0 to 0.62.1 (#31292) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 14 July 2020, 13:00:35 UTC
cb1eee1 docs(skippy): prevent skip links from overlapping header 13 July 2020, 19:36:29 UTC
9e372b1 Sort the versions from the latest to the oldest. 13 July 2020, 19:08:34 UTC
c52b7d5 Improve spacing 13 July 2020, 19:08:34 UTC
aa5be4c Update version.md to include v5 Version.md on v5.getbootstrap.com is only referring to v1 > v4 when it should be referring to v1 > v5. 13 July 2020, 19:08:34 UTC
8d89e0a Migration update (#31278) * 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 <redux@splintered.co.uk> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 13 July 2020, 18:40:27 UTC
2d43e64 Update devDependencies (#31283) * @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 13 July 2020, 18:36:26 UTC
6914efe v5: Tweak some colors (#31276) * Tweak green and cyan colors, bump min contrast ratio to 4.5 Co-authored-by: XhmikosR <xhmikosr@gmail.com> 13 July 2020, 18:23:38 UTC
b345746 Join template literals 12 July 2020, 12:52:25 UTC
6d86b14 Add parentheses around multiple spread conditions 12 July 2020, 12:52:25 UTC
a67231a Move function 12 July 2020, 12:52:25 UTC
0eb120e tooltip.js: remove variable used once. 12 July 2020, 12:52:25 UTC
b97fcd3 scrollspy.js: minor refactoring 12 July 2020, 12:52:25 UTC
f15af45 Unbreak lines. 12 July 2020, 12:52:25 UTC
91c11d6 toasts: make default duration 5s (#31109) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 12 July 2020, 12:43:26 UTC
37ef4e4 Easier disabled state customization for button variants (#30639) * feat(buttons): easier disabled state customization * docs(migration): mention new arguments for disabled state in button-variant() * Update migration.md Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 12 July 2020, 04:56:33 UTC
eeb73e0 Docs: forms accessibility cleanup (#31114) * 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 <markd.otto@gmail.com> 11 July 2020, 20:38:43 UTC
19b5908 Fix docs sass importing example. 11 July 2020, 19:01:15 UTC
2b4db02 Add null variables for nav-link 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. 11 July 2020, 18:56:29 UTC
f6348f6 Clear timeout before showing the toast (#31155) * 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 <xhmikosr@gmail.com> 11 July 2020, 18:51:04 UTC
6acdfdb Update layout.md 11 July 2020, 18:49:56 UTC
6eaa36f Single line example for inline forms 11 July 2020, 18:49:56 UTC
69b3c46 Rename `sr-only` to `visually-hidden` in new/renamed helper doc file 10 July 2020, 23:00:50 UTC
9d2cd1b Add alias/redirect 10 July 2020, 23:00:50 UTC
7657c1e Reword slightly awkward-sounding description 10 July 2020, 23:00:50 UTC
4702f0c Emphasise/call out the note about `.invisible` and AT 10 July 2020, 23:00:50 UTC
3a79335 Docs: rename "Screen readers" helper page to "Visually hidden" "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` 10 July 2020, 23:00:50 UTC
49934b2 Fix some hexa in colors docs. (#31254) 07 July 2020, 17:28:24 UTC
7b14476 Bump rollup from 2.19.0 to 2.20.0 (#31251) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 07 July 2020, 09:11:23 UTC
3210ab4 Update popper.js to v1.16.1. (#31250) 07 July 2020, 07:30:05 UTC
bd72dfc Update to `@rollup/plugin-node-resolve` v8.1.0. (#31249) 07 July 2020, 07:23:11 UTC
29bba35 Update devDependencies and regenerate package-lock.json (#31229) 06 July 2020, 16:11:58 UTC
828366d Docs: separate button group out of checks/radios, expand button groups page (#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 06 July 2020, 07:52:43 UTC
2779152 Remove period in list item link for consistency. (#31243) 06 July 2020, 07:48:19 UTC
7cedb8e Fix sidebar jump (#31232) 03 July 2020, 13:16:05 UTC
10690dd Rename `sr-only`/`sr-only-focusable` (#31139) * 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 <xhmikosr@gmail.com> 03 July 2020, 11:38:11 UTC
0a6cf90 Docs: improve/expand button documentation (#31093) * 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 03 July 2020, 11:34:32 UTC
386f9e3 Docs: clarify that pointer events classes don't affect keyboard interaction (#31134) * Docs: clarify that pointer events classes don't affect keyboard interaction * Neutralise example links that are `pe-none` 03 July 2020, 11:23:28 UTC
dca5ad0 Fix generated example code for RFS (#31213) Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com> 01 July 2020, 16:13:20 UTC
f6ca8f1 Update migration.md (#31122) * Add a new v5.0.0-alpha2 section * Add missing Browser versions from v5.0.0-alpha1 01 July 2020, 12:43:06 UTC
da9c7d1 Remove extra space 01 July 2020, 12:21:43 UTC
daa4582 homepage-hero.svg: move `defs` before `g` 01 July 2020, 12:21:43 UTC
6cd3159 Use the site param for icons 01 July 2020, 12:21:43 UTC
965eaca Bump RFS tag 01 July 2020, 12:21:43 UTC
6c00c51 homepage: Fix wrong indentation (#31211) 30 June 2020, 13:49:47 UTC
02cbbdb Bump rollup from 2.18.0 to 2.18.1 (#31203) Bumps [rollup](https://github.com/rollup/rollup) from 2.18.0 to 2.18.1. - [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.18.0...v2.18.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 30 June 2020, 12:07:31 UTC
b7f0e32 Bump vnu-jar from 20.5.29 to 20.6.30 (#31204) Bumps [vnu-jar](https://github.com/validator/validator) from 20.5.29 to 20.6.30. - [Release notes](https://github.com/validator/validator/releases) - [Changelog](https://github.com/validator/validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/validator/validator/compare/20.5.29...20.6.30) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 30 June 2020, 12:02:34 UTC
46634b4 Bump sirv-cli from 1.0.1 to 1.0.3 (#31205) Bumps [sirv-cli](https://github.com/lukeed/sirv) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/lukeed/sirv/releases) - [Commits](https://github.com/lukeed/sirv/compare/v1.0.1...v1.0.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 30 June 2020, 11:58:56 UTC
9e7eb83 Bump eslint-plugin-import from 2.21.2 to 2.22.0 (#31206) Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.21.2 to 2.22.0. - [Release notes](https://github.com/benmosher/eslint-plugin-import/releases) - [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md) - [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.21.2...v2.22.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 30 June 2020, 11:52:23 UTC
78e95c8 Bump eslint-config-xo from 0.31.0 to 0.32.0 (#31207) Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.31.0 to 0.32.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.31.0...v0.32.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 30 June 2020, 11:46:51 UTC
f7cf44d Fix spelling mistake (#31190) Co-authored-by: Alex Mohr <mohralexj@gmail.com> 27 June 2020, 20:39:17 UTC
490acf6 Docs: rename form checks page to "Checks / radios" (#31090) * Docs: rename form checks page to "Checks / radios" it's not immediately obvious that "checks" includes information about both checkboxes and radio buttons. while "checks / radios" is also still not perfect (as honestly even I didn't quite grok that "checks" meant checkboxes), it should make it slightly more obvious nonetheless 27 June 2020, 18:31:59 UTC
2c38800 Add code to method/property tables (#31130) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 27 June 2020, 11:28:21 UTC
22f3241 Update Babel config (#31011) * remove plugin-proposal-object-rest-spread * add bugfixes * `exclude: ['transform-typeof-symbol']` did nothing with our config 25 June 2020, 15:38:39 UTC
acdeaed Bump hugo-bin from 0.60.0 to 0.61.0 (#31170) Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.60.0 to 0.61.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.60.0...v0.61.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 June 2020, 09:11:41 UTC
c500d20 Bump autoprefixer from 9.8.2 to 9.8.4 (#31168) Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.2 to 9.8.4. - [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.8.2...9.8.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 June 2020, 09:00:43 UTC
395aed8 Bump lockfile-lint from 4.3.6 to 4.3.7 (#31169) Bumps [lockfile-lint](https://github.com/lirantal/lockfile-lint) from 4.3.6 to 4.3.7. - [Release notes](https://github.com/lirantal/lockfile-lint/releases) - [Commits](https://github.com/lirantal/lockfile-lint/compare/lockfile-lint@4.3.6...lockfile-lint@4.3.7) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 25 June 2020, 08:57:18 UTC
49698e9 Update Dependabot config file (#31167) * Update Dependabot config file * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 June 2020, 08:51:32 UTC
786208e BrowserStack: stop testing on latest Edge. (#31125) It's Chromium-based so it seems redundant. 25 June 2020, 08:42:55 UTC
fb4efb4 Prevent overflowing static backdrop modal animation (#30326) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 June 2020, 08:35:53 UTC
9f173ae Remove backdrop-filter from toasts 25 June 2020, 06:47:20 UTC
ca22e72 Remove backdrop-filter from docs subnav Fixes #31163. 25 June 2020, 06:47:20 UTC
c140347 Fix scrollable modal (#31151) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 25 June 2020, 06:43:19 UTC
d33a560 Fix table separator typo (#31162) 24 June 2020, 16:28:47 UTC
9c320df Floating labels improvements (#30966) * docs(example): floating-labels' better Edge fallback * docs(example): refactor floating-labels' CSS 24 June 2020, 11:11:20 UTC
02ff387 Darken dropdown divider (#31131) currently, `$gray-200` is practically imperceptible. switch to reusing `$dropdown-border-color`. 23 June 2020, 20:00:28 UTC
9882de8 Update .browserslistrc (#31124) * remove ExplorerMobile since it's included in `dead` browsers * change Edge to >= 16 otherwise browserslist seems to include >= 17 23 June 2020, 06:18:27 UTC
4fb01c3 Update devDependencies (#31123) * @babel/cli ^7.10.1 → ^7.10.3 * @babel/core ^7.10.2 → ^7.10.3 * @babel/plugin-proposal-object-rest-spread ^7.10.1 → ^7.10.3 * @babel/preset-env ^7.10.2 → ^7.10.3 * @rollup/plugin-babel ^5.0.3 → ^5.0.4 * autoprefixer ^9.8.0 → ^9.8.2 * eslint ^7.2.0 → ^7.3.1 * rollup ^2.17.0 → ^2.18.0 23 June 2020, 06:11:41 UTC
d6671d8 Docs: move color utility callouts to start of page (#31135) * Move color utility callouts to start of page Hierarchically/structurally, in the position they are currently at, the two callouts seem like they "belong" just to the "background color" section. Moving them to the start makes it clearer that those two callouts relate to everything in the page (both "Color" and "Background color" classes. * Change heading level otherwise the assistive technology callout looks like it's hierarchically under the "Dealing with specificity" heading 21 June 2020, 12:33:07 UTC
806f64e Correctly document how to add to Sass maps (#31107) Fixes #31089. Co-authored-by: XhmikosR <xhmikosr@gmail.com> 20 June 2020, 04:29:20 UTC
9ca811e Fixes #31113 (#31120) 20 June 2020, 04:20:26 UTC
fc74a0d Updated the command to install using yarn (#31075) * updated yarn command to install latest version * Update README.md Co-authored-by: XhmikosR <xhmikosr@gmail.com> 19 June 2020, 17:55:04 UTC
d3aa909 Fix links to gutters page (#31116) 19 June 2020, 17:42:25 UTC
edbcc40 Change whitelist to allowlist (#31066) Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com> 19 June 2020, 08:31:37 UTC
7acf586 Docs: fix typo (#31106) * Fixes a typo so it displays the correct px's. * Update gutters.md Co-authored-by: XhmikosR <xhmikosr@gmail.com> 19 June 2020, 05:10:28 UTC
b84c9ed Fix typo (#31102) 18 June 2020, 18:46:03 UTC
d6a9e78 Add new toasts examples (#30572) * Add two new toasts examples - Adds a new custom content example that removes the toast header and adds a custom close icon - Adds docs for how to create your own color schemes - Adds example of additional buttons * Update toasts examples - Remove span and place aria on SVG element - Add .border-0 to color scheme example for crisper edges * Update toasts.md Co-authored-by: XhmikosR <xhmikosr@gmail.com> 18 June 2020, 17:27:42 UTC
3a61e1a Fix Stack Overflow tag (#31062) 18 June 2020, 09:56:57 UTC
b1560e2 Docs: add Gaël Poupard to the core team page (#31081) Docs: add Gaël Poupard to the core team page 18 June 2020, 08:24:23 UTC
3a27415 Update devDependencies (#31086) * rollup ^2.16.1 → ^2.17.0 * sirv-cli ^1.0.0 → ^1.0.1 * stylelint ^13.6.0 → ^13.6.1 18 June 2020, 07:32:59 UTC
d80a9fc Fix tooltip when hovering a children element (delegateTarget) (#30928) Co-authored-by: XhmikosR <xhmikosr@gmail.com> 18 June 2020, 07:02:44 UTC
ffbdb08 Add oxford commas 17 June 2020, 18:45:34 UTC
e6ce44e Docs: tweak accessibility section - point to WCAG 2.1 rather than 2.0 - soften/expand the language around color contrast, since the situation has definitely improved in v5 but we still can't guarantee all possible permutations of colors/opacities/etc - minor language/stylistic tweaks - add further resources 17 June 2020, 18:45:34 UTC
back to top