Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2022

Bumps @angular/cdk from 13.3.9 to 14.1.2.

Release notes

Sourced from @​angular/cdk's releases.

v14.1.2

14.1.2 "cedar-cicada" (2022-08-11)

material-experimental

Commit Description
fix - 0a4d8e9fc4 mdc-list: set a role on MatNavList and MatActionList (#25412)

material

Commit Description
fix - 69b29046d5 chips: selectable="false" doesn't work on initial assignment (#24906)
fix - 0f2ec70c86 tooltip: avoid problem when triggers hide animation for not visible tooltip (#24652)

Special Thanks

Egor Volvachev, Miles Malerba, Wagner Maciel and Zach Arend

v14.1.1

14.1.1 "moissanite-mango" (2022-08-03)

material-experimental

Commit Description
fix - e045e8d49 mdc-chips: don't use button element if chip row isn't editable (#25327)
fix - 394b93f18 mdc-slider: skip resizing while the user is dragging (#25318)

cdk

Commit Description
fix - 251c9abdf dialog: use config injector if provided (#25332)
fix - 636dd60ee drag-drop: expose pickup position in constrainPosition callback (#25341)
fix - aea1a5d67 overlay: detach overlay when portal is destroyed from the outside (#25212)
fix - 63ca33bc8 schematics: strip bom from sass files (#25364)

Special Thanks

Amadou Sall, Kristiyan Kostadinov, Paul Gschwendtner and Serge

v14.1.0

14.1.0 "neon-plate" (2022-07-20)

material-experimental

Commit Description
feat - 864f92e0f mdc-button: support custom leading/trailing icons (#24987)
feat - 1f6810831 mdc-list: add support for activated state in harness (#24934)
fix - c543db57a mdc-checkbox: remove extra a11y tree node for the (#24907)
fix - 7736515f1 mdc-form-field: ensure appearance is valid (#24963)

cdk-experimental

Commit Description
fix - 5c2a7e00e listbox: clean up some TODOs (#25005)
fix - 0b5963753 listbox: clean up the listbox API and make it work with forms (#24920)

material

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.1.2 "cedar-cicada" (2022-08-11)

material

Commit Type Description
69b29046d5 fix chips: selectable="false" doesn't work on initial assignment (#24906)
0f2ec70c86 fix tooltip: avoid problem when triggers hide animation for not visible tooltip (#24652)

material-experimental

Commit Type Description
0a4d8e9fc4 fix mdc-list: set a role on MatNavList and MatActionList (#25412)

Special Thanks

Egor Volvachev, Miles Malerba, Wagner Maciel and Zach Arend

14.2.0-next.1 "corundum-cat" (2022-08-03)

cdk

Commit Type Description
bf2723c8b fix dialog: use config injector if provided (#25332)
82be1d709 fix drag-drop: expose pickup position in constrainPosition callback (#25341)
aea1a5d67 fix overlay: detach overlay when portal is destroyed from the outside (#25212)
96b2d3461 fix schematics: strip bom from sass files (#25364)

cdk-experimental

Commit Type Description
aaa9d93c9 fix listbox: fix issue with aria-selected (#25373)

material-experimental

Commit Type Description
f214a2ce0 fix mdc-chips: don't use button element if chip row isn't editable (#25327)
aa008def1 fix mdc-slider: skip resizing while the user is dragging (#25318)

Special Thanks

Amadou Sall, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner, Serge and Wagner Maciel

14.1.1 "moissanite-mango" (2022-08-03)

cdk

Commit Type Description
251c9abdf fix dialog: use config injector if provided (#25332)
636dd60ee fix drag-drop: expose pickup position in constrainPosition callback (#25341)
aea1a5d67 fix overlay: detach overlay when portal is destroyed from the outside (#25212)
63ca33bc8 fix schematics: strip bom from sass files (#25364)

material-experimental

Commit Type Description

... (truncated)

Commits
  • 1634461 release: cut the v14.1.2 release
  • 0a4d8e9 fix(material-experimental/mdc-list): set a role on MatNavList and MatActionLi...
  • 3aaf899 build: fix CI issues (#25429)
  • 69b2904 fix(material/chips): selectable="false" doesn't work on initial assignment ...
  • 63f6eb0 Revert "fix(material/tooltip): avoid problem when triggers hide animation for...
  • 0f2ec70 fix(material/tooltip): avoid problem when triggers hide animation for not vis...
  • 1381cc0 release: cut the v14.1.1 release
  • 02312b4 build: update angular shared dev-infra code to 88270f4 (#25382)
  • b331ac0 build: update angular shared dev-infra code to 80fc63d (#25377)
  • a1bf6b8 build: update bazel setup to v5.5.3 (#25362)
  • 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 13.3.9 to 14.1.2.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@13.3.9...14.1.2)

---
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 @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 22, 2022

Superseded by #215.

@dependabot dependabot bot closed this Aug 22, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-14.1.2 branch August 22, 2022 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants