17.0.0-next.7 "metal-napkin" (2023-10-11)
material
Commit | Description |
---|---|
snack-bar: convert to standalone (#27926) | |
theming: Add 'base' theming dimension to all components (#27924) | |
bottom-sheet: move unthemable tokens to theme mixin (#27882) | |
button-toggle: move unthemable tokens to theme mixin (#27883) | |
button: Emit fab tokens under mixin root selector (#27806) | |
button: fix color tokens of raised buttons (#27904) | |
chips: move unthemable tokens to theme mixin (#27884) | |
dialog: Emit tokens under mixin root selector (#27830) | |
menu: move unthemable tokens to theme mixin (#27888) | |
sidenav: move unthemable tokens to theme mixin (#27889) | |
slide-toggle: move unthemable tokens to theme mixin (#27905) | |
slider: Emit tokens under mixin root selector (#27597) | |
table: move unthemable tokens to theme mixin (#27890) | |
tabs: move unthemable tokens to theme mixin (#27891) | |
theming: Fix subtle bug in current-selector-or-root (#27898) |
material-experimental
Commit | Description |
---|---|
theming: add M3 progress bar support (#27880) |
Breaking Changes
material
- There are new styles emitted by
mat.<component>-theme
that are not emitted by
any of:mat.<component>-color
,mat.<component>-typography
, or
mat.<component>-density
. If you rely on the partial mixins only and don't call
mat.<component>-theme
, you can addmat.<component>-base
to get the missing
styles. Alternatively you can callmat.all-component-bases
to get just the
base styles for all components. - There are new styles emitted by mat.bottom-sheet-theme that are not
emitted by any of: mat.bottom-sheet-color, mat.bottom-sheet-typography,
mat.bottom-sheet-density. If you rely on the partial mixins only and don't
call mat.bottom-sheet-theme, you can add mat.bottom-sheet-base to get the
missing styles. - There are new styles emitted by mat.button-toggle-theme that are not
emitted by any of: mat.button-toggle-color, mat.button-toggle-typography,
mat.button-toggle-density. If you rely on the partial mixins only and don't
call mat.button-toggle-theme, you can add mat.button-toggle-base to get the
missing styles. - There are new styles emitted by mat.chips-theme that are not
emitted by any of: mat.chips-color, mat.chips-typography,
mat.chips-density. If you rely on the partial mixins only and don't
call mat.chips-theme, you can add mat.chips-base to get the
missing styles. - There are new styles emitted by mat.menu-theme that are not
emitted by any of: mat.menu-color, mat.menu-typography,
mat.menu-density. If you rely on the partial mixins only and don't
call mat.menu-theme, you can add mat.menu-base to get the
missing styles. - There are new styles emitted by mat.sidenav-theme that are not
emitted by any of: mat.sidenav-color, mat.sidenav-typography,
mat.sidenav-density. If you rely on the partial mixins only and don't
call mat.sidenav-theme, you can add mat.sidenav-base to get the
missing styles. - There are new styles emitted by mat.slide-toggle-theme that are not
emitted by any of: mat.slide-toggle-color, mat.slide-toggle-typography,
mat.slide-toggle-density. If you rely on the partial mixins only and don't
call mat.slide-toggle-theme, you can add mat.slide-toggle-base to get the
missing styles. - There are new styles emitted by mat.table-theme that are not
emitted by any of: mat.table-color, mat.table-typography,
mat.table-density. If you rely on the partial mixins only and don't
call mat.table-theme, you can add mat.table-base to get the
missing styles. - There are new styles emitted by mat.tabs-theme that are not
emitted by any of: mat.tabs-color, mat.tabs-typography,
mat.tabs-density. If you rely on the partial mixins only and don't
call mat.tabs-theme, you can add mat.tabs-base to get the
missing styles.