bitwarden / directory-connector

A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
https://bitwarden.com
GNU General Public License v3.0
249 stars 84 forks source link

[deps]: Update @angular/cdk to v18 #487

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/cdk 16.2.12 -> 18.2.2 age adoption passing confidence

Release Notes

angular/components (@​angular/cdk) ### [`v18.2.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1822-steel-sword-2024-08-28) [Compare Source](https://togithub.com/angular/components/compare/18.2.1...18.2.2) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [39d3d01340](https://togithub.com/angular/components/commit/39d3d0134050830294f7185a4ac9849f043e480c) | fix | **drag-drop:** error if ngDevMode is undefined ([#​29634](https://togithub.com/angular/components/pull/29634)) | | [b1c5ed7260](https://togithub.com/angular/components/commit/b1c5ed7260a1acad451899573c4d4a3fe6398a82) | fix | **tree:** avoid breaking change in constructor ([#​29648](https://togithub.com/angular/components/pull/29648)) | | [ff95692125](https://togithub.com/angular/components/commit/ff95692125ff79fccaff8fab85479dd7c5633675) | fix | **tree:** capturing focus on load ([#​29641](https://togithub.com/angular/components/pull/29641)) | | [f888b3d95a](https://togithub.com/angular/components/commit/f888b3d95ab94ceb779c05860c6e65d82a11eff8) | fix | **tree:** fix issue where `isExpanded` wouldn't be set if placed before `isExpandable` ([#​29565](https://togithub.com/angular/components/pull/29565)) ([#​29647](https://togithub.com/angular/components/pull/29647)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [3ce4e9fc2a](https://togithub.com/angular/components/commit/3ce4e9fc2adae1761531da18c3afe046fb68c5b0) | fix | **schematics:** Add the missing neutral tones for the M3 color palettes ([#​29644](https://togithub.com/angular/components/pull/29644)) | | [f93d0f4095](https://togithub.com/angular/components/commit/f93d0f40957e779ed8888433dddd658b1ed4018e) | perf | **tooltip:** Avoid unneeded calls to clearTimeout ([#​29643](https://togithub.com/angular/components/pull/29643)) | ### [`v18.2.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1821-plastic-panda-2024-08-22) [Compare Source](https://togithub.com/angular/components/compare/18.2.0...18.2.1) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [3a2d13e2e4](https://togithub.com/angular/components/commit/3a2d13e2e4740acb32a09ed008dfc3f927b25423) | fix | **drag-drop:** preview positioned incorrectly when RTL is set on the body ([#​29606](https://togithub.com/angular/components/pull/29606)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [bad94fda58](https://togithub.com/angular/components/commit/bad94fda58c38940366e13201bca0dcb92f4ded2) | fix | **datepicker:** calendar font tokens not being picked up ([#​29610](https://togithub.com/angular/components/pull/29610)) ([#​29615](https://togithub.com/angular/components/pull/29615)) | | [c4c62b8549](https://togithub.com/angular/components/commit/c4c62b854915a1195d723d6c47eef40c4c28805a) | fix | **icon:** update error message for missing HttpClient ([#​29589](https://togithub.com/angular/components/pull/29589)) | | [b2a32e9898](https://togithub.com/angular/components/commit/b2a32e9898de1c625a4398c83842666e9ff7f91b) | fix | **menu:** inconsistent layout of submenu icon ([#​29603](https://togithub.com/angular/components/pull/29603)) | | [5f0c89030e](https://togithub.com/angular/components/commit/5f0c89030ea355a080a4486c6dbdabf7f3bd8908) | fix | **tabs:** switch pagination to not use native buttons ([#​29605](https://togithub.com/angular/components/pull/29605)) | ### [`v18.2.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1820-technetium-tapas-2024-08-14) [Compare Source](https://togithub.com/angular/components/compare/18.1.5...18.2.0) #### Deprecations ##### material - Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version. - BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated - CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead. - MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead. - MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl. Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are *not* expandable by default. Provide isExpandable to override default behavior. - Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes. - MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior. - MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior. - MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior. - LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior. Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied. Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy - disabled renamed to isDisabled. - CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled ##### material | Commit | Type | Description | | -- | -- | -- | | [ddc307e28](https://togithub.com/angular/components/commit/ddc307e28449045c484510ff26798fc1a6efa7c1) | feat | **button-toggle:** allow disabled buttons to be interactive ([#​29550](https://togithub.com/angular/components/pull/29550)) | | [841760101](https://togithub.com/angular/components/commit/8417601015e7c3a96a8a6801213e764058ee8aba) | feat | **checkbox:** add the ability to interact with disabled checkboxes ([#​29474](https://togithub.com/angular/components/pull/29474)) | | [0af3b6175](https://togithub.com/angular/components/commit/0af3b617505d5f39f2492ba4b7e3e7fd4b74f990) | feat | **radio:** add the ability to interact with disabled radio buttons ([#​29490](https://togithub.com/angular/components/pull/29490)) | | [4292e1b3a](https://togithub.com/angular/components/commit/4292e1b3a05492e62413f3a62e082f2b8b012026) | feat | **slide-toggle:** add the ability to interact with disabled toggle ([#​29502](https://togithub.com/angular/components/pull/29502)) | | [a018fb0ee](https://togithub.com/angular/components/commit/a018fb0ee8ac711e7fba7d0d528fa56f348f6361) | feat | **tooltip:** replicate tooltipClass to default MatTooltipDefaultOptions ([#​29467](https://togithub.com/angular/components/pull/29467)) | | [aaf0d5156](https://togithub.com/angular/components/commit/aaf0d51569c0a5626055ca61663d6dbe9fbd1776) | fix | **checkbox:** account for disabledInteractive in harness | | [d22a24d66](https://togithub.com/angular/components/commit/d22a24d667a16c39d4a4ec5f59b248f990fa029e) | fix | **list:** checkmark not visible in high contrast mode ([#​29546](https://togithub.com/angular/components/pull/29546)) | | [a259b016b](https://togithub.com/angular/components/commit/a259b016b0ef37511c7b6b887da93bacef91f243) | fix | **radio:** account for disabledInteractive in harness | | [fd47a0e60](https://togithub.com/angular/components/commit/fd47a0e60dd9ab50d9f923713ca60a7fd21ccc16) | fix | **radio:** avoid error if destroyed quickly ([#​29507](https://togithub.com/angular/components/pull/29507)) | | [08d2e3e69](https://togithub.com/angular/components/commit/08d2e3e6945a5488171f5211891d0c2a806808b7) | fix | **slide-toggle:** account for disabledInteractive in harness | | [fd416a30e](https://togithub.com/angular/components/commit/fd416a30e8de0e741ac45f3fb45e695abecf5ded) | fix | **tooltip:** remove aria-describedby when disabled ([#​29520](https://togithub.com/angular/components/pull/29520)) | | [ff36c80f9](https://togithub.com/angular/components/commit/ff36c80f9c7a14f0e9f36eafc3e1423d34e7c916) | fix | **tree:** add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements ([#​29062](https://togithub.com/angular/components/pull/29062)) | | [1f992d06c](https://togithub.com/angular/components/commit/1f992d06c693a6e09332ac83d837c9ff8e1fdf7b) | fix | **tree:** aria-expanded attribute should not appear in the leaf node ([#​29273](https://togithub.com/angular/components/pull/29273)) | ##### cdk | Commit | Type | Description | | -- | -- | -- | | [b2c051d2c](https://togithub.com/angular/components/commit/b2c051d2c1b67f4c149aee1573a4aceddb496157) | feat | **drag-drop:** add input to specify dragged item scale ([#​29392](https://togithub.com/angular/components/pull/29392)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [db5b8dc29](https://togithub.com/angular/components/commit/db5b8dc29b900470523bb20eea1ba255c2dc1168) | feat | fallback to system level variables ([#​29480](https://togithub.com/angular/components/pull/29480)) | ### [`v18.1.5`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1815-ruthenium-roulette-2024-08-14) [Compare Source](https://togithub.com/angular/components/compare/18.1.4...18.1.5) ##### material | Commit | Type | Description | | -- | -- | -- | | [b2e728db9](https://togithub.com/angular/components/commit/b2e728db9789d970990455617338683a68d34a0c) | fix | **form-field:** update state if control changes ([#​29573](https://togithub.com/angular/components/pull/29573)) | | [1c438b312](https://togithub.com/angular/components/commit/1c438b312ece5ce29b6f0d60c6696b4afb5396af) | fix | **schematics:** Generate more accurate tonal palettes for M3 schematic ([#​29536](https://togithub.com/angular/components/pull/29536)) | | [838d1a45a](https://togithub.com/angular/components/commit/838d1a45a213b41c42a320e16701b25e99fae7ec) | fix | **tabs:** allow for tablist aria-label and aria-labelledby to be set ([#​29562](https://togithub.com/angular/components/pull/29562)) | ### [`v18.1.4`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1814-pewter-polka-2024-08-07) [Compare Source](https://togithub.com/angular/components/compare/18.1.3...18.1.4) ##### material | Commit | Type | Description | | -- | -- | -- | | [2b5ae8c0ed](https://togithub.com/angular/components/commit/2b5ae8c0edc6e5c435dd729e704c397cfead2896) | fix | **chips:** missing tokens in M3 ([#​29531](https://togithub.com/angular/components/pull/29531)) | | [b98432839e](https://togithub.com/angular/components/commit/b98432839ef879757452a48b149fad0e289e3aae) | fix | **sidenav:** disable focus trap while closed ([#​29548](https://togithub.com/angular/components/pull/29548)) | ### [`v18.1.3`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1813-plastic-beach-2024-07-31) [Compare Source](https://togithub.com/angular/components/compare/18.1.2...18.1.3) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [2c76917779](https://togithub.com/angular/components/commit/2c7691777915e1fd051fd22458980e63fa15958d) | fix | **coercion:** Return undefined when the fallback value is undefined ([#​29491](https://togithub.com/angular/components/pull/29491)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [caf4b61ead](https://togithub.com/angular/components/commit/caf4b61eadce6c8c407cc5a66a8b420a6a2d805f) | fix | **chips:** remove tab-index attribute from mat-chip host ([#​29436](https://togithub.com/angular/components/pull/29436)) | | [913267c0b1](https://togithub.com/angular/components/commit/913267c0b18bee9b47bdb860b9c5c584b84a609c) | fix | **core:** custom system-level variable prefix not used in some mixins ([#​29513](https://togithub.com/angular/components/pull/29513)) | | [70048ef226](https://togithub.com/angular/components/commit/70048ef226fab98a60067f87fc2ace6e2003afa8) | fix | **dialog:** invalid font-family declaration ([#​29516](https://togithub.com/angular/components/pull/29516)) | | [d7d82e1455](https://togithub.com/angular/components/commit/d7d82e145501321de195bc26e428a05314878d5f) | fix | **slide-toggle:** don't trigger active state for entire container ([#​29514](https://togithub.com/angular/components/pull/29514)) | | [d237e7d2c7](https://togithub.com/angular/components/commit/d237e7d2c76ab11a4089a35a3b3a77f2515ac713) | fix | **slide-toggle:** remove divs from button ([#​29485](https://togithub.com/angular/components/pull/29485)) | ### [`v18.1.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1812-velvet-violin-2024-07-24) [Compare Source](https://togithub.com/angular/components/compare/18.1.1...18.1.2) ##### material | Commit | Type | Description | | -- | -- | -- | | [cf61af53bd](https://togithub.com/angular/components/commit/cf61af53bdb5178cfc80157b9abae2ca1819f4b0) | fix | **chips:** remove button is too small ([#​29351](https://togithub.com/angular/components/pull/29351)) | | [c79ec264aa](https://togithub.com/angular/components/commit/c79ec264aa454b31f6cefa6a1b032884c565ae2e) | fix | **form-field:** hiding a label after it has been ([#​29461](https://togithub.com/angular/components/pull/29461)) | | [15238d255f](https://togithub.com/angular/components/commit/15238d255f563348677fd81690735a708d3bda5c) | fix | **input:** Number input not changing on wheel interaction ([#​29449](https://togithub.com/angular/components/pull/29449)) | ### [`v18.1.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1811-tantalum-tale-2024-07-17) [Compare Source](https://togithub.com/angular/components/compare/18.1.0...18.1.1) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [ca634cb7b](https://togithub.com/angular/components/commit/ca634cb7ba6800b2dc23b15b319d8aef6ede64df) | fix | **drag-drop:** remove preview after animate to placeholder animation completes ([#​29439](https://togithub.com/angular/components/pull/29439)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [b7959c241](https://togithub.com/angular/components/commit/b7959c241d56ebfbcfb09c2fdce12ebdc6e2d6ad) | fix | **button:** support palettes for icon button in M3 ([#​29433](https://togithub.com/angular/components/pull/29433)) | | [ffe1c35c0](https://togithub.com/angular/components/commit/ffe1c35c0b2b59acfbc49bfc345e477f680e1f44) | fix | **chips:** fix focus issue ([#​29427](https://togithub.com/angular/components/pull/29427)) | | [57cc0b04b](https://togithub.com/angular/components/commit/57cc0b04b4be19b3cba08ae509e066f7ba40e61d) | fix | **core:** require theme for option typography ([#​29416](https://togithub.com/angular/components/pull/29416)) | | [2e5e415ec](https://togithub.com/angular/components/commit/2e5e415ec573b2fd6593b116429080fbe7b24dc2) | fix | **tabs:** prevent tab header from collapsing when empty inside a drop list ([#​29418](https://togithub.com/angular/components/pull/29418)) | ### [`v18.1.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1810-coral-odyssey-2024-07-10) [Compare Source](https://togithub.com/angular/components/compare/18.0.6...18.1.0) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [0bc6583892](https://togithub.com/angular/components/commit/0bc65838926e88723bfc677fc3e4de81826cfe5b) | feat | **drag-drop:** add mixed orientation support | | [b5e30156c1](https://togithub.com/angular/components/commit/b5e30156c110b67fa5633062227b8767fe601532) | feat | **drag-drop:** add the ability to specify an alternate drop list container ([#​29283](https://togithub.com/angular/components/pull/29283)) | | [03d4e134c8](https://togithub.com/angular/components/commit/03d4e134c84f4e9bba6e222e68f7fcc2e3dd3935) | fix | **drag-drop:** reset pointer events on descendants ([#​29370](https://togithub.com/angular/components/pull/29370)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [5da528e44d](https://togithub.com/angular/components/commit/5da528e44d6fadca6e13f34b86f180a4b5239049) | feat | **button:** allow button color to be configured through DI ([#​29297](https://togithub.com/angular/components/pull/29297)) | | [6f698fa4e2](https://togithub.com/angular/components/commit/6f698fa4e24ef4637b2c83f43cb608df967a78b5) | feat | **core:** add option to configure prefix of system variables ([#​29139](https://togithub.com/angular/components/pull/29139)) | | [5a97c03928](https://togithub.com/angular/components/commit/5a97c03928a8f4063353015747da37a39efad6a3) | fix | **chips:** navigate between rows on up/down arrow ([#​29364](https://togithub.com/angular/components/pull/29364)) | | [566057b8f5](https://togithub.com/angular/components/commit/566057b8f58fab1b5328cbd4336b7b19ea412fd3) | fix | **divider:** non-text color contrast issues ([#​28995](https://togithub.com/angular/components/pull/28995)) | | [65b56400bd](https://togithub.com/angular/components/commit/65b56400bd69035d291867a81257fad2dcb3ed5a) | fix | **tabs:** remove visibility style when hydrating ([#​29220](https://togithub.com/angular/components/pull/29220)) | ##### cdk-experimental | Commit | Type | Description | | -- | -- | -- | | [fc6beeae18](https://togithub.com/angular/components/commit/fc6beeae18cba6ff5744a8381aee6edf6211cb5e) | fix | **popover-edit:** Fix dialog role and allow aria label on popup ([#​29380](https://togithub.com/angular/components/pull/29380)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [aa17c2d128](https://togithub.com/angular/components/commit/aa17c2d128c6a2e6a9a5b4b0f943b7b792ac5bea) | fix | remove workarounds for formControl directive ([#​29296](https://togithub.com/angular/components/pull/29296)) | ### [`v18.0.6`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1806-gallium-grape-2024-07-03) [Compare Source](https://togithub.com/angular/components/compare/18.0.5...18.0.6) ##### material | Commit | Type | Description | | -- | -- | -- | | [e5c5f151c](https://togithub.com/angular/components/commit/e5c5f151cc3a5293f629bfa84bcddb0b391cf268) | fix | **core:** add fallback if ripples get stuck ([#​29323](https://togithub.com/angular/components/pull/29323)) | ### [`v18.0.5`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1805-plastic-puppy-2024-06-26) [Compare Source](https://togithub.com/angular/components/compare/18.0.4...18.0.5) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [0be4013d90](https://togithub.com/angular/components/commit/0be4013d90aad3a2c4b18d2d6fccaf3a30d1830f) | fix | **a11y:** Make focus-trap behavior consistent across zoneful/zoneless ([#​29225](https://togithub.com/angular/components/pull/29225)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [fad2a074e2](https://togithub.com/angular/components/commit/fad2a074e2f5ee4bac9ddb68486427ae66a2433d) | fix | **button-toggle:** skip disabled buttons during keyboard navigation ([#​29308](https://togithub.com/angular/components/pull/29308)) | | [e5684fe2b7](https://togithub.com/angular/components/commit/e5684fe2b7964fc9c614a45568b99f1d24982f3f) | fix | **button:** stack icons on top of touch target ([#​29291](https://togithub.com/angular/components/pull/29291)) | | [c1a40a26d1](https://togithub.com/angular/components/commit/c1a40a26d164a766efd3ef863b52de18b3bb4d09) | fix | **datepicker:** avoid losing focus when re-rendering the current view ([#​29287](https://togithub.com/angular/components/pull/29287)) | | [7f575daab5](https://togithub.com/angular/components/commit/7f575daab5de7e77ef8346c5a85eb59108b76a48) | fix | **sidenav:** not closing on escape key press ([#​29292](https://togithub.com/angular/components/pull/29292)) | ### [`v18.0.4`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1804-caesium-carnival-2024-06-20) [Compare Source](https://togithub.com/angular/components/compare/18.0.3...18.0.4) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [8e7ac0804](https://togithub.com/angular/components/commit/8e7ac0804844f7dee57eca2445b4a9f17a094e4d) | fix | **overlay:** incorrectly dispatching outside click for shadow DOM ([#​29249](https://togithub.com/angular/components/pull/29249)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [303984fd9](https://togithub.com/angular/components/commit/303984fd9e262e3e434afb56bf2b29c0ef79ab92) | fix | **autocomplete:** autocomplete panel top is cut off in landscape mode ([#​28982](https://togithub.com/angular/components/pull/28982)) | | [69ae4040e](https://togithub.com/angular/components/commit/69ae4040e558d9f10004cff81bdd453ed260abd9) | fix | **bottom-sheet:** changed after checked error with zoneless ([#​29277](https://togithub.com/angular/components/pull/29277)) | | [317e371f0](https://togithub.com/angular/components/commit/317e371f0d6e47e7bf0fff7f72ab731d0727e53a) | fix | **core:** generate mat-optgroup tokens in M3 ([#​29257](https://togithub.com/angular/components/pull/29257)) | | [93bc60964](https://togithub.com/angular/components/commit/93bc6096463bbc33c7430b75214cbc2400ac6a91) | fix | **core:** implement elevation classes in M3 | | [6310016f2](https://togithub.com/angular/components/commit/6310016f27263f08ac449971dd50914effcd2d90) | fix | **form-field:** outline label position ([#​29138](https://togithub.com/angular/components/pull/29138)) | | [ce195dee4](https://togithub.com/angular/components/commit/ce195dee400616afd405c26464c03a5085fe3161) | fix | **menu:** animation issue when same menu is used for multiple nested triggers ([#​29280](https://togithub.com/angular/components/pull/29280)) | | [9988ef2f5](https://togithub.com/angular/components/commit/9988ef2f5e632cd216a29067a593957013b4f108) | fix | **menu:** update elevation logic for M3 | | [bad8f6ad4](https://togithub.com/angular/components/commit/bad8f6ad4472c7533990c05589ce134c925314dd) | fix | **paginator:** items per page form field touch target size insufficient ([#​29109](https://togithub.com/angular/components/pull/29109)) | | [f834a11d2](https://togithub.com/angular/components/commit/f834a11d2c9216daf0c7f9e23a7f1bbc67b40591) | fix | **tree:** aria-expanded attribute should not appear in the leaf node ([#​29096](https://togithub.com/angular/components/pull/29096)) | ### [`v18.0.3`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1803-gossamer-glacier-2024-06-12) [Compare Source](https://togithub.com/angular/components/compare/18.0.2...18.0.3) ##### material | Commit | Type | Description | | -- | -- | -- | | [f6b993fdb7](https://togithub.com/angular/components/commit/f6b993fdb7fbdcfbe0297d320a5961097002308d) | fix | **dialog:** Make autofocus work with animations disabled ([#​29195](https://togithub.com/angular/components/pull/29195)) | | [6dd1689b51](https://togithub.com/angular/components/commit/6dd1689b519abf287098d30f7698fc37197e3db0) | fix | **dialog:** Make focus behavior consistent across zoneful/zoneless apps ([#​29192](https://togithub.com/angular/components/pull/29192)) | | [81d4527f91](https://togithub.com/angular/components/commit/81d4527f9130605f69dea31a092a60261bde25db) | fix | **radio:** mark radio-group for check on touch ([#​29203](https://togithub.com/angular/components/pull/29203)) | | [0f4d1862d3](https://togithub.com/angular/components/commit/0f4d1862d30366978176a4a87b7799915d3caedd) | fix | **schematics:** estimate missing hues in M3 schematic ([#​29231](https://togithub.com/angular/components/pull/29231)) | | [faf348438d](https://togithub.com/angular/components/commit/faf348438d57db80e8ac5187ffe3900fe398fe77) | fix | **snack-bar:** fix overrides mixin name typo ([#​29180](https://togithub.com/angular/components/pull/29180)) | ### [`v18.0.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1802-velvet-viola-2024-06-05) [Compare Source](https://togithub.com/angular/components/compare/18.0.1...18.0.2) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [5ef11b1e15](https://togithub.com/angular/components/commit/5ef11b1e157ff76ad2e92cb047bfc1bd0c60943c) | fix | **testing:** TestbedHarnessEnvironment should work when Zone is not present ([#​29176](https://togithub.com/angular/components/pull/29176)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [dfc19e2884](https://togithub.com/angular/components/commit/dfc19e28845b149aafa060e5b334bdd99b3c3bff) | fix | **core:** hide ripples inside drag\&drop elements ([#​29184](https://togithub.com/angular/components/pull/29184)) | | [51488a2b7e](https://togithub.com/angular/components/commit/51488a2b7e807a41d03753c49bd18aee091fab7a) | fix | **datepicker:** Move aria-live attribute so month can also be announced when using previous and next month buttons ([#​29137](https://togithub.com/angular/components/pull/29137)) | | [3945ed62cd](https://togithub.com/angular/components/commit/3945ed62cd102db07a600d2c3d1eae51844dcae6) | fix | **radio:** Ensure focus and selected states stay linked ([#​29082](https://togithub.com/angular/components/pull/29082)) | | [8d44ed99c6](https://togithub.com/angular/components/commit/8d44ed99c69e9ee40881a80b1916998383a0cddf) | fix | **schematics:** theming API migration not working with CRLF line endings ([#​29171](https://togithub.com/angular/components/pull/29171)) | | [5e3d13d559](https://togithub.com/angular/components/commit/5e3d13d559c963b8b913ef35569cfbfe01ea207a) | fix | **slider:** Tick marks changes position as the slider is changed (for a step that is decimal number) ([#​29108](https://togithub.com/angular/components/pull/29108)) | ### [`v18.0.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#1801-plastic-baby-2024-05-29) [Compare Source](https://togithub.com/angular/components/compare/18.0.0...18.0.1) ##### material | Commit | Type | Description | | -- | -- | -- | | [d96b5e39e0](https://togithub.com/angular/components/commit/d96b5e39e08945b5b4ec92dbc89a7ef44dec1baa) | fix | **core:** M3 themes not inserting loaded marker | | [b7c0a6ef56](https://togithub.com/angular/components/commit/b7c0a6ef56ade6d99e9b097e0d616e9e3bb5a9f5) | fix | **form-field:** outline label position ([#​29123](https://togithub.com/angular/components/pull/29123)) | | [24de3d4884](https://togithub.com/angular/components/commit/24de3d4884677c427e036258eb2e999a89da03e5) | fix | **menu:** prevent divider styles from bleeding out ([#​29111](https://togithub.com/angular/components/pull/29111)) | | [2110f2c97e](https://togithub.com/angular/components/commit/2110f2c97ec8d9b84ee4f8bcd47ca7b95d398879) | fix | **tabs:** avoid pagination infinite loop in safari ([#​29121](https://togithub.com/angular/components/pull/29121)) | ##### youtube-player | Commit | Type | Description | | -- | -- | -- | | [466e249cd1](https://togithub.com/angular/components/commit/466e249cd1eb4b8ce9dd2f9f74c3f4c3cb33cf65) | fix | error when interacting with the player before the API has been loaded ([#​29127](https://togithub.com/angular/components/pull/29127)) | ### [`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 ind

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @bitwarden/directory-connector@2024.7.0
npm ERR! Found: @angular/common@16.2.12
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"16.2.12" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^18.0.0 || ^19.0.0" from @angular/cdk@18.2.2
npm ERR! node_modules/@angular/cdk
npm ERR!   @angular/cdk@"18.2.2" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-08-28T21_54_47_091Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-08-28T21_54_47_091Z-debug-0.log
bitwarden-bot commented 3 months ago

Internal tracking:

bitwarden-bot commented 3 months ago

Logo Checkmarx One – Scan Summary & Details7118157c-0b45-4be8-a3b3-1e4a7d11f516

No New Or Fixed Issues Found