19.0.0-next.2 "bronze-book" (2024-08-28)
cdk
Commit | Description |
---|---|
drag-drop: error if ngDevMode is undefined (#29634) | |
overlay: avoid having to manually load structural styles | |
text-field: avoid having to manually load text field styles | |
tree: avoid breaking change in constructor (#29648) | |
tree: capturing focus on load (#29641) |
material
Commit | Description |
---|---|
core: add experimental theme demo (#29636) | |
core: add missing system variables (#29624) | |
core: avoid having to manually load ripple styles | |
core: stop manually instantiating MatRipple directive (#29630) | |
schematics: Add the missing neutral tones for the M3 color palettes (#29644) | |
tooltip: Avoid unneeded calls to clearTimeout (#29643) |
multiple
Commit | Description |
---|---|
consolidate strong focus indicators (#29623) | |
stop exposing internal ripple implementation (#29622) |
Breaking Changes
material
-
- The ripples styles are now loaded slightly later than before which can change their specificity. You may have to update any ripple style overrides.
cdk
-
- The overlay stays are now loaded slightly later than before which can change their specificity. You may have to update any overlay style overrides.
multiple
-
MatButton.ripple
is no longer available.MatCheckbox.ripple
is no longer available.MatChip.ripple
is no longer available.