Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2022

Bumps @angular/cdk from 12.2.8 to 13.2.6.

Release notes

Sourced from @​angular/cdk's releases.

v13.2.6

13.2.6 "suede-spaghetti" (2022-03-09)

material-experimental

Commit Description
fix - 8414646d79 mdc-card: remove extra margin if header doesn't have an avatar (#19072)
fix - f66486dc5b mdc-slider: fix a few null pointer exceptions (#23659)

material

Commit Description
fix - c4993ac171 button: avoid setting a tabindex on all link buttons (#22901)
fix - c47d30e0e5 dialog: don't wait for animation before moving focus (#24121)
fix - 70b8248568 expansion: able to tab into descendants with visibility while closed (#24045)
fix - d22d73ab8d select: disabled state out of sync when swapping form group with a disabled one (#17872)
fix - 911d6b71d4 slide-toggle: clear name from host node (#15505)
fix - 4b5363d160 tooltip: decouple removal logic from change detection (#19432)

cdk

Commit Description
fix - 39929a815d overlay: backdrop timeouts not being cleared in some cases (#23972)
fix - 2f2b0c7cf4 testing: dispatch mouseover and mouseout events in UnitTestElement (#24490)
fix - edca54f2d0 testing: require at least one argument for locator functions (#23619)

multiple

Commit Description
fix - 6ee0089ce6 don't block child component animations on open (#24529)

Special Thanks

Andrew Seguin, Jeri Peier, Kristiyan Kostadinov and Paul Gschwendtner

v13.2.5

13.2.5 "satin-sash" (2022-03-02)

material-experimental

Commit Description
fix - 7b85cc077c mdc-button: density styles being overwritten by structural styles (#22736)
fix - aeb1426e4c mdc-chips: expose avatar harness (#24499)

material

Commit Description
fix - ed2f516401 autocomplete: auto-highlighted first option not display correctly if the floating label is disabled (#14507)
fix - 502102116e autocomplete: don't block default arrow keys when using modifiers (#11987)
fix - f31fd3f066 autocomplete: reopen panel on input click (#16020)
fix - 5a79042d7d button-toggle: use solid border color (#14253)
fix - e2d4eecfcb checkbox: inconsistent disabled color (#23083)
fix - 005ec323de checkbox: incorrect text color when placed inside an overlay with a dark theme (#19054)
fix - d7cbd1315f datepicker: matDatepickerParse error not being added on first invalid value (#11524)
fix - 046022f31d datepicker: use aria-live over cdkAriaLive on period button (#24398)
fix - 37f69dbf7e dialog: use passed in ComponentFactoryResolver to resolve dialog content (#17710)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

13.2.6 "suede-spaghetti" (2022-03-09)

cdk

Commit Type Description
39929a815d fix overlay: backdrop timeouts not being cleared in some cases (#23972)
2f2b0c7cf4 fix testing: dispatch mouseover and mouseout events in UnitTestElement (#24490)
edca54f2d0 fix testing: require at least one argument for locator functions (#23619)

material

Commit Type Description
c4993ac171 fix button: avoid setting a tabindex on all link buttons (#22901)
c47d30e0e5 fix dialog: don't wait for animation before moving focus (#24121)
70b8248568 fix expansion: able to tab into descendants with visibility while closed (#24045)
d22d73ab8d fix select: disabled state out of sync when swapping form group with a disabled one (#17872)
911d6b71d4 fix slide-toggle: clear name from host node (#15505)
4b5363d160 fix tooltip: decouple removal logic from change detection (#19432)

material-experimental

Commit Type Description
8414646d79 fix mdc-card: remove extra margin if header doesn't have an avatar (#19072)
f66486dc5b fix mdc-slider: fix a few null pointer exceptions (#23659)

multiple

Commit Type Description
6ee0089ce6 fix don't block child component animations on open (#24529)

Special Thanks

Andrew Seguin, Jeri Peier, Kristiyan Kostadinov and Paul Gschwendtner

14.0.0-next.5 "jersey-jughandle" (2022-03-02)

cdk

Commit Type Description
7d0bca7bd3 feat a11y: add input to control the duration of the aria live directive (#15275)
ca6b9fa209 feat drag-drop: expose native event objects in custom events (#17077)
c296084073 feat overlay: add start and end positions to GlobalPositionStrategy (#12007)
37be099b47 fix drag-drop: error if preview dimensions are accessed too early (#24498)
caf88cc4d9 fix testing: TestElement sendKeys method should throw if no keys have been specified (#18271)
3d2aefb3b1 perf overlay: add event listeners for overlay dispatchers outside of zone (#24408)

material

Commit Type Description
b90d9420fa feat autocomplete: add the ability to auto-select the active option while navigating (#20699)
426afa07e1 feat icon: add default options (#23638)
6c7cc8ae87 feat icon: allow multiple classes in setDefaultFontSetClass (#10484)
856c01639f feat menu: allow for menu to be conditionally removed from trigger (#24437)
5fc655b4a0 feat paginator: add input for configuring the underlying select (#13705)
38334d6bc8 feat schematics: add option not to include animations module in ng-add (#22559)

... (truncated)

Commits
  • 06a00dd release: cut the v13.2.6 release
  • 39929a8 fix(cdk/overlay): backdrop timeouts not being cleared in some cases (#23972)
  • 911d6b7 fix(material/slide-toggle): clear name from host node (#15505)
  • 597d78a build: remove various gulp build setup leftovers (#24548)
  • 70b8248 fix(material/expansion): able to tab into descendants with visibility while c...
  • f66486d fix(material-experimental/mdc-slider): fix a few null pointer exceptions (#23...
  • edca54f fix(cdk/testing): require at least one argument for locator functions (#23619)
  • c47d30e fix(material/dialog): don't wait for animation before moving focus (#24121)
  • 4b5363d fix(material/tooltip): decouple removal logic from change detection (#19432)
  • 6ee0089 fix(multiple): don't block child component animations on open (#24529)
  • 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.8 to 13.2.6.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](angular/components@12.2.8...13.2.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 10, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2022

Superseded by #352.

@dependabot dependabot bot closed this Mar 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-13.2.6 branch March 17, 2022 17:04
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.

1 participant