select: set aria-expanded false earlier when menu closes (df00c2b)
slider: Add aria-hidden to value indicator container, to avoid duplicate value announcements for screenreader users. (9687353)
slider: Adjust hidden input dimensions to take slider dimensions, such that screenreader focus indicators show a highlight around the entire slider. (fd22355)
slider: Fire custom change event on input change. (07deaec)
slider: Fix bug where value indicator container took space and could be hovered over / clicked when hidden. (832668d)
slider: Mark ripple event handler as passive. Fixes #6746 (abdd100)
slider: Remove big step options. Now that we're using a native range input, big step is not customizable - we follow browser defaults for big step. (ae27b44)
slider: Update both thumbs' value indicator UI's if layout is invoked with undefined thumb. (489d4c2)
slider: Use pointer-events: none instead of visibility: hidden to hide the value indicator container. Adding visibility: hidden removes the exit animation since the value indicator is immediately hidden. (a94bd8d)
slider: Use mouse/touch events on iOS, to work around pointer events bug. (671d72d), closes #6715
tabs: Expose min width mixin and set to 90px per spec. (c4ab987)
theme: ensure either() works with false values (8e66dbf)
tooltip: Adds "will-change" into CSS to prevent the tooltip from "jittering" when animating in. (7a003ac)
tooltip: Change foundation to check for "dialog" on the anchor element's aria-haspopup attribute instead of checking for "true". (b8a1a58)
tooltip: Clear hideTimeout in handleAnchorMouseEnter so that the tooltip will not be hidden if the user rapidly moves the mouse in and out of the anchor element. (365c693)
tooltip: Fix rich tooltip tests to not use aria-describedby to associate rich tooltips with their anchor elements. This is because interactive rich tooltips should not be used with aria-describedby per a11y guidance. (251ac04)
adjust meta baseline and update color mixins. (07f3e01)
Code Refactoring
Remove MDC theme's deep-get, used sass:map's get API instead. (37fbae1)
Features
banner: Add mobile-stacked variant support to banner. (a0b2db2)
button: Add in HCM support to the mdc button as an opt-in mixin. (121e1f3)
button: consolidate states into button mixins (637d15d)
button: thread state keys through theme config (05f2496)
checkbox: Add CSS custom properties to MDC checkbox for density theming (9244508)
checkbox: Add validation to MDC Checkbox theme mixin (2d5f32d)
circular-progress: do not require HTML without whitespaces (8648b82)
dialog: Adding styling for scroll bar dividers, and adding logic to show said dividers only when content is scrolled "behind" the header or footer of the dialog. (e383944)
dialog: Adds and defines styling for the "header bar" on a full-screen dialog. (089de51)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps material-components-web from 3.2.0 to 10.0.0.
Release notes
Sourced from material-components-web's releases.
... (truncated)
Changelog
Sourced from material-components-web's changelog.
... (truncated)
Commits
633a9fc
chore: Release (#6725)555aecc
chore: Release (#6569)afb6889
fix(data-table): fix style ordering wrt select & use new variable-width mixind6b5cd4
chore: Release (#6130)596e984
feat(segmented-button): Add MDC segmented button into material-components-webaa3a3e5
feat(banner): Add banner component into MDC catalog9d9f474
refactor: Replace double quotes to single quotes in Sass imports6c5f48d
chore(slider): Add slider package.json, fix slider build errors.b9394dc
feat(tooltip): Add tooltip component into MDC catalog.e590b37
feat(ripple): Add will-change opt-out paramDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)