Skip to content

fix(deps): update angularmaterial monorepo to v17.2.1

Renovate requested to merge renovate/angularmaterial-monorepo into v2

This MR contains the following updates:

Package Type Update Change
@angular/cdk dependencies minor 17.0.5 -> 17.2.1
@angular/material dependencies minor 17.0.5 -> 17.2.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

angular/components (@​angular/cdk)

v17.2.1

Compare Source

cdk
Commit Type Description
c617cd7c8 fix listbox: make typeahead label nullable (#​28602)
67956e065 fix overlay: only emit positionChanges when position is different
d5d856348 fix overlay: run positionChange event inside the zone
material
Commit Type Description
0c5781bfc fix expansion: center indicator icon in M3 (#​28603)

v17.2.0

Compare Source

cdk
Commit Type Description
55eeee3516 fix listbox: unable to tab in if active option is removed (#​28583)
2f7aaaa220 fix table: error if outlets are assigned too early (#​28551)
material
Commit Type Description
99a4e2a10f fix button-toggle: Add remaining typography tokens needed for M3 (#​28578)
e05795dde0 fix button: calculate icon button padding based on tokens
a496855f30 fix button: generate separate tokens for mini fab
cbeeb3ae17 fix checkbox: use token for disabled label color
0a1c8eedb4 fix chips: Tokenize chip outline and disabled opacity (#​28488)
58764afec2 fix chips: Tokenize the hover & focus overlays (#​28497)
32f86e48e1 fix chips: Tokenize the selected state (#​28498)
1dcc195853 fix core: ensure that option inherits container background
873c8e97dc fix datepicker: fix M3 styles (#​28556)
8ac58ff328 fix datepicker: fix touchui shadow and border-radius (#​28577)
92ab097987 fix datepicker: use direction-agnostic text-align
0edc47673f fix form-field: container height in lower densities (#​28546)
b1f281cab5 fix list: ensure leading icon scales with token
306c2424f7 fix list: indexOf usage incorreect for active focus reset (#​28531)
75955eb9b4 fix list: match leading icon size in M3 to spec
b8327cd92c fix list: tokenize active-indicator (#​28586)
ba05521005 fix list: tokenize space around leading icon
0d88889452 fix list: use direction-agnostic text-align
46fe83f21f fix list: use transparent background for M3 (#​28504)
044c9ba648 fix menu: prevent icon from collapsing when text is long (#​28541)
47c55925c0 fix menu: Update token values and styles for M3 (#​28470)
a656164255 fix progress-bar: incorrect alignment if direction is set on element
f6d3f1bc21 fix schematics: import async animations and remove deprecated function usages (#​28424)
fbf2ef3fcb fix select: fix m3 arrow alignment (#​28545)
fca43aa49b fix select: styles for m3 (#​28492)
d799c044a7 fix slide-toggle: fix m3 slide-toggle handle (#​28503)
130afedf1c fix slide-toggle: m3 slide-toggle track (#​28539)
63c6b841b4 fix slide-toggle: m3 track outline and handle opacity (#​28565)
2455a42d3c fix stepper: Update token values for M3 and add color variant support (#​28430)
f9621a7c8c fix tabs: prevent page scroll on space press (#​28532)
material-experimental
Commit Type Description
d16e8ac5de feat theming: add M3 tokens for pseudo checkbox (#​28407)
4742a175ab fix theming: Add more tests for M3 theme tokens (#​28561)
1f1dac5e57 fix theming: Add support for color variants in badge, button-toggle, button, pseudo-checkbox, and chips (#​28457)
08c97ab648 fix theming: Add support for color variants in option, checkbox, and fab (#​28412)
715877a13d fix theming: Add support for color variants in progress-spiner, progress-bar, list, form-field, and datepicker (#​28451)
29a1e5d8a1 fix theming: Add support for color variants in slide-toggle, select, and radio (#​28445)
e45e210055 fix theming: Add support for color variants in tabs and slider (#​28417)
9ab104b804 fix theming: align dialog with M3
957bc487bf fix theming: align fab with M3 spec
ba3680ed48 fix theming: align M3 icon buttons with spec
601a745fc8 fix theming: cap icon button size
339905c5af fix theming: disabled radio button incorrect label color (#​28415)
b6e0b20e1f fix theming: Fix chip trailing icon opacity in M3 (#​28530)
fdd16e6675 fix theming: fix filled text field
06c81e38c7 fix theming: fix paginator in M3
59b93b44ab fix theming: Fix token causing test failure on CI (#​28569)
1e48cd431f fix theming: fix up M3 checkbox
056e2221ec fix theming: implement M3 badge (#​28460)
93f3421538 fix theming: incorrect track color for alternate progress bar palettes (#​28484)
935eda0872 fix theming: incorrect validation for density scale
8fab89229d fix theming: Make color API back-cmpat styles available (#​28526)
f1deb30a17 fix theming: Make M3 work with typography-hierarchy (#​28540)
5f1a7ea1ee fix theming: resolve M3 issues in mat-option (#​28482)
dabb96765a fix theming: set up core theme and app tokens (#​28431)
d26a51e3a5 fix theming: set up internal form field in M3 (#​28414)
42f2cc9ad8 fix theming: set up padding tokens
0da585f730 fix theming: Update color palettes (#​28472)

v17.1.2

Compare Source

material
Commit Type Description
8675ae2436 fix form-field: insufficient color contrast text to input fill (#​28274)
b6a9ac8214 fix schematics: import async animations and remove deprecated function usages (#​28481)
251293f950 fix slide-toggle: Emit token values under current selector or root (#​28390)
9e02a1135b fix slider: error if slider is destroyed before first change detection (#​28494)

v17.1.1

Compare Source

material
Commit Type Description
739b841bbc fix badge: move structural styles out of theme (#​28452)
9e7fe24494 fix core: fix mat-error not rendering with Closure Compiler (#​28405)
90456b0d4c fix dialog: scale animation not working (#​28449)
ed0a7aaa43 fix slide-toggle: move state-layer-size token (#​28397)
ab2ceab21c fix slide-toggle: use css var for disabled label color (#​28471)
material-experimental
Commit Type Description
d7f26c3342 fix theming: align form field icons with M3 (#​28463)
multiple
Commit Type Description
4c83ea8ef8 fix import ANIMATION_MODULE_TYPE from core (#​28459)

v17.1.0

Compare Source

cdk
Commit Type Description
46eb9321cc fix table: _cellRole lint error (#​28391)
d3e8a28389 fix table: measuring sticky row too early (#​28393)
30f0705491 fix table: support hydration (#​28356)
1fe1f69303 perf table: Optimize a11y role logic in CdkCell. (#​28336)
material
Commit Type Description
f23d8c1f7e feat button: add the ability to interact with disabled buttons (#​28242)
6719168192 feat chips: expose _chipGrid in MatChipInput and add a stream of chip removal events (#​28012) (#​28013)
556eeb19c8 fix button: Move unthemable icon button tokens to theme mixin (#​27570)
714eac3be4 fix button: remove duplicate typography styles from FAB (#​28258)
2dc10daa07 fix button: use tokens for button elevation (#​28396)
ec86cf88ee fix checkbox: move required validation into component
c00c2db924 fix datepicker: unable to distinguish disabled buttons in the calendar (#​28385)
fef66fee7c fix dialog: mat-dialog-title should work under OnPush viewContainerRef (#​28329)
9e43890155 fix form-field: work around closure compiler issue (#​28185)
4d0719a6a0 fix paginator: match visual and reading order (#​28285)
00e70fd8e3 fix slide-toggle: delete custom typography tokens (#​28365)
c2c818ceeb fix slide-toggle: move required validation into component
6bfbe9b19f fix slider: update inactive input width on value change (#​28275)
a643a2ed42 fix snack-bar: Ensure snackbar open animation works with OnPush ancestor (#​28331)
7f601b0936 fix stepper: enable hydration (#​28382)
a7f87a80a1 fix tabs: enable hydration (#​28366)
google-maps
Commit Type Description
9f1989228f feat add support for dynamic library loading API
338aa184ae fix error when added through ng add
youtube-player
Commit Type Description
e0414b19c1 feat automatically load youtube api
381a65f33d feat coerce inputs
b7c47c3025 feat improve initial load performance using a placeholder image (#​28207)
62ca3ede70 fix error when added through ng add
material-experimental
Commit Type Description
244bed4675 feat theming: add M3 button tokens (#​28375)
cf6ab1c1d0 feat theming: add M3 expansion support (#​28159)
2963b7aaca feat theming: add M3 icon-button & fab support (#​28157)
0b7e656f19 feat theming: Add support for color variants (#​28279)
94d8997b2c fix theming: fix border radius of filled form field
d1ceb6b44a fix theming: fix disabled form field in M3
material-moment-adapter
Commit Type Description
eca50162a7 fix error when added through ng add
material-luxon-adapter
Commit Type Description
91b646717d fix error when added through ng add
material-date-fns-adapter
Commit Type Description
083472db0e feat support date-fns 3.0 (#​28364)
2da9f6bc32 fix error when added through ng add
multiple
Commit Type Description
997bf75f9f fix consolidate and tokenize internal form field (#​28236)
7840cd3a77 fix provide standalone-friendly APIs for date adapters (#​28349)
21737ad394 fix use provide functions in providers for date adapters (#​28363)

v17.0.6

Compare Source

material
Commit Type Description
53aae488ff fix progress-bar: remove track color workaround (#​28416)

Configuration

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

🚦 Automerge: Enabled.

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

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports