npm @angular/material 19.0.0-next.2
v19.0.0-next.2

latest releases: 18.2.4, 19.0.0-next.4, 19.0.0-next.3...
18 days ago

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.

Don't miss a new material release

NewReleases is sending notifications on new releases.