|
| 1 | +<a name="18.0.0-next.6"></a> |
| 2 | +# 18.0.0-next.6 "smoke-contour" (2024-04-25) |
| 3 | +## Breaking Changes |
| 4 | +### material |
| 5 | +- The following APIs have been renamed. If you update using `ng update`, your app will be fixed automatically. |
| 6 | + * `define-light-theme` to `m2-define-light-theme` |
| 7 | + * `define-dark-theme` to `m2-define-dark-theme` |
| 8 | + * `define-palette` to `m2-define-palette` |
| 9 | + * `get-contrast-color-from-palette` to `m2-get-contrast-color-from-palette` |
| 10 | + * `get-color-from-palette` to `m2-get-color-from-palette` |
| 11 | + * `get-color-config` to `m2-get-color-config` |
| 12 | + * `get-typography-config` to `m2-get-typography-config` |
| 13 | + * `get-density-config` to `m2-get-density-config` |
| 14 | + * `$red-palette` to `$m2-red-palette` |
| 15 | + * `$pink-palette` to `$m2-pink-palette` |
| 16 | + * `$indigo-palette` to `$m2-indigo-palette` |
| 17 | + * `$purple-palette` to `$m2-purple-palette` |
| 18 | + * `$deep-purple-palette` to `$m2-deep-purple-palette` |
| 19 | + * `$blue-palette` to `$m2-blue-palette` |
| 20 | + * `$light-blue-palette` to `$m2-light-blue-palette` |
| 21 | + * `$cyan-palette` to `$m2-cyan-palette` |
| 22 | + * `$teal-palette` to `$m2-teal-palette` |
| 23 | + * `$green-palette` to `$m2-green-palette` |
| 24 | + * `$light-green-palette` to `$m2-light-green-palette` |
| 25 | + * `$lime-palette` to `$m2-lime-palette` |
| 26 | + * `$yellow-palette` to `$m2-yellow-palette` |
| 27 | + * `$amber-palette` to `$m2-amber-palette` |
| 28 | + * `$orange-palette` to `$m2-orange-palette` |
| 29 | + * `$deep-orange-palette` to `$m2-deep-orange-palette` |
| 30 | + * `$brown-palette` to `$m2-brown-palette` |
| 31 | + * `$grey-palette` to `$m2-grey-palette` |
| 32 | + * `$gray-palette` to `$m2-gray-palette` |
| 33 | + * `$blue-grey-palette` to `$m2-blue-grey-palette` |
| 34 | + * `$blue-gray-palette` to `$m2-blue-gray-palette` |
| 35 | + * `$light-theme-background-palette` to `$m2-light-theme-background-palette` |
| 36 | + * `$dark-theme-background-palette` to `$m2-dark-theme-background-palette` |
| 37 | + * `$light-theme-foreground-palette` to `$m2-light-theme-foreground-palette` |
| 38 | + * `$dark-theme-foreground-palette` to `$m2-dark-theme-foreground-palette` |
| 39 | + * `define-typography-level` to `m2-define-typography-level` |
| 40 | + * `define-rem-typography-config` to `m2-define-rem-typography-config` |
| 41 | + * `define-typography-config` to `m2-define-typography-config` |
| 42 | + * `define-legacy-typography-config` to `m2-define-legacy-typography-config` |
| 43 | + * `typography-level` to `m2-typography-level` |
| 44 | + * `font-size` to `m2-font-size` |
| 45 | + * `line-height` to `m2-line-height` |
| 46 | + * `font-weight` to `m2-font-weight` |
| 47 | + * `letter-spacing` to `m2-letter-spacing` |
| 48 | + * `font-family` to `m2-font-family` |
| 49 | + * `font-shorthand` to `m2-font-shorthand` |
| 50 | +### material |
| 51 | +| Commit | Type | Description | |
| 52 | +| -- | -- | -- | |
| 53 | +| [d679024dec](https://github.com/angular/components/commit/d679024dec9c3c5e697e0c72caadaced3a87f67b) | feat | **core:** move Material 3 support into stable ([#28913](https://github.com/angular/components/pull/28913)) | |
| 54 | +| [4ba4689dcd](https://github.com/angular/components/commit/4ba4689dcd54adfcb9be6469fc2c7ee1d9ceefe3) | feat | **core:** namespace m2-specific theming APIs ([#28892](https://github.com/angular/components/pull/28892)) | |
| 55 | +| [f8bd658df3](https://github.com/angular/components/commit/f8bd658df3eb86834a6df4fbd7819c7b8d3c90b7) | feat | **theming:** add ability to use sys variables ([#28898](https://github.com/angular/components/pull/28898)) | |
| 56 | +| [5501d9b408](https://github.com/angular/components/commit/5501d9b408b976cda848188aa5e2df00f64e4443) | fix | **core:** add migration for M2 theming APIs ([#28927](https://github.com/angular/components/pull/28927)) | |
| 57 | +| [cf3506adf1](https://github.com/angular/components/commit/cf3506adf1af1556d705dbb651e7e96a7141b81d) | fix | **progress-bar:** avoid CSP issues for apps not using buffer mode ([#28946](https://github.com/angular/components/pull/28946)) | |
| 58 | +| [0bb5610d03](https://github.com/angular/components/commit/0bb5610d03553ac8e8459aa9ad89a3eaf82d7dbd) | fix | **theming:** restrict css color usage behind a flag ([#28944](https://github.com/angular/components/pull/28944)) | |
| 59 | +### cdk |
| 60 | +| Commit | Type | Description | |
| 61 | +| -- | -- | -- | |
| 62 | +| [d9c8813ca1](https://github.com/angular/components/commit/d9c8813ca1478374cb2b8113467b50faf63752ac) | fix | **a11y:** handle signal based items in list key manager ([#28854](https://github.com/angular/components/pull/28854)) | |
| 63 | +| [7cd3f027db](https://github.com/angular/components/commit/7cd3f027db729e8dfc85cd109ebd5657506915da) | fix | **drag-drop:** use native popover to avoid stacking issues with preview | |
| 64 | +### multiple |
| 65 | +| Commit | Type | Description | |
| 66 | +| -- | -- | -- | |
| 67 | +| [4719da2c34](https://github.com/angular/components/commit/4719da2c34bee87095a2368334715e415f18a4c3) | feat | token overrides api ([#28910](https://github.com/angular/components/pull/28910)) | |
| 68 | +| [94a083408d](https://github.com/angular/components/commit/94a083408dbedb9ee18b0ce793ea8ef364d0e8bd) | fix | remove label for attribute on non-native elements ([#28948](https://github.com/angular/components/pull/28948)) | |
| 69 | + |
| 70 | +<!-- CHANGELOG SPLIT MARKER --> |
| 71 | + |
1 | 72 | <a name="17.3.6"></a>
|
2 | 73 | # 17.3.6 "onyx-whisper" (2024-04-24)
|
3 | 74 | ### cdk
|
|
0 commit comments