Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @angular/cdk 17.0.0 → 17.1.0 (minor) #1657

Closed
wants to merge 1 commit into from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jan 19, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​angular/cdk (17.0.0 → 17.1.0) · Repo · Changelog

Release Notes

17.1.0

17.1.0 "metal-table" (2024-01-17)

material-date-fns-adapter

Commit Description
feat - 083472db0e support date-fns 3.0 (#28364)
fix - 2da9f6bc32 error when added through ng add

material-luxon-adapter

Commit Description
fix - 91b646717d error when added through ng add

material-moment-adapter

Commit Description
fix - eca50162a7 error when added through ng add

material-experimental

Commit Description
feat - 244bed4675 theming: add M3 button tokens (#28375)
feat - cf6ab1c1d0 theming: add M3 expansion support (#28159)
feat - 2963b7aaca theming: add M3 icon-button & fab support (#28157)
feat - 0b7e656f19 theming: Add support for color variants (#28279)
fix - 94d8997b2c theming: fix border radius of filled form field
fix - d1ceb6b44a theming: fix disabled form field in M3

youtube-player

Commit Description
feat - e0414b19c1 automatically load youtube api
feat - 381a65f33d coerce inputs
feat - b7c47c3025 improve initial load performance using a placeholder image (#28207)
fix - 62ca3ede70 error when added through ng add

google-maps

Commit Description
feat - 9f1989228f add support for dynamic library loading API
fix - 338aa184ae error when added through ng add

material

Commit Description
feat - f23d8c1f7e button: add the ability to interact with disabled buttons (#28242)
feat - 6719168192 chips: expose _chipGrid in MatChipInput and add a stream of chip removal events (#28012) (#28013)
fix - 556eeb19c8 button: Move unthemable icon button tokens to theme mixin (#27570)
fix - 714eac3be4 button: remove duplicate typography styles from FAB (#28258)
fix - 2dc10daa07 button: use tokens for button elevation (#28396)
fix - ec86cf88ee checkbox: move required validation into component
fix - c00c2db924 datepicker: unable to distinguish disabled buttons in the calendar (#28385)
fix - fef66fee7c dialog: mat-dialog-title should work under OnPush viewContainerRef (#28329)
fix - 9e43890155 form-field: work around closure compiler issue (#28185)
fix - 4d0719a6a0 paginator: match visual and reading order (#28285)
fix - 00e70fd8e3 slide-toggle: delete custom typography tokens (#28365)
fix - c2c818ceeb slide-toggle: move required validation into component
fix - 6bfbe9b19f slider: update inactive input width on value change (#28275)
fix - a643a2ed42 snack-bar: Ensure snackbar open animation works with OnPush ancestor (#28331)
fix - 7f601b0936 stepper: enable hydration (#28382)
fix - a7f87a80a1 tabs: enable hydration (#28366)

cdk

Commit Description
fix - 46eb9321cc table: _cellRole lint error (#28391)
fix - d3e8a28389 table: measuring sticky row too early (#28393)
fix - 30f0705491 table: support hydration (#28356)
perf - 1fe1f69303 table: Optimize a11y role logic in CdkCell. (#28336)

multiple

Commit Description
fix - 997bf75f9f consolidate and tokenize internal form field (#28236)
fix - 7840cd3a77 provide standalone-friendly APIs for date adapters (#28349)
fix - 21737ad394 use provide functions in providers for date adapters (#28363)

17.0.6

17.0.6 "plastic-spoon" (2024-01-17)

material

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

17.0.5

17.0.5 "stardust-symphony" (2024-01-10)

material

Commit Description
fix - 2852c3f7a4 autocomplete: not closing when clicking on hint area (#28316)
fix - 4eb24cfdaf schematics: resolve errors in dashboard schematic
fix - 6feb26d107 schematics: schema error in mdc migration (#28342)
fix - 3500908ca6 schematics: use single style and styleUrl in generated code
fix - 65331e2aa8 select: flicker if opened from inside a focus handler (#28287)
fix - 7076f96a09 sidenav: enable hydration
fix - 27a09a5f57 slider: fix internal focus state on safari (#28243)
fix - 766d1d8f85 slider: fix value indicator bubble for m3 (#28250)
fix - 1d9d11325c slider: m3 ripple color (#28369)
fix - e97d98b037 slider: slider tx imprecision (#28283)
fix - cbfdc060b4 theming: Expose the theme-remove Sass function (#28314)

cdk

Commit Description
fix - 5e2d13b912 a11y: resolve hydration error in focus trap
fix - 837d396aff collections: Do not deselect comparable already selected value with setSelection (#28267)
fix - 94a9fa9c6c dialog: resolve hydration error in focus trap
fix - 82c37a9774 drag-drop: auto-scroll to the left not starting in rtl layout (#28334)
perf - a75bb7ad87 a11y: Micro-optimizations to aria-reference.ts. (#28337)

multiple

Commit Description
fix - ddbc022843 enable hydration in autocomplete, menu and select (#28343)

17.0.4

17.0.4 "hematite-house" (2023-12-13)

material

Commit Description
fix - 9596dccbf button: resolve memory leaks in ripples (#28254)
fix - 7b183b259 chips: enable hydration (#28260)
fix - fbcd237e5 tabs: add header divider for m3 (#28244)
fix - ac77efd08 tabs: deprecate backgroundColor API (#28262)

multiple

Commit Description
fix - c0c6f6376 add fallback root providers to injection tokens (#28259)

17.0.3

17.0.3 "opal-kaleidoscope" (2023-12-07)

material

Commit Description
fix - e9519c3e73 slider: fix tick mark precision (#28193)

17.0.2

17.0.2 "sand-salmon" (2023-12-01)

material-experimental

Commit Description
feat - 3d118c67a theming: add M3 autocomplete, badge, and bottom-sheet support (#28177)
feat - 950ca90b7 theming: add M3 button-toggle support (#28179)
feat - ee6894f3e theming: add M3 chips support (#28183)
feat - 86c55d004 theming: add M3 datepicker support (#28166)
feat - 4424c0b21 theming: add M3 dialog support (#28163)
feat - 61401f57a theming: add M3 grid-list support (#28131)
feat - cd0f36ac3 theming: add M3 icon support (#28126)
feat - 5bf3ab4b6 theming: add M3 menu & divider support (#28144)
feat - 1abf88008 theming: add M3 paginator support (#28164)
feat - 750d95faa theming: add M3 select, option, and optgroup support (#28148)
feat - 662bbb4b2 theming: add M3 sidenav support (#28125)

material

Commit Description
fix - 4938722fa autocomplete: clear selected option if it is removed while typing (#28146)
fix - 381037818 button: fix flat button line-height (#28090)
fix - 5f789f79d button: fix outlined button line-height (#28092)
fix - d45f4967a button: fix text button line-height (#28091)
fix - 04ceccf21 core: prevent ng update schematic from checking node_modules (#28152)
fix - c2a812967 tooltip: increase specificity of non-interactive styles (#28180)

17.0.1

17.0.1 "plastic-chicken" (2023-11-16)

material-experimental

Commit Description
feat - cfe596ab1d theming: add M3 form-field & input support (#28121)
feat - 365789bd0f theming: add M3 list support (#28122)
feat - 81a8cc77e8 theming: add M3 slide-toggle support (#28014)
feat - ac62b42742 theming: add M3 sort support (#28105)
fix - c5e4766d0f theming: Update M3 palettes (#28109)

material

Commit Description
fix - df5e9c4f3f autocomplete: clear previous selection on reactive form reset (#27653)
fix - efc0dcfc4c autocomplete: regression in requireSelection when options are filtered (#28119)
fix - 09c7eb4f8b button: fix raised button line-height (#28073)
fix - 1a61fc7eea datepicker: Fix raw date value being compared (#27896)
fix - fe339ee2ba list: validation using wrong variable (#27638)
fix - a09ca60be8 schematics: switch to new control flow (#28106)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Copy link
Contributor Author

depfu bot commented Jan 30, 2024

Closed in favor of #1669.

@depfu depfu bot closed this Jan 30, 2024
@depfu depfu bot deleted the depfu/update/npm/@angular/cdk-17.1.0 branch January 30, 2024 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants