GoogleCloudPlatform / document-ai-samples

Sample applications and demos for Document AI, the end-to-end document processing platform on Google Cloud
https://cloud.google.com/document-ai
Apache License 2.0
215 stars 94 forks source link

fix(deps): update angularmaterial monorepo to v18 (major) #816

Closed renovate-bot closed 2 months ago

renovate-bot commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 17.0.4 -> 18.0.0 age adoption passing confidence
@angular/material 17.0.4 -> 18.0.0 age adoption passing confidence

Release Notes

angular/components (@​angular/cdk) ### [`v18.0.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1800-satin-sasquatch-2024-05-22) [Compare Source](https://togithub.com/angular/components/compare/17.3.10...18.0.0) #### Breaking Changes ##### material - The following APIs have been renamed. If you update using `ng update`, your app will be fixed automatically. - `define-light-theme` to `m2-define-light-theme` - `define-dark-theme` to `m2-define-dark-theme` - `define-palette` to `m2-define-palette` - `get-contrast-color-from-palette` to `m2-get-contrast-color-from-palette` - `get-color-from-palette` to `m2-get-color-from-palette` - `get-color-config` to `m2-get-color-config` - `get-typography-config` to `m2-get-typography-config` - `get-density-config` to `m2-get-density-config` - `$red-palette` to `$m2-red-palette` - `$pink-palette` to `$m2-pink-palette` - `$indigo-palette` to `$m2-indigo-palette` - `$purple-palette` to `$m2-purple-palette` - `$deep-purple-palette` to `$m2-deep-purple-palette` - `$blue-palette` to `$m2-blue-palette` - `$light-blue-palette` to `$m2-light-blue-palette` - `$cyan-palette` to `$m2-cyan-palette` - `$teal-palette` to `$m2-teal-palette` - `$green-palette` to `$m2-green-palette` - `$light-green-palette` to `$m2-light-green-palette` - `$lime-palette` to `$m2-lime-palette` - `$yellow-palette` to `$m2-yellow-palette` - `$amber-palette` to `$m2-amber-palette` - `$orange-palette` to `$m2-orange-palette` - `$deep-orange-palette` to `$m2-deep-orange-palette` - `$brown-palette` to `$m2-brown-palette` - `$grey-palette` to `$m2-grey-palette` - `$gray-palette` to `$m2-gray-palette` - `$blue-grey-palette` to `$m2-blue-grey-palette` - `$blue-gray-palette` to `$m2-blue-gray-palette` - `$light-theme-background-palette` to `$m2-light-theme-background-palette` - `$dark-theme-background-palette` to `$m2-dark-theme-background-palette` - `$light-theme-foreground-palette` to `$m2-light-theme-foreground-palette` - `$dark-theme-foreground-palette` to `$m2-dark-theme-foreground-palette` - `define-typography-level` to `m2-define-typography-level` - `define-rem-typography-config` to `m2-define-rem-typography-config` - `define-typography-config` to `m2-define-typography-config` - `define-legacy-typography-config` to `m2-define-legacy-typography-config` - `typography-level` to `m2-typography-level` - `font-size` to `m2-font-size` - `line-height` to `m2-line-height` - `font-weight` to `m2-font-weight` - `letter-spacing` to `m2-letter-spacing` - `font-family` to `m2-font-family` - `font-shorthand` to `m2-font-shorthand` ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [c345df788](https://togithub.com/angular/components/commit/c345df7889c4f08076657ed37f901c975f762c3c) | feat | **theming:** add mixin for customizing checkbox tokens ([#​28759](https://togithub.com/angular/components/pull/28759)) | | [c932512ba](https://togithub.com/angular/components/commit/c932512bab15b59883453b3e6dc9f896239fd65d) | fix | **theming:** avoid re-emitting the same tokens from the backwards-compatibility styles | ##### material | Commit | Type | Description | | -- | -- | -- | | [4473a379f](https://togithub.com/angular/components/commit/4473a379f1f3a004526eca97aa7b75b82d60ae2d) | feat | **core:** add prebuilt themes based on M3 | | [e2a45bf1e](https://togithub.com/angular/components/commit/e2a45bf1e5e49daf2c23c6f737ee959f57b41cf9) | feat | **core:** Allow namespacing ripple-loader event handler ([#​28699](https://togithub.com/angular/components/pull/28699)) | | [d679024de](https://togithub.com/angular/components/commit/d679024dec9c3c5e697e0c72caadaced3a87f67b) | feat | **core:** move Material 3 support into stable ([#​28913](https://togithub.com/angular/components/pull/28913)) | | [4ba4689dc](https://togithub.com/angular/components/commit/4ba4689dcd54adfcb9be6469fc2c7ee1d9ceefe3) | feat | **core:** namespace m2-specific theming APIs ([#​28892](https://togithub.com/angular/components/pull/28892)) | | [295fd67fa](https://togithub.com/angular/components/commit/295fd67fa806d6f8687afdb998769718d4b103d1) | feat | **schematics:** Add custom M3 theme schematic ([#​28766](https://togithub.com/angular/components/pull/28766)) | | [b312b9491](https://togithub.com/angular/components/commit/b312b9491e736953ad29756b74e9f74df49ff88b) | feat | **schematics:** use M3 themes in schematics | | [f8bd658df](https://togithub.com/angular/components/commit/f8bd658df3eb86834a6df4fbd7819c7b8d3c90b7) | feat | **theming:** add ability to use sys variables ([#​28898](https://togithub.com/angular/components/pull/28898)) | | [49901c640](https://togithub.com/angular/components/commit/49901c640083039291acd6eb1a596c7d6d3d6f92) | fix | **button-toggle:** use radio pattern for single select Mat toggle button group ([#​28548](https://togithub.com/angular/components/pull/28548)) | | [5501d9b40](https://togithub.com/angular/components/commit/5501d9b408b976cda848188aa5e2df00f64e4443) | fix | **core:** add migration for M2 theming APIs ([#​28927](https://togithub.com/angular/components/pull/28927)) | | [0ccc52830](https://togithub.com/angular/components/commit/0ccc52830e8d663537e391978f7ce43f4d952a5d) | fix | **core:** export all available M3 palettes ([#​28975](https://togithub.com/angular/components/pull/28975)) | | [a5ad288bf](https://togithub.com/angular/components/commit/a5ad288bffb063cc27bc562df62a824e57968d2f) | fix | **core:** ripple loader not working in shadow DOM ([#​29015](https://togithub.com/angular/components/pull/29015)) | | [ec9e83db4](https://togithub.com/angular/components/commit/ec9e83db4c6f47a8095bdc83b5e9cce9f7e2cbc2) | fix | **datepicker:** resolve repeater warnings in calendar ([#​29028](https://togithub.com/angular/components/pull/29028)) | | [6dc8f7e90](https://togithub.com/angular/components/commit/6dc8f7e90d05b7136daa8f99e0dc28ae5052848b) | fix | **dialog:** mark dialog content as scrollable ([#​28963](https://togithub.com/angular/components/pull/28963)) | | [ae82909a9](https://togithub.com/angular/components/commit/ae82909a95a4f51ee82b704db5e724f83b6806d0) | fix | **schematics:** Add css token renaming migration | | [3e9d3c394](https://togithub.com/angular/components/commit/3e9d3c39441084f34de8e8798382c68732213e2c) | fix | **schematics:** add option to generate system variables in M3 schematic | | [bdb17c6b3](https://togithub.com/angular/components/commit/bdb17c6b34c7c236a2112407e57790005f544d3b) | fix | **schematics:** Change themeTypes to a single select instead of a multiselect prompt in M3 theme schematic ([#​28997](https://togithub.com/angular/components/pull/28997)) | | [c86359dd4](https://togithub.com/angular/components/commit/c86359dd438e0c7d346372fdaa359a0b1465e7a9) | fix | **slide-toggle:** no outline when selected in high contrast mode ([#​28979](https://togithub.com/angular/components/pull/28979)) | | [d4e61e233](https://togithub.com/angular/components/commit/d4e61e233088ce0d5bbfb6cf3ff652e303e7e38d) | fix | **table:** use ResizeObserver to react to size changes ([#​28783](https://togithub.com/angular/components/pull/28783)) | | [a4fc0a097](https://togithub.com/angular/components/commit/a4fc0a097070729f490429462268ea9d68ae85e2) | fix | **theming:** remove shadow css variable ([#​28953](https://togithub.com/angular/components/pull/28953)) | | [0bb5610d0](https://togithub.com/angular/components/commit/0bb5610d03553ac8e8459aa9ad89a3eaf82d7dbd) | fix | **theming:** restrict css color usage behind a flag ([#​28944](https://togithub.com/angular/components/pull/28944)) | | [a332146ff](https://togithub.com/angular/components/commit/a332146ff57e638fcc1e0f73aa59b5abad2bb883) | perf | **core:** speed up M3 compilation ([#​29009](https://togithub.com/angular/components/pull/29009)) | ##### cdk | Commit | Type | Description | | -- | -- | -- | | [d8a6c3edd](https://togithub.com/angular/components/commit/d8a6c3edd8d406b3f1b1c26805612eac8856b745) | fix | **observers:** don't observe content of comments ([#​28858](https://togithub.com/angular/components/pull/28858)) | | [81fe8f322](https://togithub.com/angular/components/commit/81fe8f32273b3769c92a7482fcd0383e3e2c80f3) | fix | **observers:** Run content changed callback in NgZone ([#​28870](https://togithub.com/angular/components/pull/28870)) | | [108cce33b](https://togithub.com/angular/components/commit/108cce33bfb331fcdce18527480b3a89f5f81a28) | fix | **overlay:** Remove use of zone onStable to detach content ([#​28740](https://togithub.com/angular/components/pull/28740)) | | [d91d0d424](https://togithub.com/angular/components/commit/d91d0d424b043c4da7b69d296967e62a751eac23) | fix | **scrolling:** fix virtual scrolling jankiness with run coalescing ([#​28846](https://togithub.com/angular/components/pull/28846)) | | [c8b62a154](https://togithub.com/angular/components/commit/c8b62a154992912046d52113b08408065f3772fd) | fix | **scrolling:** fix virtual scrolling jankiness with run coalescing ([#​28968](https://togithub.com/angular/components/pull/28968)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [4719da2c3](https://togithub.com/angular/components/commit/4719da2c34bee87095a2368334715e415f18a4c3) | feat | token overrides api ([#​28910](https://togithub.com/angular/components/pull/28910)) | ### [`v17.3.10`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#17310-soft-starfish-2024-05-22) [Compare Source](https://togithub.com/angular/components/compare/17.3.9...17.3.10) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [a22b29bd2](https://togithub.com/angular/components/commit/a22b29bd26f2073cd66c7f3ce293a5400781d60e) | fix | **drag-drop:** defer loading reset styles ([#​29056](https://togithub.com/angular/components/pull/29056)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [4cc7c1585](https://togithub.com/angular/components/commit/4cc7c15859a4e6780117ec55f02e41410172aa4e) | fix | **chips:** simplify repeat chip removal prevention ([#​29048](https://togithub.com/angular/components/pull/29048)) | | [2f0f57691](https://togithub.com/angular/components/commit/2f0f57691f72c96c8ef8f3e56f4b656f6a9e6605) | fix | **slider:** aria-valuetext host binding should be onPush compatible ([#​29042](https://togithub.com/angular/components/pull/29042)) | | [080164e62](https://togithub.com/angular/components/commit/080164e626c8bab8f5db46a22358e7247880f34a) | fix | **slider:** resolve duplicate key warnings ([#​29073](https://togithub.com/angular/components/pull/29073)) | ### [`v17.3.9`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1739-orange-ornament-2024-05-15) [Compare Source](https://togithub.com/angular/components/compare/17.3.8...17.3.9) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [ba8137dfa](https://togithub.com/angular/components/commit/ba8137dfa60a5f092db4d70bb318ac34d94e0b82) | fix | **observers:** logs "ResizeObserver loop limit exceeded" errors ([#​29036](https://togithub.com/angular/components/pull/29036)) | | [6d9c2e7b3](https://togithub.com/angular/components/commit/6d9c2e7b398d1b9bd0ae872d9b5108638544bd80) | fix | **overlay:** skip trigger interactions in outside click event ([#​29044](https://togithub.com/angular/components/pull/29044)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [0b30688d3](https://togithub.com/angular/components/commit/0b30688d35409e6ede69f40f49a7f83e66a15e8f) | fix | **core:** ripple element not destroyed after trigger change ([#​29010](https://togithub.com/angular/components/pull/29010)) ([#​29012](https://togithub.com/angular/components/pull/29012)) | ### [`v17.3.8`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1738-rock-rope-2024-05-08) [Compare Source](https://togithub.com/angular/components/compare/17.3.7...17.3.8) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [23dc148e7f](https://togithub.com/angular/components/commit/23dc148e7f11fb764ad39cd16f7facf02e2800d8) | fix | **menu:** allow for scroll strategy to be configured ([#​29005](https://togithub.com/angular/components/pull/29005)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [f20105d87e](https://togithub.com/angular/components/commit/f20105d87eb40e969b29433585dd61df5bb83bd9) | fix | **button:** incorrect template for icon button anchor ([#​28996](https://togithub.com/angular/components/pull/28996)) | | [72baa7cff2](https://togithub.com/angular/components/commit/72baa7cff2d3b24a100422207e8631c8bd1fd03b) | fix | **chips:** highlighted not working in M3 ([#​29001](https://togithub.com/angular/components/pull/29001)) | | [cf0785cd67](https://togithub.com/angular/components/commit/cf0785cd672796bc369ac12bdf806ccbd0c30486) | fix | **tooltip:** Tooltip should mark for check when visibility changes ([#​29000](https://togithub.com/angular/components/pull/29000)) | ### [`v17.3.7`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1737-plastic-deer-2024-05-02) [Compare Source](https://togithub.com/angular/components/compare/17.3.6...17.3.7) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [3c8abfb990](https://togithub.com/angular/components/commit/3c8abfb9902e06af2d73b8b536ce65c9d04442df) | fix | **drag-drop:** remove preview wrapper | | [a03a47c938](https://togithub.com/angular/components/commit/a03a47c93845fc6f8d917d588739599b63ce1608) | fix | **drag-drop:** reset user agent color on preview popover | | [8e3dfd2e5b](https://togithub.com/angular/components/commit/8e3dfd2e5b5e5c12cacb598581598e998456bd11) | fix | **drag-drop:** resolve incompatibility with property minification ([#​28980](https://togithub.com/angular/components/pull/28980)) | ### [`v17.3.6`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1736-onyx-whisper-2024-04-24) [Compare Source](https://togithub.com/angular/components/compare/17.3.5...17.3.6) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [c2dc2da71e](https://togithub.com/angular/components/commit/c2dc2da71e56faf6291c2ff3213baa032f3731be) | fix | **a11y:** handle signal based items in list key manager ([#​28854](https://togithub.com/angular/components/pull/28854)) | | [e33c436c73](https://togithub.com/angular/components/commit/e33c436c73941f27d687387ba1090985fc337e9c) | fix | **drag-drop:** use native popover to avoid stacking issues with preview | ##### material | Commit | Type | Description | | -- | -- | -- | | [d78c7706c6](https://togithub.com/angular/components/commit/d78c7706c60ac679b9f55cd9a0c27d959833f8ff) | fix | **progress-bar:** avoid CSP issues for apps not using buffer mode ([#​28946](https://togithub.com/angular/components/pull/28946)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [73d1e2e3cf](https://togithub.com/angular/components/commit/73d1e2e3cf530fafadc7a490ea8542487d6a325b) | fix | remove label for attribute on non-native elements ([#​28948](https://togithub.com/angular/components/pull/28948)) | ### [`v17.3.5`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1735-titanium-bear-2024-04-17) [Compare Source](https://togithub.com/angular/components/compare/17.3.4...17.3.5) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [8c8fe2b65](https://togithub.com/angular/components/commit/8c8fe2b6556d4ba7463e9ab51ca967568e1ca99f) | fix | **drag-drop:** text selection not disabled inside shadow dom on firefox ([#​28835](https://togithub.com/angular/components/pull/28835)) | | [312d57a9b](https://togithub.com/angular/components/commit/312d57a9bcf267cb4c8c7147db8105553c084626) | fix | **observers:** don't observe content of comments ([#​28871](https://togithub.com/angular/components/pull/28871)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [80437d83b](https://togithub.com/angular/components/commit/80437d83b745242668891b17dbc5050d8588d6a8) | fix | **autocomplete:** panel not visible when opened from multiple triggers ([#​28843](https://togithub.com/angular/components/pull/28843)) | | [69b5ded96](https://togithub.com/angular/components/commit/69b5ded96730c1cf15e92b8a1d577391b3d4d7de) | fix | **autocomplete:** remove dependency on NgClass ([#​28849](https://togithub.com/angular/components/pull/28849)) | | [4a56d6afa](https://togithub.com/angular/components/commit/4a56d6afa4474c7229369853c91b493b29fdb6fb) | fix | **core:** throw better error when mixin doesn't support color variants ([#​28880](https://togithub.com/angular/components/pull/28880)) | | [cbe0a78f7](https://togithub.com/angular/components/commit/cbe0a78f7f085817df96d24aa5dfa9d92317bba6) | fix | **datepicker:** remove dependency on NgClass ([#​28865](https://togithub.com/angular/components/pull/28865)) | | [7a085c6e0](https://togithub.com/angular/components/commit/7a085c6e073741a350d2712d347172e4dc92ac29) | fix | **menu:** remove dependency on NgClass ([#​28877](https://togithub.com/angular/components/pull/28877)) | | [4c16d2cd8](https://togithub.com/angular/components/commit/4c16d2cd8c1e4a1607482181c1a39ce73fb72856) | fix | **tabs:** remove dependency on NgClass ([#​28875](https://togithub.com/angular/components/pull/28875)) | ##### google-maps | Commit | Type | Description | | -- | -- | -- | | [d99167eb3](https://togithub.com/angular/components/commit/d99167eb3a4386a4d12d23f6d11a16911840a5de) | fix | make info window open method compatible with advanced marker | ### [`v17.3.4`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1734-aluminum-arrow-2024-04-11) [Compare Source](https://togithub.com/angular/components/compare/17.3.3...17.3.4) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [09dcbd2ecf](https://togithub.com/angular/components/commit/09dcbd2ecfa4b9c93835fa95ce9c917f02858471) | fix | **drag-drop:** make sure event is cancelable before calling "preventDefault" ([#​28825](https://togithub.com/angular/components/pull/28825)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [36a1d45e4e](https://togithub.com/angular/components/commit/36a1d45e4e0aabea40d6addfa4a11cec51c71f64) | fix | **list:** nav list item border-radius ([#​28789](https://togithub.com/angular/components/pull/28789)) | | [317327d82b](https://togithub.com/angular/components/commit/317327d82ba3b67d14a135dde865f221f475647c) | fix | **menu:** invert arrow in RTL ([#​28830](https://togithub.com/angular/components/pull/28830)) | ### [`v17.3.3`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1733-metal-fork-2024-04-03) [Compare Source](https://togithub.com/angular/components/compare/17.3.2...17.3.3) ##### material | Commit | Type | Description | | -- | -- | -- | | [7ccc392936](https://togithub.com/angular/components/commit/7ccc3929362a96e29d59a5904dc2fba5495bdbcb) | fix | **button-toggle:** standard button toggle strong focus bord… ([#​28790](https://togithub.com/angular/components/pull/28790)) | | [8b92fda61f](https://togithub.com/angular/components/commit/8b92fda61fa8299022d1cfd71607908d4fdcb2d1) | fix | **sort:** clear aria description on destroy ([#​28801](https://togithub.com/angular/components/pull/28801)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [6b5b0c5db3](https://togithub.com/angular/components/commit/6b5b0c5db3d3157f1b9f8d0a6a71fdcdfc003cc1) | fix | set nonce using setAttribute ([#​28800](https://togithub.com/angular/components/pull/28800)) | ### [`v17.3.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1732-benitoite-biscuit-2024-03-28) [Compare Source](https://togithub.com/angular/components/compare/17.3.1...17.3.2) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [de2388190](https://togithub.com/angular/components/commit/de2388190eae18689f63f07f96fbfe460fe9e047) | fix | **a11y:** support signals in ListKeyManager ([#​28757](https://togithub.com/angular/components/pull/28757)) | | [38a12a9f0](https://togithub.com/angular/components/commit/38a12a9f057a7b8fef6d7a8f0014e4c15a74af4d) | fix | **listbox:** improve SSR compatibility by adding an \_isBrowser check before calling \_setPreviousActiveOptionAsActiveOptionOnWindowBlur ([#​28746](https://togithub.com/angular/components/pull/28746)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [aee721ec6](https://togithub.com/angular/components/commit/aee721ec6979538469e5080fac0cfae4f01fa035) | fix | **chips:** use concrete value for remove icon size ([#​28751](https://togithub.com/angular/components/pull/28751)) | | [4ca9ac56b](https://togithub.com/angular/components/commit/4ca9ac56b4e5ef38321277bc919b097089b1a28c) | fix | **datepicker:** datepicker row count inaccurate for screen reader ([#​28760](https://togithub.com/angular/components/pull/28760)) | ### [`v17.3.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1731-clay-paradox-2024-03-20) [Compare Source](https://togithub.com/angular/components/compare/17.3.0...17.3.1) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [31e30883a3](https://togithub.com/angular/components/commit/31e30883a33d89d277d710a97f81b26b1972c8ba) | fix | **drag-drop:** optionally inject parent drag in preview and placeholder ([#​28750](https://togithub.com/angular/components/pull/28750)) | ### [`v17.3.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1730-cobalt-catfish-2024-03-14) [Compare Source](https://togithub.com/angular/components/compare/17.2.2...17.3.0) ##### material | Commit | Type | Description | | -- | -- | -- | | [26b376e43](https://togithub.com/angular/components/commit/26b376e43e18e9941f44d4d0714696b863250507) | feat | **tooltip:** be able to customize the longpress delay ([#​27512](https://togithub.com/angular/components/pull/27512)) | | [09111d002](https://togithub.com/angular/components/commit/09111d00299c7747ed6543d91e257f7224e1119e) | fix | **button-toggle:** Add checkmark indicators with hideSingleSelectionIndicator and hideMultipleSelectionIndicator input and config options ([#​28553](https://togithub.com/angular/components/pull/28553)) | | [52da8b33f](https://togithub.com/angular/components/commit/52da8b33fe62da969e119a6456b076c7445d8f3e) | fix | **core:** avoid solid ripples in buttons ([#​28717](https://togithub.com/angular/components/pull/28717)) | | [36d82d89c](https://togithub.com/angular/components/commit/36d82d89c0de445edc7fb19b704bb346b9a859de) | fix | **core:** theming validation for m2 themes firing incorrectly ([#​28707](https://togithub.com/angular/components/pull/28707)) | | [79b447e2e](https://togithub.com/angular/components/commit/79b447e2e7b0523326520ba09d163169c13cdfda) | fix | **form-field:** ensure same stacking context as container ([#​28713](https://togithub.com/angular/components/pull/28713)) | | [63a764de6](https://togithub.com/angular/components/commit/63a764de6147a5c1cb09f388de454eda9ee3414a) | fix | **slide-toggle:** m3 selected track outline ([#​28625](https://togithub.com/angular/components/pull/28625)) | | [386f768b6](https://togithub.com/angular/components/commit/386f768b6c080077a7570ea4f759930641131f6e) | fix | **slider:** fix animation issue ([#​28704](https://togithub.com/angular/components/pull/28704)) | ##### google-maps | Commit | Type | Description | | -- | -- | -- | | [b4b91be04](https://togithub.com/angular/components/commit/b4b91be04e23296060b5e7a041bbf8eeae325ee9) | feat | add advanced marker ([#​28525](https://togithub.com/angular/components/pull/28525)) | | [cc618b450](https://togithub.com/angular/components/commit/cc618b4501284e10ad5bb93f358f3d8de2c8e7b7) | fix | advanced marker not destroyed | | [5269e0f9d](https://togithub.com/angular/components/commit/5269e0f9d42bd045bc28be144cc7bdd457bacd1e) | fix | mapId not being set | ### [`v17.2.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1722-metal-marble-2024-03-06) [Compare Source](https://togithub.com/angular/components/compare/17.2.1...17.2.2) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [4af777a189](https://togithub.com/angular/components/commit/4af777a189ca0bd80a5158dafa3d9cf4f60b6bf2) | fix | **drag-drop:** resolve helper directives with DI for proper hostDirectives support ([#​28633](https://togithub.com/angular/components/pull/28633)) | | [94eafc134f](https://togithub.com/angular/components/commit/94eafc134fdcb27f4d85fa9ad07a44aadd9b393a) | fix | **overlay:** fix overlay margin in isBoundedByLeftViewportEdge ('left-ward') mode ([#​28233](https://togithub.com/angular/components/pull/28233)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [65aaaf3abf](https://togithub.com/angular/components/commit/65aaaf3abf137a6c7eb0ff6017eb5977602dd774) | fix | **autocomplete:** prevent hidden overlay from blocking clicks ([#​28677](https://togithub.com/angular/components/pull/28677)) | | [d08ddaab81](https://togithub.com/angular/components/commit/d08ddaab818244cdedfe44121dd0d4499587bc46) | fix | **autocomplete:** requireSelection sometimes not clearing value when editing after selection ([#​28628](https://togithub.com/angular/components/pull/28628)) | | [5b3210bfda](https://togithub.com/angular/components/commit/5b3210bfda60b4f9e42b33cb2b06fce2a86706e0) | fix | **checkbox:** derive checkmark color from palette | | [fb20320b82](https://togithub.com/angular/components/commit/fb20320b823eb6a2880d61b25da29aa9e3262d06) | fix | **chips:** derive surface color from palette | | [fe01e298a0](https://togithub.com/angular/components/commit/fe01e298a06fafef21a47f80bd961bd71a7559e9) | fix | **core:** mark fields on HasErrorState as nullable ([#​28689](https://togithub.com/angular/components/pull/28689)) | | [afbb34e415](https://togithub.com/angular/components/commit/afbb34e41570428a7003508b552c39accbc1fc9e) | fix | **datepicker:** always move caret to the end of the start input on backspace ([#​28669](https://togithub.com/angular/components/pull/28669)) | | [ec6f8e2e62](https://togithub.com/angular/components/commit/ec6f8e2e62341647fda7c8e2bbcbe977165a255f) | fix | **datepicker:** datepicker doesn't announce newly selected range in firefox ([#​28529](https://togithub.com/angular/components/pull/28529)) | | [ba6e809761](https://togithub.com/angular/components/commit/ba6e809761cf24efb1037340ca76a336d5ebdcab) | fix | **expansion:** prevent focus from entering the panel while it's animating ([#​28646](https://togithub.com/angular/components/pull/28646)) | | [07f5ed9dc6](https://togithub.com/angular/components/commit/07f5ed9dc6f722cee2941e49ad63f04041a3314d) | fix | **schematics:** add typography and density to custom theme ([#​28645](https://togithub.com/angular/components/pull/28645)) | | [6d8160c166](https://togithub.com/angular/components/commit/6d8160c1660cbf519c8f709ebb05059e7a9a5865) | fix | **schematics:** don't interrupt ng add if adding the animations module fails ([#​28675](https://togithub.com/angular/components/pull/28675)) | | [9655ecb872](https://togithub.com/angular/components/commit/9655ecb87223728af4459157a58eda26c6c9eaf2) | fix | **slide-toggle:** m3 selected track outline ([#​28625](https://togithub.com/angular/components/pull/28625)) ([#​28634](https://togithub.com/angular/components/pull/28634)) | | [7d352fbf88](https://togithub.com/angular/components/commit/7d352fbf886dfaa476ce99440f9f6edc80498077) | perf | **form-field:** resolve scrolling performance issues ([#​27251](https://togithub.com/angular/components/pull/27251)) | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [f18ef99785](https://togithub.com/angular/components/commit/f18ef99785e097ec66f7236d5cfe210ea37e8e52) | feat | **theming:** provide hook for formatting toke… ([#​28660](https://togithub.com/angular/components/pull/28660)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [14c055fe07](https://togithub.com/angular/components/commit/14c055fe0725f6429beabf2be27e3c4486c29164) | fix | derive all token values from theme ([#​28664](https://togithub.com/angular/components/pull/28664)) | ### [`v17.2.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1721-allactite-acorn-2024-02-22) [Compare Source](https://togithub.com/angular/components/compare/17.2.0...17.2.1) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [c617cd7c8](https://togithub.com/angular/components/commit/c617cd7c815cfcebebc608aa4e1c75ea8e6b0629) | fix | **listbox:** make typeahead label nullable ([#​28602](https://togithub.com/angular/components/pull/28602)) | | [67956e065](https://togithub.com/angular/components/commit/67956e065178f33ba052ae6e1a148612b3d56f41) | fix | **overlay:** only emit positionChanges when position is different | | [d5d856348](https://togithub.com/angular/components/commit/d5d8563489f521490e3a4b04519767b308c33739) | fix | **overlay:** run positionChange event inside the zone | ##### material | Commit | Type | Description | | -- | -- | -- | | [0c5781bfc](https://togithub.com/angular/components/commit/0c5781bfce0e96789d5c415586a0382d64ac3daa) | fix | **expansion:** center indicator icon in M3 ([#​28603](https://togithub.com/angular/components/pull/28603)) | ### [`v17.2.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1720-polymer-prism-2024-02-14) [Compare Source](https://togithub.com/angular/components/compare/17.1.2...17.2.0) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [55eeee3516](https://togithub.com/angular/components/commit/55eeee35163d5392703e02f8de044598e74cc6f5) | fix | **listbox:** unable to tab in if active option is removed ([#​28583](https://togithub.com/angular/components/pull/28583)) | | [2f7aaaa220](https://togithub.com/angular/components/commit/2f7aaaa22095bdf96a5a6a65a658fd3e01b68cc8) | fix | **table:** error if outlets are assigned too early ([#​28551](https://togithub.com/angular/components/pull/28551)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [99a4e2a10f](https://togithub.com/angular/components/commit/99a4e2a10ff39599f16f0a9c842963ae1452de92) | fix | **button-toggle:** Add remaining typography tokens needed for M3 ([#​28578](https://togithub.com/angular/components/pull/28578)) | | [e05795dde0](https://togithub.com/angular/components/commit/e05795dde0ca56be3398f34cb834df007f18da1a) | fix | **button:** calculate icon button padding based on tokens | | [a496855f30](https://togithub.com/angular/components/commit/a496855f303acbf4b82821be029467c577976729) | fix | **button:** generate separate tokens for mini fab | | [cbeeb3ae17](https://togithub.com/angular/components/commit/cbeeb3ae1771c4ccbd6c5677cf73ac3d21c593c5) | fix | **checkbox:** use token for disabled label color | | [0a1c8eedb4](https://togithub.com/angular/components/commit/0a1c8eedb45c3e24247539abe489ea835d19a0d7) | fix | **chips:** Tokenize chip outline and disabled opacity ([#​28488](https://togithub.com/angular/components/pull/28488)) | | [58764afec2](https://togithub.com/angular/components/commit/58764afec2b181c6be1b21f952215c3aa0a160f0) | fix | **chips:** Tokenize the hover & focus overlays ([#​28497](https://togithub.com/angular/components/pull/28497)) | | [32f86e48e1](https://togithub.com/angular/components/commit/32f86e48e17caa316baa4738e0f458a64e16e4e5) | fix | **chips:** Tokenize the selected state ([#​28498](https://togithub.com/angular/components/pull/28498)) | | [1dcc195853](https://togithub.com/angular/components/commit/1dcc195853a74d1e0b724b742673eb5fd744cb67) | fix | **core:** ensure that option inherits container background | | [873c8e97dc](https://togithub.com/angular/components/commit/873c8e97dc4a077ca30d64c4ce629d7011caf10e) | fix | **datepicker:** fix M3 styles ([#​28556](https://togithub.com/angular/components/pull/28556)) | | [8ac58ff328](https://togithub.com/angular/components/commit/8ac58ff328aac006e9f22f9f97bf5552050c12ef) | fix | **datepicker:** fix touchui shadow and border-radius ([#​28577](https://togithub.com/angular/components/pull/28577)) | | [92ab097987](https://togithub.com/angular/components/commit/92ab0979874945b85554914879b58ab6b7152e39) | fix | **datepicker:** use direction-agnostic text-align | | [0edc47673f](https://togithub.com/angular/components/commit/0edc47673f93beb1533788e774d9b739821b33f4) | fix | **form-field:** container height in lower densities ([#​28546](https://togithub.com/angular/components/pull/28546)) | | [b1f281cab5](https://togithub.com/angular/components/commit/b1f281cab5d739e5b89d8c057e830fd61e88615b) | fix | **list:** ensure leading icon scales with token | | [306c2424f7](https://togithub.com/angular/components/commit/306c2424f7d12383166fb233770c05f063a094cd) | fix | **list:** indexOf usage incorreect for active focus reset ([#​28531](https://togithub.com/angular/components/pull/28531)) | | [75955eb9b4](https://togithub.com/angular/components/commit/75955eb9b422709064ceeb681ee9ef35db432102) | fix | **list:** match leading icon size in M3 to spec | | [b8327cd92c](https://togithub.com/angular/components/commit/b8327cd92c1f124a5e2c9ef6693354dd76cc5ca9) | fix | **list:** tokenize active-indicator ([#​28586](https://togithub.com/angular/components/pull/28586)) | | [ba05521005](https://togithub.com/angular/components/commit/ba05521005c1d19f6c2b12fd4ad07fc8df7e68cf) | fix | **list:** tokenize space around leading icon | | [0d88889452](https://togithub.com/angular/components/commit/0d888894525801fd45e673e37557dc58cef44934) | fix | **list:** use direction-agnostic text-align | | [46fe83f21f](https://togithub.com/angular/components/commit/46fe83f21f4f7cb54b09603829ddc4985a2e8be5) | fix | **list:** use transparent background for M3 ([#​28504](https://togithub.com/angular/components/pull/28504)) | | [044c9ba648](https://togithub.com/angular/components/commit/044c9ba6480cc80e2ab0e9a5d45a15c3b5c06174) | fix | **menu:** prevent icon from collapsing when text is long ([#​28541](https://togithub.com/angular/components/pull/28541)) | | [47c55925c0](https://togithub.com/angular/components/commit/47c55925c0eb9ff9b6a64446577ff322c01f03dc) | fix | **menu:** Update token values and styles for M3 ([#​28470](https://togithub.com/angular/components/pull/28470)) | | [a656164255](https://togithub.com/angular/components/commit/a656164255a276a0fdef4162a7e529426e0aae1d) | fix | **progress-bar:** incorrect alignment if direction is set on element | | [f6d3f1bc21](https://togithub.com/angular/components/commit/f6d3f1bc21e0ee734432f0609f0ea17016cfdbe1) | fix | **schematics:** import async animations and remove deprecated function usages ([#​28424](https://togithub.com/angular/components/pull/28424)) | | [fbf2ef3fcb](https://togithub.com/angular/components/commit/fbf2ef3fcba5266188e530e77ee91f8f1d4ff7dd) | fix | **select:** fix m3 arrow alignment ([#​28545](https://togithub.com/angular/components/pull/28545)) | | [fca43aa49b](https://togithub.com/angular/components/commit/fca43aa49b060e77d27b9286740c9535b4ae42c2) | fix | **select:** styles for m3 ([#​28492](https://togithub.com/angular/components/pull/28492)) | | [d799c044a7](https://togithub.com/angular/components/commit/d799c044a7acffcf94a9d86cc304a2fd3ace1961) | fix | **slide-toggle:** fix m3 slide-toggle handle ([#​28503](https://togithub.com/angular/components/pull/28503)) | | [130afedf1c](https://togithub.com/angular/components/commit/130afedf1c823c2d24eda2bedd1ebe5e3b33e6fa) | fix | **slide-toggle:** m3 slide-toggle track ([#​28539](https://togithub.com/angular/components/pull/28539)) | | [63c6b841b4](https://togithub.com/angular/components/commit/63c6b841b43ba1b4efd8ec9a00305833cd5c5498) | fix | **slide-toggle:** m3 track outline and handle opacity ([#​28565](https://togithub.com/angular/components/pull/28565)) | | [2455a42d3c](https://togithub.com/angular/components/commit/2455a42d3c5866e122421f144f08ae6fa4df4198) | fix | **stepper:** Update token values for M3 and add color variant support ([#​28430](https://togithub.com/angular/components/pull/28430)) | | [f9621a7c8c](https://togithub.com/angular/components/commit/f9621a7c8c4bf96c12003e2c092b79c76b023efc) | fix | **tabs:** prevent page scroll on space press ([#​28532](https://togithub.com/angular/components/pull/28532)) | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [d16e8ac5de](https://togithub.com/angular/components/commit/d16e8ac5de0191da06089e5668067c8d6e608d61) | feat | **theming:** add M3 tokens for pseudo checkbox ([#​28407](https://togithub.com/angular/components/pull/28407)) | | [4742a175ab](https://togithub.com/angular/components/commit/4742a175ab3b971aae9b6f6ad87a2cafd3257eb9) | fix | **theming:** Add more tests for M3 theme tokens ([#​28561](https://togithub.com/angular/components/pull/28561)) | | [1f1dac5e57](https://togithub.com/angular/components/commit/1f1dac5e57019d5faf044875c1b10be8e0fb1dd1) | fix | **theming:** Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips ([#​28457](https://togithub.com/angular/components/pull/28457)) | | [08c97ab648](https://togithub.com/angular/components/commit/08c97ab648245d5369e0d3164e0b05c1abc9d193) | fix | **theming:** Add support for color variants in option, checkbox, and fab ([#​28412](https://togithub.com/angular/components/pull/28412)) | | [715877a13d](https://togithub.com/angular/components/commit/715877a13d8f60af3a1f26bf9f6a5f0cc2aee0ee) | fix | **theming:** Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker ([#​28451](https://togithub.com/angular/components/pull/28451)) | | [29a1e5d8a1](https://togithub.com/angular/components/commit/29a1e5d8a13e1e81b9aa2e1dd89d54fb063fc191) | fix | **theming:** Add support for color variants in slide-toggle, select, and radio ([#​28445](https://togithub.com/angular/components/pull/28445)) | | [e45e210055](https://togithub.com/angular/components/commit/e45e210055eff26bd74956560b10f2681d4f2ac6) | fix | **theming:** Add support for color variants in tabs and slider ([#​28417](https://togithub.com/angular/components/pull/28417)) | | [9ab104b804](https://togithub.com/angular/components/commit/9ab104b8041ad6bd3f7529a88a6bdefcc219248a) | fix | **theming:** align dialog with M3 | | [957bc487bf](https://togithub.com/angular/components/commit/957bc487bf8077cd4b657baa3d4ed64aebff9196) | fix | **theming:** align fab with M3 spec | | [ba3680ed48](https://togithub.com/angular/components/commit/ba3680ed489e36c106578f790459084649e74bd0) | fix | **theming:** align M3 icon buttons with spec | | [601a745fc8](https://togithub.com/angular/components/commit/601a745fc8e19ab7be93379297ea5fef58d5327e) | fix | **theming:** cap icon button size | | [339905c5af](https://togithub.com/angular/components/commit/339905c5af8a0abe632c2abcdc9f19e9a480677e) | fix | **theming:** disabled radio button incorrect label color ([#​28415](https://togithub.com/angular/components/pull/28415)) | | [b6e0b20e1f](https://togithub.com/angular/components/commit/b6e0b20e1f72f48622179f0a8859b76df056b484) | fix | **theming:** Fix chip trailing icon opacity in M3 ([#​28530](https://togithub.com/angular/components/pull/28530)) | | [fdd16e6675](https://togithub.com/angular/components/commit/fdd16e667550690d554bba49888bfc6929bc97b2) | fix | **theming:** fix filled text field | | [06c81e38c7](https://togithub.com/angular/components/commit/06c81e38c719b7b051aeae2ef339b904cc45015e) | fix | **theming:** fix paginator in M3 | | [59b93b44ab](https://togithub.com/angular/components/commit/59b93b44ab807a55ce182599e30dc52609debaf8) | fix | **theming:** Fix token causing test failure on CI ([#​28569](https://togithub.com/angular/components/pull/28569)) | | [1e48cd431f](https://togithub.com/angular/components/commit/1e48cd431fb11f0e0172251d719340b2bc9aa39b) | fix | **theming:** fix up M3 checkbox | | [056e2221ec](https://togithub.com/angular/components/commit/056e2221ecfd75808c74e2ef9a783bcb82a25c03) | fix | **theming:** implement M3 badge ([#​28460](https://togithub.com/angular/components/pull/28460)) | | [93f3421538](https://togithub.com/angular/components/commit/93f3421538118ef9187c2bcd4a2aec24a8fcfc01) | fix | **theming:** incorrect track color for alternate progress bar palettes ([#​28484](https://togithub.com/angular/components/pull/28484)) | | [935eda0872](https://togithub.com/angular/components/commit/935eda0872ffdafbf0273b931d6df04e49030369) | fix | **theming:** incorrect validation for density scale | | [8fab89229d](https://togithub.com/angular/components/commit/8fab89229d3aad9109c5a22244f9f35ae3fc675f) | fix | **theming:** Make color API back-cmpat styles available ([#​28526](https://togithub.com/angular/components/pull/28526)) | | [f1deb30a17](https://togithub.com/angular/components/commit/f1deb30a1768ac6a5e87872a1b790f1b93b5b2c7) | fix | **theming:** Make M3 work with typography-hierarchy ([#​28540](https://togithub.com/angular/components/pull/28540)) | | [5f1a7ea1ee](https://togithub.com/angular/components/commit/5f1a7ea1ee6eecc5b4e2b3fd52445e5adb5911a6) | fix | **theming:** resolve M3 issues in mat-option ([#​28482](https://togithub.com/angular/components/pull/28482)) | | [dabb96765a](https://togithub.com/angular/components/commit/dabb96765a80c29067d07240d46d7852fbc580fa) | fix | **theming:** set up core theme and app tokens ([#​28431](https://togithub.com/angular/components/pull/28431)) | | [d26a51e3a5](https://togithub.com/angular/components/commit/d26a51e3a54b71928bc98df175c54997f8a31929) | fix | **theming:** set up internal form field in M3 ([#​28414](https://togithub.com/angular/components/pull/28414)) | | [42f2cc9ad8](https://togithub.com/angular/components/commit/42f2cc9ad8a2a4f2e38531cb299ef7f89e104d92) | fix | **theming:** set up padding tokens | | [0da585f730](https://togithub.com/angular/components/commit/0da585f7307ea98b5575d520d3b6da79769827c4) | fix | **theming:** Update color palettes ([#​28472](https://togithub.com/angular/components/pull/28472)) | ### [`v17.1.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1712-acrylic-aquarium-2024-01-31) [Compare Source](https://togithub.com/angular/components/compare/17.1.1...17.1.2) ##### material | Commit | Type | Description | | -- | -- | -- | | [8675ae2436](https://togithub.com/angular/components/commit/8675ae24368dbf904176f1813ed0d8945e145fa5) | fix | **form-field:** insufficient color contrast text to input fill ([#​28274](https://togithub.com/angular/components/pull/28274)) | | [b6a9ac8214](https://togithub.com/angular/components/commit/b6a9ac8214a19b31776e73d56c811663c712b1e3) | fix | **schematics:** import async animations and remove deprecated function usages ([#​28481](https://togithub.com/angular/components/pull/28481)) | | [251293f950](https://togithub.com/angular/components/commit/251293f9502d8dbe39a3dc2c2399082ffeea2d49) | fix | **slide-toggle:** Emit token values under current selector or root ([#​28390](https://togithub.com/angular/components/pull/28390)) | | [9e02a1135b](https://togithub.com/angular/components/commit/9e02a1135bd108a3443e796f6c19385bce963495) | fix | **slider:** error if slider is destroyed before first change detection ([#​28494](https://togithub.com/angular/components/pull/28494)) | ### [`v17.1.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1711-plastic-mug-2024-01-25) [Compare Source](https://togithub.com/angular/components/compare/17.1.0...17.1.1) ##### material | Commit | Type | Description | | -- | -- | -- | | [739b841bbc](https://togithub.com/angular/components/commit/739b841bbc478c1f393d2945cc40c9fc216cf211) | fix | **badge:** move structural styles out of theme ([#​28452](https://togithub.com/angular/components/pull/28452)) | | [9e7fe24494](https://togithub.com/angular/components/commit/9e7fe24494add34341062ab9ba3fd1160adc3830) | fix | **core:** fix mat-error not rendering with Closure Compiler ([#​28405](https://togithub.com/angular/components/pull/28405)) | | [90456b0d4c](https://togithub.com/angular/components/commit/90456b0d4c0acf1eab096509a9e68b7472a0cc62) | fix | **dialog:** scale animation not working ([#​28449](https://togithub.com/angular/components/pull/28449)) | | [ed0a7aaa43](https://togithub.com/angular/components/commit/ed0a7aaa4379c18afde630518aa366beb5cd2317) | fix | **slide-toggle:** move state-layer-size token ([#​28397](https://togithub.com/angular/components/pull/28397)) | | [ab2ceab21c](https://togithub.com/angular/components/commit/ab2ceab21c7e2c4508c21280b261bcaec4cc627b) | fix | **slide-toggle:** use css var for disabled label color ([#​28471](https://togithub.com/angular/components/pull/28471)) | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [d7f26c3342](https://togithub.com/angular/components/commit/d7f26c334288caecc86c378214282fbae8c46465) | fix | **theming:** align form field icons with M3 ([#​28463](https://togithub.com/angular/components/pull/28463)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [4c83ea8ef8](https://togithub.com/angular/components/commit/4c83ea8ef830d9a409f72c09a27d7a6069928558) | fix | import ANIMATION_MODULE_TYPE from core ([#​28459](https://togithub.com/angular/components/pull/28459)) | ### [`v17.1.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1710-metal-table-2024-01-17) [Compare Source](https://togithub.com/angular/components/compare/17.0.6...17.1.0) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [46eb9321cc](https://togithub.com/angular/components/commit/46eb9321cc522aaf55c9473ed5eed8af2548abb6) | fix | **table:** \_cellRole lint error ([#​28391](https://togithub.com/angular/components/pull/28391)) | | [d3e8a28389](https://togithub.com/angular/components/commit/d3e8a28389dd77b865feaef0160911fd2c41f496) | fix | **table:** measuring sticky row too early ([#​28393](https://togithub.com/angular/components/pull/28393)) | | [30f0705491](https://togithub.com/angular/components/commit/30f07054913ff1026b0ec8420cd217ccc8daa167) | fix | **table:** support hydration ([#​28356](https://togithub.com/angular/components/pull/28356)) | | [1fe1f69303](https://togithub.com/angular/components/commit/1fe1f69303780c11c07ff84313f5fdc10440d55b) | perf | **table:** Optimize a11y role logic in CdkCell. ([#​28336](https://togithub.com/angular/components/pull/28336)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [f23d8c1f7e](https://togithub.com/angular/components/commit/f23d8c1f7e828cc1d4d9d08cd6117507f979fcb5) | feat | **button:** add the ability to interact with disabled buttons ([#​28242](https://togithub.com/angular/components/pull/28242)) | | [6719168192](https://togithub.com/angular/components/commit/67191681921550b7e4e0c587880e4db25686c589) | feat | **chips:** expose \_chipGrid in MatChipInput and add a stream of chip removal events ([#​28012](https://togithub.com/angular/components/pull/28012)) ([#​28013](https://togithub.com/angular/components/pull/28013)) | | [556eeb19c8](https://togithub.com/angular/components/commit/556eeb19c8d53e8675df12670f5ccaa6148d2532) | fix | **button:** Move unthemable icon button tokens to theme mixin ([#​27570](https://togithub.com/angular/components/pull/27570)) | | [714eac3be4](https://togithub.com/angular/components/commit/714eac3be477768b482b0cf48ed2061b10d1a858) | fix | **button:** remove duplicate typography styles from FAB ([#​28258](https://togithub.com/angular/components/pull/28258)) | | [2dc10daa07](https://togithub.com/angular/components/commit/2dc10daa07a9380c61c955edd44005f2c06e5e22) | fix | **button:** use tokens for button elevation ([#​28396](https://togithub.com/angular/components/pull/28396)) | | [ec86cf88ee](https://togithub.com/angular/components/commit/ec86cf88ee8def16b906a893245fe564db9b0b33) | fix | **checkbox:** move required validation into component | | [c00c2db924](https://togithub.com/angular/components/commit/c00c2db9242f0ea1933af2113f03535f8f75b2f2) | fix | **datepicker:** unable to distinguish disabled buttons in the calendar ([#​28385](https://togithub.com/angular/components/pull/28385)) | | [fef66fee7c](https://togithub.com/angular/components/commit/fef66fee7cca3829a0b756f57800e88624c597a2) | fix | **dialog:** `mat-dialog-title` should work under `OnPush` `viewContainerRef` ([#​28329](https://togithub.com/angular/components/pull/28329)) | | [9e43890155](https://togithub.com/angular/components/commit/9e438901555eaedc6617dd241ffabe391cba3b64) | fix | **form-field:** work around closure compiler issue ([#​28185](https://togithub.com/angular/components/pull/28185)) | | [4d0719a6a0](https://togithub.com/angular/components/commit/4d0719a6a0d0472ee1729750100167d9941b1641) | fix | **paginator:** match visual and reading order ([#​28285](https://togithub.com/angular/components/pull/28285)) | | [00e70fd8e3](https://togithub.com/angular/components/commit/00e70fd8e3542cc7a64c555a84f8092016c5236e) | fix | **slide-toggle:** delete custom typography tokens ([#​28365](https://togithub.com/angular/components/pull/28365)) | | [c2c818ceeb](https://togithub.com/angular/components/commit/c2c818ceeb3231128e4ec3d7b9a67b5460368230) | fix | **slide-toggle:** move required validation into component | | [6bfbe9b19f](https://togithub.com/angular/components/commit/6bfbe9b19f9d277401f0ac7041e6a658db6a2e8e) | fix | **slider:** update inactive input width on value change ([#​28275](https://togithub.com/angular/components/pull/28275)) | | [a643a2ed42](https://togithub.com/angular/components/commit/a643a2ed42b7751087c59ff55a61c7e14f262604) | fix | **snack-bar:** Ensure snackbar open animation works with OnPush ancestor ([#​28331](https://togithub.com/angular/components/pull/28331)) | | [7f601b0936](https://togithub.com/angular/components/commit/7f601b093683c4519a79447bec3d8faf896c9e6e) | fix | **stepper:** enable hydration ([#​28382](https://togithub.com/angular/components/pull/28382)) | | [a7f87a80a1](https://togithub.com/angular/components/commit/a7f87a80a18a62d75a8c5621fd89dbc2cf28a865) | fix | **tabs:** enable hydration ([#​28366](https://togithub.com/angular/components/pull/28366)) | ##### google-maps | Commit | Type | Description | | -- | -- | -- | | [9f1989228f](https://togithub.com/angular/components/commit/9f1989228f10694b61e694db456c387687e9626d) | feat | add support for dynamic library loading API | | [338aa184ae](https://togithub.com/angular/components/commit/338aa184aee83c2b7c450c7272897e4417bccb79) | fix | error when added through ng add | ##### youtube-player | Commit | Type | Description | | -- | -- | -- | | [e0414b19c1](https://togithub.com/angular/components/commit/e0414b19c132ecdd26b49b133e323f80960f1159) | feat | automatically load youtube api | | [381a65f33d](https://togithub.com/angular/components/commit/381a65f33d87c885235d2076297f092d6c218bae) | feat | coerce inputs | | [b7c47c3025](https://togithub.com/angular/components/commit/b7c47c3025d430c738175f0e7e84d37c6311d8fd) | feat | improve initial load performance using a placeholder image ([#​28207](https://togithub.com/angular/components/pull/28207)) | | [62ca3ede70](https://togithub.com/angular/components/commit/62ca3ede70bb87e212fcf5f88b1e9cb8a1660d92) | fix | error when added through ng add | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [244bed4675](https://togithub.com/angular/components/commit/244bed467505b618a38e62c7dc4ca9b67ac431b0) | feat | **theming:** add M3 button tokens ([#​28375](https://togithub.com/angular/components/pull/28375)) | | [cf6ab1c1d0](https://togithub.com/angular/components/commit/cf6ab1c1d0a30c1a77efe878d1f15bb4207ec31e) | feat | **theming:** add M3 expansion support ([#​28159](https://togithub.com/angular/components/pull/28159)) | | [2963b7aaca](https://togithub.com/angular/components/commit/2963b7aaca3d91fe62f592707ca764f818a5877e) | feat | **theming:** add M3 icon-button & fab support ([#​28157](https://togithub.com/angular/components/pull/28157)) | | [0b7e656f19](https://togithub.com/angular/components/commit/0b7e656f192002b7ea025aef68404e76f733be12) | feat | **theming:** Add support for color variants ([#​28279](https://togithub.com/angular/components/pull/28279)) | | [94d8997b2c](https://togithub.com/angular/components/commit/94d8997b2c10116bfe711b004af8ccfc82e012f3) | fix | **theming:** fix border radius of filled form field | | [d1ceb6b44a](https://togithub.com/angular/components/commit/d1ceb6b44aa65652f9a8d301554a41d21c3b01f1) | fix | **theming:** fix disabled form field in M3 | ##### material-moment-adapter | Commit | Type | Description | | -- | -- | -- | | [eca50162a7](https://togithub.com/angular/components/commit/eca50162a7d3367f2028fcaa75f9b08e58109f8b) | fix | error when added through ng add | ##### material-luxon-adapter | Commit | Type | Description | | -- | -- | -- | | [91b646717d](https://togithub.com/angular/components/commit/91b646717d9836215ff839fafcf148ded677006e) | fix | error when added through ng add | ##### material-date-fns-adapter | Commit | Type | Description | | -- | -- | -- | | [083472db0e](https://togithub.com/angular/components/commit/083472db0e52b5a0127d2c746a8f44061763de51) | feat | support date-fns 3.0 ([#​28364](https://togithub.com/angular/components/pull/28364)) | | [2da9f6bc32](https://togithub.com/angular/components/commit/2da9f6bc32d48fcb72d447e665ce592114aa1cf5) | fix | error when added through ng add | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [997bf75f9f](https://togithub.com/angular/components/commit/997bf75f9fb20c4b67f02c94baf128edd7eb007c) | fix | consolidate and tokenize internal form field ([#​28236](https://togithub.com/angular/components/pull/28236)) | | [7840cd3a77](https://togithub.com/angular/components/commit/7840cd3a779b6e7388971e279bd60de2bcb1e89b) | fix | provide standalone-friendly APIs for date adapters ([#​28349](https://togithub.com/angular/components/pull/28349)) | | [21737ad394](https://togithub.com/angular/components/commit/21737ad394a404881193ad89edfe29fe3ec8235e) | fix | use provide functions in providers for date adapters ([#​28363](https://togithub.com/angular/components/pull/28363)) | ### [`v17.0.6`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1706-plastic-spoon-2024-01-17) [Compare Source](https://togithub.com/angular/components/compare/17.0.5...17.0.6) ##### material | Commit | Type | Description | | -- | -- | -- | | [53aae488ff](https://togithub.com/angular/components/commit/53aae488ff77fecd6dab1f15151938c1a2968f80) | fix | **progress-bar:** remove track color workaround ([#​28416](https://togithub.com/angular/components/pull/28416)) | ### [`v17.0.5`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1705-stardust-symphony-2024-01-10) [Compare Source](https://togithub.com/angular/components/compare/17.0.4...17.0.5) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [5e2d13b912](https://togithub.com/angular/components/commit/5e2d13b9128da3d78259fe49abd1200af7ec3947) | fix | **a11y:** resolve hydration error in focus trap | | [837d396aff](https://togithub.com/angular/components/commit/837d396aff79e4cd8f3dbbbc15342050e9ba1bc2) | fix | **collections:** Do not deselect comparable already selected value with setSelection ([#​28267](https://togithub.com/angular/components/pull/28267)) | | [94a9fa9c6c](https://togithub.com/angular/components/commit/94a9fa9c6cd31bb82d3b0367aec5c13d54b18802) | fix | **dialog:** resolve hydration error in focus trap | | [82c37a9774](https://togithub.com/angular/components/commit/82c37a97741e0d3d27c6922894978596cc51539d) | fix | **drag-drop:** auto-scroll to the left not starting in rtl layout ([#​28334](https://togithub.com/angular/components/pull/28334))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

forking-renovate[bot] commented 2 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: web-app-demo/Frontend/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: frontend@0.0.0
npm error Found: @angular/common@17.0.8
npm error node_modules/@angular/common
npm error   @angular/common@"17.0.8" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/cdk@18.0.0
npm error node_modules/@angular/cdk
npm error   @angular/cdk@"18.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-05-23T17_39_59_641Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-23T17_39_59_641Z-debug-0.log
forking-renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 18.x releases. But if you manually upgrade to 18.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.