You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slider: replace label-text-type tokens with -font, -size, -line-height, and -weight. Additionally, rename label-label-* tokens to a single label-*
list: replace *-type font tokens with -font, -size, -line-height, and -weight
chips: replace label-text-type tokens with label-text-font, -size, -line-height, and -weight
text-field,select: replace *-type font tokens with -font, -size, -line-height, and -weight
fab: replace label-text-type tokens with -font, -size, -line-height, and -weight
dialogs: replace headline-text-type and supporting-text-type tokens with -font, -size, -line-height, and -weight
button: replace label-text-type tokens with label-text-font, -size, -line-height, and -weight
circularprogress: make default width 4px
textfield: The field component must add the resizable attribute rather than using CSS. CSS resize can still customize the direction (defaults to both).
list,menu,select: menu harnesses will not automatically open menus in quick mode anymore and interactions in menu and list harnesses will not automatically go to the first item but rather the menu roots.
iconbutton: change slot="selectedIcon" to slot="selected" for toggle icon buttons.
tabs: secondary tabs always have inline icons
tabs: remove variant attributes and change md-tab to md-primary-tab, or md-secondary-tab if using `variant="secondary"
menu: allow anchoring with idref string and set element ref on anchorElement
tokens: Change "radio-button" and "progress-indicator" Sass token APIs to "radio" and "progress". This matches the tag names of their components.
tabs: Remove --md-*tab-divider tokens and use md-tabs::part(divider) and --md-divider-* tokens
tabs: tabs cannot be disabled per spec. If disabled tabs are required, use pointer-events: none and CSS to style them.
iconbutton: change visibility of willUpdate to protected
Features
color: add color folder for md-sys-color theming APIs (cdd9b26)
color: add color folder for md-sys-color theming APIs (87af9aa)