17.0.0-next.1 "manganese-muffin" (2023-08-30)
cdk
Commit | Description |
---|---|
overlay: add disposeOnNavigation (#27672) | |
table: the CdkNoDataRow directive does not render in the OnPush strategy (#27687) |
material
Commit | Description |
---|---|
theming: add support for M2 themes to theme inspection API | |
dialog: Move unthemable tokens to theme mixin (#27606) | |
form-field: don't toggle hover state over subscript (#27683) | |
progress-spinner: Emit tokens under mixin root selector (#27594) | |
select: set pointer cursor on entire form field (#27678) | |
slider: keep ios safari slider value binding in sync (#27701) | |
slider: make selecting thumbs at min/max easier (#27702) | |
slider: set word-break on value-indicator (#27709) | |
snack-bar: Emit tokens under mixin root selector (#27667) |
Breaking Changes
material
- There are new styles emitted by
mat.dialog-theme
that are not
emitted by any of:mat.dialog-color
,mat.dialog-typography
,
mat.dialog-density
. If you rely on the partial mixins only and don't
callmat.dialog-theme
, you can addmat.dialog-base
to get the
missing styles.