v19.0.0-next.3
Pre-release
Pre-release
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
-
mixinColorandCanColorhave been removed. Use a host binding instead.mixinDisableRippleandCanDisableRipplehave been removed. Use input transforms instead.mixinDisabledandCanDisablehave been removed. Use input transforms instead.mixinInitializedandHasInitializedhave been removed. Use aSubjectthat emits inngOnInitinstead.mixinTabIndexandHasTabIndexhave been removed. Use input transforms instead.
cdk
-
- Since
cdk.high-contrasttargets 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
-