19.0.0-next.3 "quicksilver-quintessence" (2024-09-04)
cdk
Commit | Description |
---|---|
a11y: use native media query for high contrast detection (#29678) | |
scrolling: adds ngTemplateContextGuard (#27276) |
material
Commit | Description |
---|---|
core: Allow system variables to be formatted for opacity (#29665) | |
core: delete deprecated APIs (#29651) | |
core: Fix incorrect color role mappings (#29655) | |
tooltip: remove old IE workaround (#29674) |
multiple
Commit | Description |
---|---|
ripples not showing up in some cases (#29672) |
Breaking Changes
material
-
mixinColor
andCanColor
have been removed. Use a host binding instead.mixinDisableRipple
andCanDisableRipple
have been removed. Use input transforms instead.mixinDisabled
andCanDisable
have been removed. Use input transforms instead.mixinInitialized
andHasInitialized
have been removed. Use aSubject
that emits inngOnInit
instead.mixinTabIndex
andHasTabIndex
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.
- Since
-
-
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
-