ngcc-validation icon indicating copy to clipboard operation
ngcc-validation copied to clipboard

build(deps): update angular-components to v15 (latest)

Open angular-robot opened this issue 3 years ago • 0 comments

This PR contains the following updates:

Package Type Update Change
@angular/cdk dependencies major 14.0.3 -> 15.1.0
@angular/material dependencies major 14.0.3 -> 15.1.0
@angular/material-experimental dependencies major 14.0.3 -> 15.1.0
@angular/material-moment-adapter dependencies major 14.0.3 -> 15.1.0

Release Notes

angular/components

v15.1.0

Compare Source

cdk
Commit Type Description
e0a74b9c2b feat menu: Allow setting cdkMenuTriggerFor null (#​25818)
b0f0b5b162 fix drag-drop: receiving class not updated in OnPush component (#​26386)
836b777526 fix menu: don't prevent default selection key actions (#​26296)
material
Commit Type Description
8554e15383 feat datepicker: Support drag and drop to adjust date ranges (#​25548)
c370e064d4 feat tabs: add a harness filter for tab selected state (#​25806)
44657e2624 fix autocomplete: apply theme of parent form field to panel (#​25983)
9b1f49f6f2 fix chips: add support for aria-description (#​25935)
8b19fd9e29 fix chips: change div to span (#​26343)
dcf2fac042 fix chips: implement ariaDescription with aria-describedby (#​26105)
e536ce0736 fix core: default font family not applied to custom typography levels (#​26394)
d02cc6817c fix datepicker: fix date picker shortcuts (#​25951)
4da9e1944a fix datepicker: Update strategy to handle dragging across month boundaries and/or DateAdapter implementations that do not return difference in days from compareDate (#​26341)
25d9217fd1 fix list: add opt-out for radio indicators (#​26283)
57676e467a fix list: add radio toggles (#​25933)
5b57863702 fix list: align color scheme between single and multi selection list (#​26074)
1819d3027b fix tabs: allow focus on disabled tabs (#​26397)

Special Thanks

Amy Sorto, David Klingenberg, Joey Perrott, Karl Seamon, Kristiyan Kostadinov, Miles Malerba, Sasidharan SD, Wagner Maciel and Zach Arend

v15.0.4

Compare Source

material
Commit Type Description
e7fc766379 fix menu: aria-expanded not updating in an OnPush component (#​26279)
caa8f7b005 fix menu: prevent pointer events on animating menu (#​26323)
ee63ad32b2 fix slider: avoid updating tick marks unnecessarily (#​26322)
41cfc6e2f4 fix slider: dragEnd not being emitted (#​26289)
6c4a1f74b4 fix slider: value jumping after drag with box-sizing: border-box (#​26345)
b52cd63bb1 fix snack-bar: incorrect width at some breakpoints (#​26334)
5cce2fe6d6 fix snack-bar: set explicit color on action in dark themes (#​26268)
3e50216f6d fix tabs: touch gestures not working on tab nav bar (#​26344)
material-experimental
Commit Type Description
70cf080cd5 fix popover-edit: Make cell focus indicator visible in high contrast (forced colors) mode (#​26275)

Special Thanks

Daniel, Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner and Wagner Maciel

v15.0.3

Compare Source

cdk
Commit Type Description
325475774f fix stepper: set focus origin when navigating with keyboard (#​26239)
material
Commit Type Description
80c4321ddd fix core: better handling of css variables in theme palettes (#​26260)
67db1a6043 fix form-field: allow getting harness by validity (#​26232)
df7ac2709a fix form-field: prevent focus overlay stealing clicks (#​26229)
1e93df3ab3 fix menu: add selector for projecting non-Material icons (#​26235)
83825bd5c3 fix schematics: fix card tmpl migration (#​26169)
ae3c77835a fix schematics: fix transform for FloatLabelType (#​26234)
fee5d0b7d3 fix slider: avoid manual fixing values on pointer up (#​26215)
15c77e0950 fix tabs: allow both foreground and background colors to be set (#​26212)
0ca8c77349 fix toolbar: don't override colors of themed buttons (#​26222)

Special Thanks

Kristiyan Kostadinov, Miles Malerba, Ruslan Nevecheria and Wagner Maciel

v15.0.2

Compare Source

cdk
Commit Type Description
dac9e81f78 fix listbox: set initial focus to selected option (#​26174)
material
Commit Type Description
c388758606 fix button: ensure svg icon is centered (#​26146)
afd6e1a277 fix chips: set correct cursor on interactive chips (#​26171)
639fa52ff1 fix dialog: change width to not cut off form field in component example (#​26157)
976562f35e fix form-field: allow ng-container to be used as prefix/suffix (#​26127)
0a617d6f0f fix list: remove previously removed API (#​26165)
679df1a074 fix schematics: some snack bar styles not being migrated (#​26180)
1ab52961b0 fix schematics: update flat button styles class name mapping (#​26158)
3bb07ae9d9 fix tabs: icons not centered inside tab (#​26053)
356aab723c perf core: delegate trigger events (#​26147)
a526ede4af perf tabs: reduce amount of CSS generated for background color (#​26186)

Special Thanks

Amy Sorto, Kristiyan Kostadinov, Miles Malerba, Shauni and Wagner Maciel

v15.0.1

Compare Source

cdk
Commit Type Description
e1686a87f fix a11y: live announcer not working with aria-modal element (#​25978)
52e8f448a fix menu: not closing when inside shadow DOM (#​26112)
84bb6608f fix menu: prevent default selection key actions (#​26051)
a3c4c00e9 fix menu: remove unused var (#​26140)
material
Commit Type Description
0cd409e5b fix chips: initial value from forms not reflected in the view (#​26052)
a64ded01e fix chips: make focus overlay not affect text color (#​25892)
a779d210a fix core: icons not aligned inside mat-option (#​26054)
c0311aa37 fix core: reintroduce opacity in elevation mixin (#​26015)
4300f3929 fix core: ripples not being removed if container is hidden (#​26096)
261820ea2 fix datepicker: date range inputs not aligning in some cases (#​25967)
dc4e451a2 fix datepicker: resolve typing issue when extending datepicker input in legacy app (#​25988)
e0917085d fix form-field: allow clicking on floating label (#​26110)
00618a99c fix form-field: change selector to allow density class on form field (#​26075)
16ae0be2b fix form-field: don't block click on prefix/suffix when disabled (#​25987)
febf5dc06 fix form-field: not visually disabled if form control is disabled without emitting an event (#​26088)
e922f03be fix list: allow mat-list-item outside list (#​26092)
78bd450f1 fix list: hover indication blocking interactions (#​26016)
6e40e97be fix list: pointer events disabled around content (#​26012)
a9fea8f14 fix schematics: add undefined check (#​26081)
ffb5d077c fix schematics: ensure mdc migration compatibility with nx (#​26027)
a804a949d fix schematics: improve mdc-migration error logging (#​26060)
f61a21382 fix select: changed after checked error if option label changes (#​23315)
1566ab10d fix slide-toggle: focus indication not showing inside OnPush parent (#​26111)
c9a5474f4 fix slider: fix slider resize w/ transforms (#​26044)
8aa4a49d7 fix slider: form control w/ initial disabled state (#​25972)
dcde7684f fix slider: update VI when toggling discrete (#​25985)
c70875d38 fix toolbar: inherit toolbar color in flat buttons (#​26089)
7755aa547 perf chips: reduce amount of macro tasks (#​26113)
multiple
Commit Type Description
8b53abda9 fix remove touch tap highlights (#​26073)

Special Thanks

Andy Chrzaszcz, Bobby Galli, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Totati, Wagner Maciel and Zach Arend

v15.0.0

Compare Source

Breaking Changes

material
  • The following components have been re-implemented based on MDC:
    • mat-autocomplete
    • mat-button
    • mat-fab
    • mat-icon-button
    • mat-card
    • mat-chip-list (now split into the following three components: mat-chip-set, mat-chip-listbox, and mat-chip-grid to better represent the different interaction patterns)
    • mat-option
    • mat-optgroup
    • mat-dialog (passing strings for MatDialogConfig.enterAnimationDuration and MatDialogConfig.exitAnimationDuration is deprecated, pass numbers in ms instead)
    • mat-action-list
    • mat-list
    • mat-list-item
    • mat-list-option
    • mat-nav-list
    • mat-selection-list
    • mat-menu
    • mat-radio-group
    • mat-radio-button
    • mat-select
    • mat-slide-toggle
    • mat-slider (has a new API that requires a <input matSliderThumb> element)
    • mat-snack-bar
    • mat-table
    • mat-tabs
  • The TypeScript API should remain largely unchanged, but the DOM and CSS classes for these components have changed.
  • See the MDC migration guide for more information about the changes and how to migrate your app: https://material.angular.io/guide/mdc-migration.
  • Buttons inside the datepicker popup and datepicker toggle now use the MDC-based button implementation. They have different CSS classes and styles, so custom style overrides may need to be updated.
material-luxon-adapter
  • The MatLuxonDateModule now requires at least version 3 of Luxon.

Deprecations

material
  • startDateLabel and endDateLabel for mat-datepicker are deprecated because they are not used.
cdk
Commit Type Description
0734564c71 feat listbox: add listbox to cdk (#​25380)
a2cf3f6cc8 feat menu: add support for passing in data to the menu template (#​25778)
7a24e95baf feat portal: support projectableNodes in component portal (#​25185)
b5f15f426c fix a11y: clean up list key manager on destroy (#​25715)
992cafc395 fix listbox: incorrectly validating preselected value (#​25893)
9e4d57cd21 fix listbox: prevent form submission on click (#​25858)
48d666b111 fix listbox: remove incorrect usage of validator (#​25856)
4b757e6eba fix overlay: provide Overlay in root (#​25909)
material
Commit Type Description
532454b17a feat autocomplete: switch implementation to use MDC (#​25386)
87e17aac0b feat button: add variant to button harness (#​25770)
00f4abe859 feat button: Switch button implementation to use MDC (#​25381)
a928639e94 feat card: Switch card implementation to use MDC (#​25082)
e8e7199744 feat checkbox: refactor pseudo-checkbox size styles (#​25419)
9ac264f10d feat checkbox: switch implementation to use MDC (#​25369)
3b87655f9e feat checkbox: update pseudo-checkbox size (#​25425)
dc74aa382c feat checkbox: use -size for legacy checkbox (#​25424)
d496ebec00 feat chips: switch implementation to use MDC (#​25400)
73ef52ce17 feat core: add option to disable core typography (#​25706)
3463c5a38c feat core: delete deprecated legacy theming API tests (#​25265)
742d858b9a feat core: make mdc-based typography default (#​25551)
7e94186fd5 feat core: move MDC-based elevation styles out of experimental (#​25486)
3fd20a7c53 feat core: move mdc-helpers to material/core
3b769b3eb3 feat core: remove typography styles from core mixin (#​25723)
5b8d5214fe feat core: switch option implementation to use MDC (#​25343)
d70fd6c2de feat datepicker: expose datepicker symbols (#​25552)
ca54283837 feat datepicker: make compatible with MDC & legacy components (#​25648)
439852ba8a feat dialog: Switch dialog implementation to use MDC (#​25352)
119dd4bcfa feat form-field: Ability to support custom error message components inside a form field (#​25399)
36af2a3fbe feat form-field: add error harness (#​25698)
3db6b1d1ba feat form-field: switch implementation to use MDC
6883100b4c feat input: switch implementation to use MDC
750dad699f feat legacy-core: create legacy-core entry point
5f0f071ac5 feat list: switch implementation to use MDC list (#​25445)
20db76d3e9 feat menu: switch implementation to use MDC (#​25431)
f7385ffc8a feat paginator: migrate MDC examples (#​25497)
8f11370e5e feat paginator: Switch paginator implementation to use MDC (#​25456)
f384c24b94 feat progress-bar: Switch progress-bar implementation to use MDC (#​25234)
4a6a0f18bb feat radio: switch implementation to use MDC (#​25409)
7b5bb76d32 feat schematics: add autocomplete styles migrator and tests
8f8f06f229 feat schematics: add card styles migrator and tests
ee5a8362ad feat schematics: add checkbox styles migrator and tests
0108de5aff feat schematics: add chips styles migrator and tests
825688f82e feat schematics: add chips template migrator (#​24601)
98d09ffc18 feat schematics: add dialog styles migrator and tests
801c23cc00 feat schematics: add fn for adding attrs to templates (#​24550)
dcc98295b4 feat schematics: add form-field styles migrator and tests
226696d1d2 feat schematics: add handling for all-component-themes (#​25528)
6eac002704 feat schematics: add input styles migrator and tests
bcacdde9ff feat schematics: add list styles migrator and tests
6b24f9614d feat schematics: add menu styles migrator and tests
d1bbcd64da feat schematics: add paginator styles migrator and tests
e856da1a63 feat schematics: add progress bar styles migrator and tests
a12f268aaf feat schematics: add progress spinner styles migrator and tests
da07c36e7e feat schematics: add radio styles migrator and tests
479267207e feat schematics: add select styles migrator and tests
7646c73c32 feat schematics: add slide toggle styles migrator and tests
d8f1cce07f feat schematics: add slider styles migrator and tests
7460ccdd12 feat schematics: add snack-bar styles migrator and tests
0554f1823e feat schematics: add style migration support within typescript files (#​25339)
84398f4b3b feat schematics: add table styles migrator and tests
688443a93d feat schematics: add tabs styles migrator and tests
983f66460e feat schematics: add template migration support within typescript files (#​25496)
6feaaea067 feat schematics: add template migration to schematic (#​24563)
2159f2e5e9 feat schematics: add the scaffolding for an mdc-migration schematic (#​23804)
331b53c272 feat schematics: add tooltip styles migrator and tests
c682965262 feat schematics: create updateModuleSpecifier ts migration fn (#​25128)
d388adfe1c feat schematics: create updateNamedImport ts migration fn (#​25132)
15906c7084 feat schematics: impl card template migration (#​24566)
938802f7e4 feat schematics: impl mat-mdc ts v15 ng-update (#​25447)
1e5dc8a7f2 feat schematics: implement basic ts import migrations (#​24797)
1a99002343 feat schematics: initial foundation for TS code migrators
f24a49f9b8 feat schematics: initial setup for template migrations (#​24515)
8b147716c5 feat schematics: initial setup for v15 ng-update (#​25102)
cb7212397a feat schematics: set up a system for migrating scss (#​24326)
33c3277207 feat schematics: tree operation helper functions (#​24539)
fad4f9bfb9 feat schematics: v15 migrate imports (#​25133)
00d5f27e6f feat schematics: v15 ng-update scss migration (#​25395)
8ca3155db7 feat select: add page down/up button functionality (#​25508)
bf6f38abd7 feat select: switch implementation to use MDC (#​25360)
a1bb436f01 feat slide-toggle: Switch slide-toggle implementation to use MDC (#​25404)
b863b14d20 feat slider: switch implementation to use MDC (#​25420)
950d4377f4 feat snack-bar: Switch snack-bar implementation to use MDC (#​25458)
a8f847cbbb feat table: migrate MDC examples (#​25492)
31a754c904 feat table: pass this rather than concrete classes in the harnesses (#​25482)
e3b80324c3 feat table: Switch table implementation to use MDC (#​25453)
1fcdc27f46 feat tabs: Switch tabs implementation to use MDC (#​25411)
1337f36f24 feat tooltip: add option to open tooltip at mouse position (#​25202)
2fc05f584c feat tooltip: migrate MDC examples (#​25495)
fd2811b54d feat tooltip: switch to MDC implementation (#​25209)
9f0071dc4c fix button: cdk-focus classes not being applied (#​25619)
518b2b63aa fix button: remove dependency on legacy button (#​25579)
c440f844ec fix card: don't add extra padding around mat-card-title-group (#​25292)
1ade334525 fix card: remove card deps on legacy-card
8a1cf8cdd3 fix checkbox: disabled state not distinguishable in high contrast mode (#​25788)
4926cc57ee fix chips: allow focusing disabled listbox options (#​25771)
17e217acd8 fix chips: aria-selected not reflecting selection state (#​25742)
147a354ec7 fix chips: don't remove aria-selected from deselected options (#​25748)
0f52389340 fix chips: show checkmark for selected non-selectable chips (#​25942)
8643c9ccb5 fix chips: use checkmark graphic for single-selection (#​25890)
1e969dd6a1 fix core: add flag whether to copy color theme values (#​25695)
c14d176842 fix core: add optional warning for incomplete themes (#​25654)
9dbc4fd703 fix core: add typography hierarchy to prebuilt (#​25746)
c35763be97 fix core: add typography to prebuilt themes (#​25696)
a310fefb90 fix core: default font family not picked up in define-typography-config (#​25789)
7021954dea fix core: fix swapped units in define-typography functions (#​25615)
fd5afe7038 fix core: Move remaining MDC core functionality out of experimental (#​25503)
e73ba59d7b fix core: remove core style parameters (#​25738)
69efb41949 fix core: switch typography hierarchy to new terminology
e3adcfe69a fix core: use full theme config definitions to prebuilt themes (#​25656)
bf9f2ec1d5 fix core: warn when legacy theme is created (#​25625)
2704c310a3 fix datepicker: announce the "to" when reading year range (#​24958)
67212ba4f4 fix datepicker: calendar aria-descriptions start/end date (#​25457)
59b5d5ef44 fix datepicker: changed after checked error during overlapping open/close sequence (#​25843)
0971e39485 fix datepicker: unable to click datepicker toggle when form field is disabled (#​25863)
4cdc0956f9 fix dialog: allow customizing animation duration (#​25524)
5e34770a41 fix dialog: remove dialog deps on legacy-dialog
f9a4b97376 fix dialog: using incorrect mixin for structural styles (#​25356)
a0d74daf94 fix form-field: fix typography for native input element (#​25616)
fdb30adabe fix form-field: remove hardcoded 16px label padding (#​25383)
e3b679da00 fix input: fix input prefix & suffix disabled color (#​25398)
29ed93a100 fix legacy-autocomplete: deprecate all ts symbols
b10189809b fix legacy-button: deprecate all ts symbols
5caa44efcf fix legacy-button: rename classnames in comments (#​25459)
3c60fe903c fix legacy-button: rename classnames in comments (#​25460)
a5a12b9f88 fix legacy-card: deprecate all ts symbols
ab22cab5bc fix legacy-checkbox: deprecate all ts symbols
aaf6a66a6b fix legacy-checkbox: fix scss mixin names (#​25442)
2cadc901ee fix legacy-chips: deprecate all ts symbols
ecdabb8412 fix legacy-core: deprecate all ts symbols
9bd852330e fix legacy-core: name all ts symbols to reflect legacy-ness (#​25673)
5afe24de4e fix legacy-dialog: deprecate all ts symbols
d527ddf0e0 fix legacy-form-field: deprecate all ts symbols
86c4a9d394 fix legacy-form-field: remove invalid selector (#​25554)
cf0dd6cca6 fix legacy-input: deprecate all ts symbols
e67e49325d fix legacy-list: deprecate all ts symbols
4e56db6b08 fix legacy-menu: deprecate all ts symbols
bc2fc6d4c0 fix legacy-menu: rename missed ts symbol
b6f9d66b81 fix legacy-paginator: deprecate all ts symbols
c3684dbef1 fix legacy-progress-bar: deprecate all ts symbols
36a54d3c2c fix legacy-progress-spinner: deprecate all ts symbols
bbb9130cfd fix legacy-radio: deprecate all ts symbols
4bb3554c5c fix legacy-select: deprecate all ts symbols
1edd3908e9 fix legacy-select: rename missed ts symbol
13d8524be5 fix legacy-slide-toggle: deprecate all ts symbols
cfadfc078c fix legacy-slider: deprecate all ts symbols
9fc3051107 fix legacy-snack-bar: deprecate all ts symbols
30f88b0853 fix legacy-table: deprecate all ts symbols
8fb62e50cf fix legacy-tabs: deprecate all ts symbols
de5d41bf38 fix legacy-tooltip: deprecate all ts symbols
bd8ab0c3a4 fix legacy-tooltip: rename missed ts symbol
a106eba5a6 fix list: communicate current active page with aria-current (#​25681)
6ed06a7dd3 fix list: fix selection-list staying in tab order when disabled (#​25735)
8baae7342e fix list: fix tabindex="-1" not being maintained when disabled (#​25860)
2686bfef39 fix list: visually indicate active links in HCM (#​25679)
3b7c939308 fix menu: custom origin in focusFirstItem not respected on open (#​25812)
73550546e4 fix menu: update submenu indication when menu is assigned (#​25608)
07421d02fe fix paginator: remove deps on legacy components
9331866b11 fix progress-bar: add coercion for number inputs (#​25585)
c5c8e64f10 fix progress-bar: remove dependency on legacy progress bar (#​25581)
f9583184d6 fix progress-spinner: remove dependency on legacy progress spinner (#​25583)
1655a69021 fix radio: radio not preselected with static value and an ngIf (#​25852)
8ec486452b fix schematics: add attr for multi-line start tags (#​24586)
a612df148e fix schematics: add binding parsing logic (#​25910)
e801a7656e fix schematics: add clarification about directory path format for MDC migration schematic (#​25969)
3d3656a00d fix schematics: add comment for potentially deprecated styles after a migration
4a512cf29a fix schematics: add custom replacements for imports
df50b0721f fix schematics: add explicit typography @​include in v15 update (#​25724)
a64186a45b fix schematics: add handling for invert and vertical (#​25922)
[4e468a9b15](https://togith

Configuration

📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

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


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

angular-robot avatar Oct 27 '22 02:10 angular-robot