2.0.0 (2024-07-23)
⚠ BREAKING CHANGES
- tokens: Sass component tokens, such as
tokens.md-comp-checkbox-values()
, returnvar(--md-<component>, <value>)
instead of just the CSS value. Use$exclude-custom-properties: true
to remove them. querySelector
for[role]
and[aria-*]
attributes may no longer work. See@material/web/migrations/v2/README.md
and@material/web/migrations/v2/query-selector-aria.ts
.
Features
- button: add
soft-disabled
attribute for focusable disabled buttons (48124ba) - check for server before creating treewalker from document (0d50ed9)
- chips: add label slot (7ec70c4)
- chips: add new
soft-disabled
attribute for focusable disabled chips (750b886) - iconbutton: add
soft-disabled
attribute for focusable disabled icon buttons (281c092)