|
| 1 | +<a name="19.0.0-next.3"></a> |
| 2 | +# 19.0.0-next.3 "quicksilver-quintessence" (2024-09-04) |
| 3 | +## Breaking Changes |
| 4 | +### cdk |
| 5 | +- * Since `cdk.high-contrast` targets a media query instead of a class, the specificity of the styles it emits is lower than before. |
| 6 | +- * Virtual scrolling lists now have proper type checking which can reveal some previously-hidden compilation errors. |
| 7 | + |
| 8 | + * fix(cdk/scrolling): adds ngTemplateContextGuard |
| 9 | + |
| 10 | + implements ngTemplateContextGuard for CdkVirtualForOf directive |
| 11 | +### material |
| 12 | +- * `mixinColor` and `CanColor` have been removed. Use a host binding instead. |
| 13 | + * `mixinDisableRipple` and `CanDisableRipple` have been removed. Use input transforms instead. |
| 14 | + * `mixinDisabled` and `CanDisable` have been removed. Use input transforms instead. |
| 15 | + * `mixinInitialized` and `HasInitialized` have been removed. Use a `Subject` that emits in `ngOnInit` instead. |
| 16 | + * `mixinTabIndex` and `HasTabIndex` have been removed. Use input transforms instead. |
| 17 | +### material |
| 18 | +| Commit | Type | Description | |
| 19 | +| -- | -- | -- | |
| 20 | +| [90eea1bf70](https://github.com/angular/components/commit/90eea1bf7084ea7098676ca9988624802f27884c) | fix | **core:** Allow system variables to be formatted for opacity ([#29665](https://github.com/angular/components/pull/29665)) | |
| 21 | +| [edce90652a](https://github.com/angular/components/commit/edce90652ade6715b4404db284f684b1b511fae4) | fix | **core:** delete deprecated APIs ([#29651](https://github.com/angular/components/pull/29651)) | |
| 22 | +| [4771931c2f](https://github.com/angular/components/commit/4771931c2f334be1edc2b7764921d6539808317e) | fix | **core:** Fix incorrect color role mappings ([#29655](https://github.com/angular/components/pull/29655)) | |
| 23 | +| [9333de0537](https://github.com/angular/components/commit/9333de0537e7b905407999820bf283f4943c986b) | fix | **tooltip:** remove old IE workaround ([#29674](https://github.com/angular/components/pull/29674)) | |
| 24 | +### cdk |
| 25 | +| Commit | Type | Description | |
| 26 | +| -- | -- | -- | |
| 27 | +| [f4a02adb77](https://github.com/angular/components/commit/f4a02adb779968ab1e696aa93dc69b62e7a18929) | feat | **a11y:** use native media query for high contrast detection ([#29678](https://github.com/angular/components/pull/29678)) | |
| 28 | +| [5439460d1f](https://github.com/angular/components/commit/5439460d1fe166f8ec34ab7d48f05e0dd7f6a946) | fix | **scrolling:** adds ngTemplateContextGuard ([#27276](https://github.com/angular/components/pull/27276)) | |
| 29 | +### multiple |
| 30 | +| Commit | Type | Description | |
| 31 | +| -- | -- | -- | |
| 32 | +| [b3a9062edf](https://github.com/angular/components/commit/b3a9062edf8863250ddd462e5abe009fbc46243b) | fix | ripples not showing up in some cases ([#29672](https://github.com/angular/components/pull/29672)) | |
| 33 | + |
| 34 | +<!-- CHANGELOG SPLIT MARKER --> |
| 35 | + |
1 | 36 | <a name="18.2.3"></a>
|
2 | 37 | # 18.2.3 "parchment-deluge" (2024-09-04)
|
3 | 38 | ### material
|
|
0 commit comments