npm @angular/cdk 19.0.0-next.3
v19.0.0-next.3

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

19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)

cdk

Commit Description
feat - f4a02adb77 a11y: use native media query for high contrast detection (#29678)
fix - 5439460d1f scrolling: adds ngTemplateContextGuard (#27276)

material

Commit Description
fix - 90eea1bf70 core: Allow system variables to be formatted for opacity (#29665)
fix - edce90652a core: delete deprecated APIs (#29651)
fix - 4771931c2f core: Fix incorrect color role mappings (#29655)
fix - 9333de0537 tooltip: remove old IE workaround (#29674)

multiple

Commit Description
fix - b3a9062edf ripples not showing up in some cases (#29672)

Breaking Changes

material

    • mixinColor and CanColor have been removed. Use a host binding instead.
    • mixinDisableRipple and CanDisableRipple have been removed. Use input transforms instead.
    • mixinDisabled and CanDisable have been removed. Use input transforms instead.
    • mixinInitialized and HasInitialized have been removed. Use a Subject that emits in ngOnInit instead.
    • mixinTabIndex and HasTabIndex have been removed. Use input transforms instead.

cdk

    • Since cdk.high-contrast targets a media query instead of a class, the specificity of the styles it emits is lower than before.
    • Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors.

    • fix(cdk/scrolling): adds ngTemplateContextGuard

    implements ngTemplateContextGuard for CdkVirtualForOf directive

Don't miss a new cdk release

NewReleases is sending notifications on new releases.