Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps @angular/cdk from 12.2.4 to 13.2.3.

Release notes

Sourced from @​angular/cdk's releases.

v13.2.3

13.2.3 "platinum-pen" (2022-02-16)

cdk-experimental

Commit Description
fix - 8c632ee87 column-resize: Fix bug in hover logic introduced by IE cleanup (#24396)

material

Commit Description
fix - 2c73b2df6 menu: position classes not update when window is resized (#24385)

Special Thanks

Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott

v13.2.2

13.2.2 "enamel-eagle" (2022-02-09)

material-experimental

Commit Description
fix - 3bbcb444f mdc-checkbox: add missing classes for checked (#24350)

material

Commit Description
fix - f5199eeeb datepicker: fix improper focus trapping with VoiceOver and ChromeVox (#24300)
fix - a72bcbe50 datepicker: remove abbr from day of week header (#24106)
fix - a764e6a13 datepicker: update active date on focusing a calendar cell (#24279)

cdk

Commit Description
fix - 4b6e83274 scrolling: fix scrolling in appendOnly mode (#24153)
perf - d232f6b4c overlay: add event listeners for overlay dispatchers outside of zone (#23962)

material-experiental

Commit Description
fix - 70bec6054 mdc-list: update material-components-web to pick up multi-select list keyboard support (#24354)

Special Thanks

Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]

v13.2.1

13.2.1 "vinyl-viola" (2022-02-02)

material-experimental

Commit Description
fix - c02c43a2b9 mdc-button: align outline color with spec (#24249)
perf - 5d7d6ea107 mdc-list: reduce bundle size (#24291)

cdk-experimental

Commit Description

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

13.2.3 "platinum-pen" (2022-02-16)

material

Commit Type Description
2c73b2df6 fix menu: position classes not update when window is resized (#24385)

cdk-experimental

Commit Type Description
8c632ee87 fix column-resize: Fix bug in hover logic introduced by IE cleanup (#24396)

Special Thanks

Karl Seamon, Kristiyan Kostadinov, Paul Gschwendtner, Zach Arend and Zack Elliott

14.0.0-next.2 "ferrous-squirrel" (2022-02-09)

Breaking Changes

material

  • MatChipInputEvent.chipInput is now a required property.

material-experimental

Commit Type Description
3523adf71 fix mdc-checkbox: add missing classes for checked (#24350)
02d6e7d77 fix mdc-tabs: CSS applied to wrong element when preserveContent is enabled (#24346)

material

Commit Type Description
d67dad6b1 fix chips: Make MatChipInputEvent.chipInput required. (#23692)
1c9173196 fix datepicker: fix improper focus trapping with VoiceOver and ChromeVox (#24300)
7a6549fb1 fix datepicker: remove abbr from day of week header (#24106)

cdk

Commit Type Description
64606fa65 feat testing: add methods getOptionalHarness and hasHarness (#24355)
5221b79d5 fix scrolling: fix scrolling in appendOnly mode (#24153)

material-experiental

Commit Type Description
dd59b4a10 fix mdc-list: update material-components-web to pick up multi-select list keyboard support (#24354)

Special Thanks

Alan Agius, Artur Androsovych, Chabbey François, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Zach Arend and renovate[bot]

13.2.2 "enamel-eagle" (2022-02-09)

cdk

Commit Type Description
4b6e83274 fix scrolling: fix scrolling in appendOnly mode (#24153)

... (truncated)

Commits
  • aaae40f release: cut the v13.2.3 release (#24428)
  • 156ac3a test: update menu modifier chord tests to workaround chromium bug
  • 4385603 build: update angular shared dev-infra code
  • 601ab25 refactor(material/datepicker): unit test with not the first of the month (#24...
  • c902c1d build: remove mdc-sidenav package (#24402)
  • db65db3 build: fix compilation error with new version of stylelint (#24410)
  • 2c73b2d fix(material/menu): position classes not update when window is resized (#24385)
  • 3a1506d refactor(multiple): remove PlatformModule usages (#24366)
  • 8c6c0b5 docs(material/datepicker): fix custom class example (#24393)
  • b4c45e9 docs(material/tabs): Update tabs keyboard interaction docs. (#24400)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 13.2.3.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](angular/components@12.2.4...13.2.3)

---
updated-dependencies:
- dependency-name: "@angular/cdk"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 25, 2022

Superseded by #1311.

@dependabot dependabot bot closed this Feb 25, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/cdk-13.2.3 branch February 25, 2022 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants