r-hannuschka / ngx-fileupload

angular x fileupload
MIT License
20 stars 7 forks source link

fix(deps): update dependency @angular/cdk to v14 #735

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

angular/components ### [`v14.0.3`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#​1403-diamond-orb-2022-06-23) [Compare Source](https://togithub.com/angular/components/compare/14.0.2...14.0.3) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [2ad1677c7](https://togithub.com/angular/components/commit/2ad1677c7370830b67f54fc4191aae98df90646c) | fix | **scrolling:** content jumping in appendOnly mode ([#​25097](https://togithub.com/angular/components/pull/25097)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [8d5882cf1](https://togithub.com/angular/components/commit/8d5882cf177aae2dabed0e0924c1aa4b6e296ece) | fix | **button-toggle:** selected state not visible in high contrast mode ([#​25114](https://togithub.com/angular/components/pull/25114)) | | [8df5efe08](https://togithub.com/angular/components/commit/8df5efe0824ac8cc5f83be45c0c856b74bbcf862) | fix | **datepicker:** actions not re-rendering if swapped out while calendar is open ([#​25123](https://togithub.com/angular/components/pull/25123)) | #### Special Thanks Kristiyan Kostadinov, Paul Gschwendtner and renovate\[bot] ### [`v14.0.2`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#​1402-corduroy-collar-2022-06-16) [Compare Source](https://togithub.com/angular/components/compare/14.0.1...14.0.2) ##### cdk | Commit | Type | Description | | -- | -- | -- | | [08c3867ba6](https://togithub.com/angular/components/commit/08c3867ba67ef74ee0280e8929e3ba9f8f8a134e) | fix | **a11y:** re-apply the high contrast mode class when the forced-colors media query changes ([#​25088](https://togithub.com/angular/components/pull/25088)) | | [59268fa5bf](https://togithub.com/angular/components/commit/59268fa5bfb646302c4c9c97fab3f1d0faa233fb) | fix | **drag-drop:** constrainPosition not working as expected ([#​25061](https://togithub.com/angular/components/pull/25061)) | | [732969079d](https://togithub.com/angular/components/commit/732969079dbbecc4e888ff11b0663e30687ac049) | fix | **testing:** simulate offsetX and offsetY in mouse events | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [5aec60c9ca](https://togithub.com/angular/components/commit/5aec60c9cae002531459b0b7b71b5bad041d22dc) | fix | **mdc-button:** don't apply styles to icons within the text label ([#​24929](https://togithub.com/angular/components/pull/24929)) | | [d0082e3422](https://togithub.com/angular/components/commit/d0082e3422f5c67533edf7199af4c0bce85f90d8) | fix | **mdc-chips:** checkmark blending into background in high contrast mode ([#​25072](https://togithub.com/angular/components/pull/25072)) | | [2388fe77e5](https://togithub.com/angular/components/commit/2388fe77e5ccab3cf98e7189f56f88e779e9e02f) | fix | **mdc-core:** consolidate mdc theming code under mdc-core ([#​25084](https://togithub.com/angular/components/pull/25084)) | | [7de5f5432b](https://togithub.com/angular/components/commit/7de5f5432b6df82727b63fad925f47bc36ef2aa2) | fix | **mdc-form-field:** replace !important with CSS var ([#​24964](https://togithub.com/angular/components/pull/24964)) | | [8f7394aa3b](https://togithub.com/angular/components/commit/8f7394aa3bc6af0f154e8c28f25ab6b669bc31bc) | fix | **mdc-list:** don't access class before initialization ([#​25049](https://togithub.com/angular/components/pull/25049)) | #### Special Thanks Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity ### [`v14.0.1`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#​1401-titanium-night-2022-06-07) [Compare Source](https://togithub.com/angular/components/compare/14.0.0...14.0.1) ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [a7688a8b6](https://togithub.com/angular/components/commit/a7688a8b6cf0286cf9b4fecbdbedc5bdd7d524c1) | fix | **mdc-radio:** fix ripple color ([#​24986](https://togithub.com/angular/components/pull/24986)) | #### Special Thanks Kristiyan Kostadinov, Miles Malerba and renovate\[bot] ### [`v14.0.0`](https://togithub.com/angular/components/blob/HEAD/CHANGELOG.md#​1400-cotton-peanut-2022-06-02) [Compare Source](https://togithub.com/angular/components/compare/13.3.9...14.0.0) #### Breaking Changes ##### cdk - The deprecated `angular/cdk/testing/protractor` entry-point has been removed. ##### material - `MatChipInputEvent.chipInput` is now a required property. - Previously the `mixinErrorState` mixin function defined a class member for `stateChanges`. This is no longer the case, and consumers need to provide the `stateChanges` class member themselves. - - `mat-list-item-avatar` CSS class has been renamed to `mat-list-item-with-avatar`. - `MatSelectionListChange.option` has been removed. Use `MatSelectionListChange.options` instead. - `MatSelectionList.tabIndex` input has been removed. - `tabIndex` parameter of the `MatSelectionList` constructor has been removed. - `_focusMonitor` parameter of the `MatSelectionList` constructor is now required. - `getHarnessLoaderForContent` has been removed from the various test item harnesses. Use `getChildLoader(MatListItemSection.CONTENT)` instead. - - `CdkStepper._orientation` has been removed. Use `CdkStepper.orientation` instead. - The `_document` parameter from the `CdkStepper` constructor has been removed. - The `_document` parameter from the `MatStepper` constructor has been removed. - `MatVerticalStepper` has been removed. Use `MatStepper` instead. - `MatHorizontalStepper` has been removed. Use `MatStepper` instead. #### Deprecations ##### material - `mat.define-dark-theme` no longer accepts `$primary`, `$accent` and `$warn`. Pass a single config map instead. - `mat.define-light-theme` no longer accepts `$primary`, `$accent` and `$warn`. Pass a single config map instead. - Custom Material themes should no longer access `primary`, `accent`, `warn`, `is-dark`, `foreground` and `background` from the theme map, but instead use the actual `color` configuration (`mat.get-color-config($theme)`). - Passing a color configuration directly to a `-theme` mixin is not supported. Pass the theme container object instead or use the dedicated `-color` mixins. ##### cdk | Commit | Type | Description | | -- | -- | -- | | [7d0bca7bd3](https://togithub.com/angular/components/commit/7d0bca7bd39e97ff6b033f97d05a811dfdac25db) | feat | **a11y:** add input to control the duration of the aria live directive ([#​15275](https://togithub.com/angular/components/pull/15275)) | | [feaf50b43a](https://togithub.com/angular/components/commit/feaf50b43a9debfbd6dfe8949ff69cce7853b455) | feat | **a11y:** HighContrastModeDetector need not support `IE11` ([#​24462](https://togithub.com/angular/components/pull/24462)) | | [c6a1d1519e](https://togithub.com/angular/components/commit/c6a1d1519e1cf6677c161d8794b6af108fa996ed) | feat | **dialog:** move experimental CDK dialog into stable ([#​24804](https://togithub.com/angular/components/pull/24804)) | | [49c1921316](https://togithub.com/angular/components/commit/49c1921316282c561adb6694b699cd3c6ab0e5ac) | feat | **drag-drop:** adding method to set drag position ([#​24769](https://togithub.com/angular/components/pull/24769)) | | [ca6b9fa209](https://togithub.com/angular/components/commit/ca6b9fa209ee3233c506a23943d0c5dacd2ac2dc) | feat | **drag-drop:** expose native event objects in custom events ([#​17077](https://togithub.com/angular/components/pull/17077)) | | [653457eaf4](https://togithub.com/angular/components/commit/653457eaf48faab99227f37bc2fe104d9f308787) | feat | **menu:** move experimental CDK menu into stable ([#​24826](https://togithub.com/angular/components/pull/24826)) | | [c296084073](https://togithub.com/angular/components/commit/c296084073bfbb35aac21063afa85ae69527b0b6) | feat | **overlay:** add start and end positions to GlobalPositionStrategy ([#​12007](https://togithub.com/angular/components/pull/12007)) | | [f91b98fff3](https://togithub.com/angular/components/commit/f91b98fff3beff70b2537f8b3da635518ef403ef) | feat | **portal:** allow specifying injector for template portal ([#​24554](https://togithub.com/angular/components/pull/24554)) | | [508b7ac460](https://togithub.com/angular/components/commit/508b7ac460be647a0479421864bcb00e74d60094) | feat | **table:** allow text column to be centered ([#​24133](https://togithub.com/angular/components/pull/24133)) | | [64606fa65b](https://togithub.com/angular/components/commit/64606fa65bd0d307a87d8a64b7db0da90105102c) | feat | **testing:** add methods `getOptionalHarness` and `hasHarness` ([#​24355](https://togithub.com/angular/components/pull/24355)) | | [4edfaedcaf](https://togithub.com/angular/components/commit/4edfaedcaf982e10bc41699abb932c4a8ab4941b) | fix | **a11y:** ensure that aria describer ID is unique ([#​24982](https://togithub.com/angular/components/pull/24982)) | | [f342375e29](https://togithub.com/angular/components/commit/f342375e295e57b966964880e71e734d674c0bf2) | fix | **dialog:** add container structural styles ([#​24905](https://togithub.com/angular/components/pull/24905)) | | [8946ce2b8f](https://togithub.com/angular/components/commit/8946ce2b8f4faa256e25d16048c3871560b808a0) | fix | **menu:** allow scrolling while menu is open | | [3d4b339961](https://togithub.com/angular/components/commit/3d4b339961c8fc9d1f0f1a69b4c3bd72c68fe268) | fix | **menu:** update docs to reflect current implementation and add ([#​24884](https://togithub.com/angular/components/pull/24884)) | | [f8dadb3246](https://togithub.com/angular/components/commit/f8dadb3246c778a3916db72ead9033ebb32bc814) | fix | **overlay:** disable backdrop animation when noop animations are enabled ([#​24687](https://togithub.com/angular/components/pull/24687)) | | [3a7ee5ad01](https://togithub.com/angular/components/commit/3a7ee5ad01cbc3e6e58667bfc271031e93624cbe) | fix | **schematics:** remove instanceof check since it was always false when checking if a directory exists ([#​24999](https://togithub.com/angular/components/pull/24999)) | | [84ff8d806a](https://togithub.com/angular/components/commit/84ff8d806a0224eedad4ba4ef7ed048c6d20f336) | fix | **schematics:** use `workingDirectory` smart provider in path option | | [ee452de497](https://togithub.com/angular/components/commit/ee452de497098a3aa2ce10041d5249abe1fcecff) | perf | **a11y:** avoid triggering change detection if there are no subscribers to stream ([#​15077](https://togithub.com/angular/components/pull/15077)) | | [2575b00808](https://togithub.com/angular/components/commit/2575b008083f4736ed48877604b0165c03bd9175) | refactor | **testing:** remove deprecated protractor harness environment ([#​24304](https://togithub.com/angular/components/pull/24304)) | ##### material | Commit | Type | Description | | -- | -- | -- | | [00cf4a2f26](https://togithub.com/angular/components/commit/00cf4a2f269ece56b0f0e14520019cca642d5f2f) | feat | **autocomplete:** add clear method to test harness ([#​24752](https://togithub.com/angular/components/pull/24752)) | | [b90d9420fa](https://togithub.com/angular/components/commit/b90d9420fa65671f1cebe6feb094099b85547bbd) | feat | **autocomplete:** add the ability to auto-select the active option while navigating ([#​20699](https://togithub.com/angular/components/pull/20699)) | | [60bbd194b3](https://togithub.com/angular/components/commit/60bbd194b3fdd957f73994d7c44d509cb68c6ea5) | feat | **autocomplete:** test harness should throw when options are requested but panel is closed ([#​24494](https://togithub.com/angular/components/pull/24494)) | | [06e65c6b5d](https://togithub.com/angular/components/commit/06e65c6b5d1f7886653d280e97a87c8af57c30e8) | feat | **chips:** update chip-list describedby to match input ([#​24292](https://togithub.com/angular/components/pull/24292)) | | [5a8ebb1da1](https://togithub.com/angular/components/commit/5a8ebb1da12343d4dcb7c37160356fec744c2ba3) | feat | **dialog:** add support for explicit injector ([#​24580](https://togithub.com/angular/components/pull/24580)) | | [8ef3125285](https://togithub.com/angular/components/commit/8ef3125285b3e5a4eb0b0f2974acaf3873e5eead) | feat | **dialog:** add the ability to control the animation duration ([#​13466](https://togithub.com/angular/components/pull/13466)) | | [9946bb34bb](https://togithub.com/angular/components/commit/9946bb34bb76328ad104c520aa8021784a1c48bb) | feat | **form-field:** add color to default options ([#​24438](https://togithub.com/angular/components/pull/24438)) ([#​24440](https://togithub.com/angular/components/pull/24440)) | | [426afa07e1](https://togithub.com/angular/components/commit/426afa07e1112e7dbf7b62f063d56a43b92ace28) | feat | **icon:** add default options ([#​23638](https://togithub.com/angular/components/pull/23638)) | | [6c7cc8ae87](https://togithub.com/angular/components/commit/6c7cc8ae87ce4a4ae4ba3447fdca5f34c2e5b503) | feat | **icon:** allow multiple classes in setDefaultFontSetClass ([#​10484](https://togithub.com/angular/components/pull/10484)) | | [856c01639f](https://togithub.com/angular/components/commit/856c01639fbf968cb33885807ffaf6d3f3bf5423) | feat | **menu:** allow for menu to be conditionally removed from trigger ([#​24437](https://togithub.com/angular/components/pull/24437)) | | [a55a8368b3](https://togithub.com/angular/components/commit/a55a8368b30cf8e9ba787ad3530a8c9b66182d7b) | feat | **paginator:** Add `isNextPageEnabled` and `isPreviousPageEnabled` methods to `MatPaginatorHarness` ([#​24784](https://togithub.com/angular/components/pull/24784)) | | [5fc655b4a0](https://togithub.com/angular/components/commit/5fc655b4a0e7fbb5ead46ab2d7453dd24779bd1e) | feat | **paginator:** add input for configuring the underlying select ([#​13705](https://togithub.com/angular/components/pull/13705)) | | [ca1aaae7e2](https://togithub.com/angular/components/commit/ca1aaae7e2a700442e8c651468cb07d63397bbd2) | feat | **progress-spinner:** add color to default options ([#​24356](https://togithub.com/angular/components/pull/24356)) | | [38334d6bc8](https://togithub.com/angular/components/commit/38334d6bc85bdc7935af04c24d9e085c7bcab780) | feat | **schematics:** add option not to include animations module in ng-add ([#​22559](https://togithub.com/angular/components/pull/22559)) | | [1aa5a20647](https://togithub.com/angular/components/commit/1aa5a206472f523a1ae189acc77a5abe15d71d5e) | feat | **select:** allow user-defined aria-describedby ([#​24644](https://togithub.com/angular/components/pull/24644)) | | [5846195007](https://togithub.com/angular/components/commit/5846195007b44a7ddd61155a225132802848e101) | feat | **slide-toggle:** Add `disabled` predicate to MatSlideToggleHarness ([#​24761](https://togithub.com/angular/components/pull/24761)) | | [0d162a4132](https://togithub.com/angular/components/commit/0d162a413202fc7ed309aca748bf138845a1ba68) | feat | **sort:** default arrow position in MatSortDefaultOptions ([#​23609](https://togithub.com/angular/components/pull/23609)) | | [cc6112298d](https://togithub.com/angular/components/commit/cc6112298d85ae40164717a5ec267a3128a0c10e) | feat | **stepper:** add input for controlling the animation duration ([#​17133](https://togithub.com/angular/components/pull/17133)) | | [fc5f8b0266](https://togithub.com/angular/components/commit/fc5f8b0266c299af981fe8198981ef1cac87df49) | feat | **stepper:** add the ability to control the position of the header in a horizontal stepper ([#​15509](https://togithub.com/angular/components/pull/15509)) | | [c3188c84ef](https://togithub.com/angular/components/commit/c3188c84ef140f0f9e3366516d9004b46ed8da71) | feat | **tabs:** add the ability to keep content inside the DOM while off-screen ([#​20393](https://togithub.com/angular/components/pull/20393)) | | [cad0872208](https://togithub.com/angular/components/commit/cad087220848b2cd2c252520bac26a42d8b279aa) | feat | **tabs:** add the ability to keep content inside the DOM while off-screen ([#​24299](https://togithub.com/angular/components/pull/24299)) | | [f42fee0de7](https://togithub.com/angular/components/commit/f42fee0de7b7f97fd17cb2bdc1eb99b1e4ad4756) | feat | **tabs:** Throw error in MDC tabs if \[tabPanel] input is not provided ([#​24517](https://togithub.com/angular/components/pull/24517)) | | [cb206be37d](https://togithub.com/angular/components/commit/cb206be37dc989cb79ca716ae514768b823ee45c) | fix | **autocomplete:** always emit closed event ([#​24642](https://togithub.com/angular/components/pull/24642)) | | [0b52561840](https://togithub.com/angular/components/commit/0b52561840325929c81a59d78bbd01d0f26cdb24) | fix | **card:** use more specific selector for divider override ([#​23531](https://togithub.com/angular/components/pull/23531)) | | [47517b65e0](https://togithub.com/angular/components/commit/47517b65e0501fd85fcb1bf97c92ebb1185cc304) | fix | **card:** use more specific selector for divider override ([#​23531](https://togithub.com/angular/components/pull/23531)) | | [f05e65a02b](https://togithub.com/angular/components/commit/f05e65a02b636d7c3d4e181f65ac0d7e94e091fd) | fix | **chips:** allow for role to be overwritten on chip list and chip ([#​15794](https://togithub.com/angular/components/pull/15794)) | | [d67dad6b1b](https://togithub.com/angular/components/commit/d67dad6b1b77692a15762bcbdbd5e9ea94f1a34e) | fix | **chips:** Make `MatChipInputEvent.chipInput` required. ([#​23692](https://togithub.com/angular/components/pull/23692)) | | [de63e29be4](https://togithub.com/angular/components/commit/de63e29be45e4c7829c963dd6e78ed68e52475a9) | fix | **core:** noop animations not applying to selector lists ([#​24904](https://togithub.com/angular/components/pull/24904)) | | [dbb6dc09b4](https://togithub.com/angular/components/commit/dbb6dc09b452c126ddf612c1731595615e505e27) | fix | **core:** resolve memory leak by removing event listeners from the ripple element ([#​24663](https://togithub.com/angular/components/pull/24663)) | | [e03a77065d](https://togithub.com/angular/components/commit/e03a77065d81c5af62b60f351aa11a1444cad7bc) | fix | **core:** ripples not being clipped on safari in shadow dom ([#​24029](https://togithub.com/angular/components/pull/24029)) | | [e86be88125](https://togithub.com/angular/components/commit/e86be8812551551d0711a7621d7b5bb840c58845) | fix | **core:** ripples persisting when container is removed from DOM while fading-in ([#​24482](https://togithub.com/angular/components/pull/24482)) | | [7e67602799](https://togithub.com/angular/components/commit/7e67602799d97a3a0159d5c0e84d69a66eaf31af) | fix | **datepicker:** expose `datepicker-date-range-colors` mixin | | [5603d9b7f1](https://togithub.com/angular/components/commit/5603d9b7f1f9f3987d7a5a98e95156b47e293881) | fix | **datepicker:** fix failing unit test in multiyear view ([#​24418](https://togithub.com/angular/components/pull/24418)) | | [15774a9235](https://togithub.com/angular/components/commit/15774a9235f933a61b9db86b682977b70fe69ec8) | fix | **datepicker:** update active date on focusing a cell ([#​24384](https://togithub.com/angular/components/pull/24384)) | | [f16548462e](https://togithub.com/angular/components/commit/f16548462eb2949d10df4370277513dcf8519eba) | fix | **dialog:** provide defaults for dialog animation ([#​24591](https://togithub.com/angular/components/pull/24591)) | | [599d1b445f](https://togithub.com/angular/components/commit/599d1b445f21fad2cec6a95bec824a409d55bb80) | fix | **dialog:** Use `align` as `@Input()` in `MatDialogActions` ([#​24328](https://togithub.com/angular/components/pull/24328)) | | [575332c929](https://togithub.com/angular/components/commit/575332c9296c28776376f4b4f7fb39c9743761aa) | fix | **dialog:** use quoted keys in the animation state object ([#​24594](https://togithub.com/angular/components/pull/24594)) | | [64c2d311b4](https://togithub.com/angular/components/commit/64c2d311b43a29dc1495ff294c65dfe8ef0e0ffb) | fix | **expansion:** picking up lazy content from child component ([#​14477](https://togithub.com/angular/components/pull/14477)) | | [025a534483](https://togithub.com/angular/components/commit/025a53448342fbda9c2e57819026bafc5ca6f8c9) | fix | **icon:** clip overflowing icon elements ([#​12429](https://togithub.com/angular/components/pull/12429)) | | [6b2b51844a](https://togithub.com/angular/components/commit/6b2b51844a9c86add1bd6628d5ec8a621e606073) | fix | **input:** preserve native placeholder on non-legacy appearances ([#​20936](https://togithub.com/angular/components/pull/20936)) | | [44293522e9](https://togithub.com/angular/components/commit/44293522e98bbd975e5fba2551421af32631f2de) | fix | **menu:** account for menu padding different from the default ([#​16169](https://togithub.com/angular/components/pull/16169)) | | [0a465281f6](https://togithub.com/angular/components/commit/0a465281f62a4cf740f788fdd864b946c3a13be1) | fix | **menu:** use narrower value for aria-haspopup on trigger element ([#​15219](https://togithub.com/angular/components/pull/15219)) | | [ff12d09c1d](https://togithub.com/angular/components/commit/ff12d09c1d7049bb18acdb515204bc0efc9ed7f2) | fix | **schematics:** remove usages of deprecated defaultProject option ([#​24641](https://togithub.com/angular/components/pull/24641)) | | [ee23ac2aa0](https://togithub.com/angular/components/commit/ee23ac2aa00d78d31f0dbf0ad04abb0dc3ba3a3d) | fix | **schematics:** support standalone components in ng-add ([#​24931](https://togithub.com/angular/components/pull/24931)) | | [faed61cc7d](https://togithub.com/angular/components/commit/faed61cc7d1d4c310bb43ed4b41eb0ada6b23030) | fix | **schematics:** use `workingDirectory` smart provider in path option | | [8dfbbed549](https://togithub.com/angular/components/commit/8dfbbed549621546d72dda341aa268cbb44fed97) | fix | **table:** accessibility improvements on table examples | | [e917541cb5](https://togithub.com/angular/components/commit/e917541cb53f492bf75e31d8376132e0aba4ea58) | fix | **tabs:** allow coercing of booleans for all inputs ([#​24377](https://togithub.com/angular/components/pull/24377)) | | [f30609c925](https://togithub.com/angular/components/commit/f30609c9259ec5b2cabf52abaa051cac6fbe0bc5) | refactor | **core:** deprecate legacy theming API ([#​24835](https://togithub.com/angular/components/pull/24835)) | | [bab3b989f9](https://togithub.com/angular/components/commit/bab3b989f9265c0798bdacee4d931828497ee3bc) | refactor | **core:** no longer define `stateChanges` in `mixinErrorState` ([#​22875](https://togithub.com/angular/components/pull/22875)) | | [2fc6b9281d](https://togithub.com/angular/components/commit/2fc6b9281dfaebe78b76b46831830d723b7d2c97) | refactor | **list:** remove deprecated APIs for version 13 ([#​23327](https://togithub.com/angular/components/pull/23327)) | | [db126b5797](https://togithub.com/angular/components/commit/db126b579760263ea8de30689c54c4d32fa2137a) | refactor | **stepper:** remove deprecated APIs for version 13 ([#​23328](https://togithub.com/angular/components/pull/23328)) | ##### google-maps | Commit | Type | Description | | -- | -- | -- | | [9f27303aad](https://togithub.com/angular/components/commit/9f27303aadf972e7b2fb7763a5c71a425eeb15ab) | fix | error when minified through closure ([#​24897](https://togithub.com/angular/components/pull/24897)) | ##### cdk-experimental | Commit | Type | Description | | -- | -- | -- | | [c176670ce3](https://togithub.com/angular/components/commit/c176670ce39a158dc394709157a7e203d7dfdb5e) | feat | **combobox:** glue together combobox and listbox with DI instead of a panel directive ([#​24637](https://togithub.com/angular/components/pull/24637)) | | [4cc6b04a25](https://togithub.com/angular/components/commit/4cc6b04a25901a99c3c86abdad7c834c7fd2ad21) | feat | **menu:** allow configuration of typeahead and menu position ([#​24600](https://togithub.com/angular/components/pull/24600)) | | [dc020c7ac2](https://togithub.com/angular/components/commit/dc020c7ac238307b45e586bebbbd765f3b652b97) | feat | **menu:** Use DI instead of CdkMenuPanel to connect menus ([#​24558](https://togithub.com/angular/components/pull/24558)) | | [b8ccf036cb](https://togithub.com/angular/components/commit/b8ccf036cb1d97302f84c831a44a2a4c7e98274f) | fix | **menu:** API, code, and docs cleanup pass ([#​24745](https://togithub.com/angular/components/pull/24745)) | | [f384cb52cd](https://togithub.com/angular/components/commit/f384cb52cda9e528c505466062d4671fa3757e4e) | fix | **menu:** close standalone menu when focus leaves | | [9531b68a5c](https://togithub.com/angular/components/commit/9531b68a5cfe2ed9eb58b15c70d7be8d7bf195b1) | fix | **menu:** don't steal focus on hover | | [b4b8b202c0](https://togithub.com/angular/components/commit/b4b8b202c0f7dca2e6efb409235b18e5a2205d47) | fix | **menu:** fix issue where left/right on standalone menu closes it ([#​24696](https://togithub.com/angular/components/pull/24696)) | | [79b2337949](https://togithub.com/angular/components/commit/79b2337949a8c0893858fba3740b3adfbb49c158) | fix | **menu:** move shared menu logic to base class ([#​24645](https://togithub.com/angular/components/pull/24645)) | | [c8eb797711](https://togithub.com/angular/components/commit/c8eb79771127660648f20e8072a3b062616fe37f) | fix | **menu:** refocus trigger after closeAll | | [26e6c1fd2e](https://togithub.com/angular/components/commit/26e6c1fd2e0af36d11f83c4d95ce3abd991458e3) | fix | **menu:** simplify radio and checkbox item APIs ([#​24720](https://togithub.com/angular/components/pull/24720)) | | [5d1d36c453](https://togithub.com/angular/components/commit/5d1d36c453808dec3cb90a2d638d123df19d4624) | fix | **menu:** stop inline menu triggers capturing focus | ##### material-experimental | Commit | Type | Description | | -- | -- | -- | | [353a5482e3](https://togithub.com/angular/components/commit/353a5482e3811b8d684669973bfa02b4ac2ca0f6) | feat | **mdc-dialog:** switch to new theming api ([#​23620](https://togithub.com/angular/components/pull/23620)) | | [0163ad2697](https://togithub.com/angular/components/commit/0163ad2697567652cbaa5d004767527ab803f20c) | feat | **mdc-dialog:** switch to new theming api ([#​23620](https://togithub.com/angular/components/pull/23620)) ([#​24521](https://togithub.com/angular/components/pull/24521)) | | [3e1080931e](https://togithub.com/angular/components/commit/3e1080931e62226874e1253528f35878b3228af9) | feat | **mdc-list:** add support for marking the act… ([#​24433](https://togithub.com/angular/components/pull/24433)) | | [1b7d47cfed](https://togithub.com/angular/components/commit/1b7d47cfedb4b00570bcd1f7069f4f6d4f1b3afd) | feat | **mdc-tabs:** default to stretched tabs ([#​23406](https://togithub.com/angular/components/pull/23406)) | | [c3bb3a9e5b](https://togithub.com/angular/components/commit/c3bb3a9e5b16485ad3a6263bed0e9aa7ff45dca1) | fix | **mdc-core:** avoid style conflicts between MDC list and MDC option | | [f6310fbcf6](https://togithub.com/angular/components/commit/f6310fbcf66c0f88c5f47c61f264c76f93301ca9) | fix | **mdc-dialog:** expose `dialog-legacy-padding` mixin | | [3a94415b28](https://togithub.com/angular/components/commit/3a94415b286ea220912f301000535cbf102112df) | fix | **mdc-dialog:** implement delayFocusTrap option ([#​24727](https://togithub.com/angular/components/pull/24727)) | | [94ec04156c](https://togithub.com/angular/components/commit/94ec04156c1330f5c063b5e2ecb7fcaff65736ab) | fix | **mdc-dialog:** reduce amount of generated CSS | | [b3c957941a](https://togithub.com/angular/components/commit/b3c957941a14555eb7adaeb10af3db4f80c0e10a) | fix | **mdc-form-field:** incorrect alignment with border-box alignment ([#​24222](https://togithub.com/angular/components/pull/24222)) | | [766a01e4ef](https://togithub.com/angular/components/commit/766a01e4efb52e51936d932c43e7a3e0a73660c8) | fix | **mdc-list:** avoid style conflicts with MDC list | | [02d6e7d77a](https://togithub.com/angular/components/commit/02d6e7d77ae77feae7d52c929b0dff74f6624c1a) | fix | **mdc-tabs:** CSS applied to wrong element when preserveContent is enabled ([#​24346](https://togithub.com/angular/components/pull/24346)) | ##### multiple | Commit | Type | Description | | -- | -- | -- | | [ea081feabf](https://togithub.com/angular/components/commit/ea081feabfc30e8be9c520099ab58a5f04c7859a) | feat | Add a harness filter option for checked checkboxes, radios, and slide-toggles ([#​24625](https://togithub.com/angular/components/pull/24625)) | | [00f68c28e5](https://togithub.com/angular/components/commit/00f68c28e571612d154b68baaa6f4a1e81831f10) | fix | enable easy extension of harnesses ([#​24878](https://togithub.com/angular/components/pull/24878)) | ##### ripple | Commit | Type | Description | | -- | -- | -- | | [65fb5f4491](https://togithub.com/angular/components/commit/65fb5f44911b3839c1f40ab87cf380381e030434) | fix | not fading out on touch devices ([#​12488](https://togithub.com/angular/components/pull/12488)) | #### Special Thanks Alan Agius, Amy Sorto, Andrew Seguin, Arthur Ming, Artur Androsovych, Diego Bonura, Jean-Philippe, Jeremy Elbourn, Jeri Peier, Joey Perrott, Kristiyan Kostadinov, Mario Härtwig, Martin Forstner, Miles Malerba, Paul Gschwendtner, Richie Foreman, Robin (Robert) Thomas, Ruslan Lekhman, Victor Vieira, Wagner Maciel, Zach Arend, Zack Elliott, dobrevad, peinearydevelopment, renovate\[bot] and tomicarsk6

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, 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 has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 years ago

Codecov Report

Merging #735 (e51ee47) into development (b4f7408) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff              @@
##           development     #735   +/-   ##
============================================
  Coverage        98.95%   98.95%           
============================================
  Files               12       12           
  Lines              287      287           
  Branches            53       53           
============================================
  Hits               284      284           
  Partials             3        3           
Flag Coverage Δ
core 98.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b4f7408...e51ee47. Read the comment docs.