Skip to content

v19.0.0-next.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@amysorto amysorto released this 29 Aug 13:49
· 47 commits to main since this release

19.0.0-next.2 "bronze-book" (2024-08-28)

cdk

Commit Description
fix - 2f1fe03ae9 drag-drop: error if ngDevMode is undefined (#29634)
fix - df21d2b091 overlay: avoid having to manually load structural styles
fix - ad18e6d74e text-field: avoid having to manually load text field styles
fix - a6835ef6a7 tree: avoid breaking change in constructor (#29648)
fix - 8b34fb7e8d tree: capturing focus on load (#29641)

material

Commit Description
feat - 64ed7ca715 core: add experimental theme demo (#29636)
fix - fcb76d3ed1 core: add missing system variables (#29624)
fix - 855ed49482 core: avoid having to manually load ripple styles
fix - d0e178b75e core: stop manually instantiating MatRipple directive (#29630)
fix - 3bf0e31f77 schematics: Add the missing neutral tones for the M3 color palettes (#29644)
perf - 64cf19ccdb tooltip: Avoid unneeded calls to clearTimeout (#29643)

multiple

Commit Description
fix - a9da72ed15 consolidate strong focus indicators (#29623)
fix - 485bd9923b 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.