Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @angular/cdk from 12.2.8 to 13.2.5.

Release notes

Sourced from @​angular/cdk's releases.

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)
fix - 2e15f54a9f menu: focus lost if active item is removed (#14039)
fix - ea07fa8e64 progress-spinner: unable to change mode on spinner directive (#14514)
fix - 1a498a6a81 sort: remove role from header when disabled (#24477)
fix - 72019531db tooltip: don't hide when pointer moves to tooltip (#24475)

cdk

Commit Description
fix - 9e34a0f69f drag-drop: error if preview dimensions are accessed too early (#24498)
fix - 9be3c46b01 testing: TestElement sendKeys method should throw if no keys have been specified (#18271)
perf - 8e57a89cba overlay: add event listeners for overlay dispatchers outside of zone (#24408)

Special Thanks

Andrew Seguin, Artur Androsovych, Jeri Peier, Kristiyan Kostadinov, Paul Gschwendtner, Yousaf Nawaz and Zach Arend

v13.2.4

13.2.4 "plastic-mug" (2022-02-23)

material-experimental

Commit Description
fix - 4198f5b5dc mdc-dialog: align change detection with non-MDC version (#24451)
fix - 45836f924d mdc-list: fix typo in action-list css class (#24448)
fix - 7ca02495cd mdc-list: use body-1 rather than subtitle-1 typography for list items (#24417)
fix - c9a15476e8 mdc-select: target correct element with typography (#24258)
perf - bd3f39fb15 mdc-table: reduce bundle size (#24309)

material

Commit Description
fix - 6b76469b4a autocomplete: closing immediately when input is focused programmatically (#21081)
fix - 3ea76419c8 autocomplete: use narrow value for aria-haspopup (#15361)
fix - 9a12eabf6b button-toggle: unable to override elevation and high contrast styling applied incorrectly (#14722)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

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

cdk

Commit Type Description
9e34a0f69f fix drag-drop: error if preview dimensions are accessed too early (#24498)
9be3c46b01 fix testing: TestElement sendKeys method should throw if no keys have been specified (#18271)
8e57a89cba perf overlay: add event listeners for overlay dispatchers outside of zone (#24408)

material

Commit Type Description
ed2f516401 fix autocomplete: auto-highlighted first option not display correctly if the floating label is disabled (#14507)
502102116e fix autocomplete: don't block default arrow keys when using modifiers (#11987)
f31fd3f066 fix autocomplete: reopen panel on input click (#16020)
5a79042d7d fix button-toggle: use solid border color (#14253)
e2d4eecfcb fix checkbox: inconsistent disabled color (#23083)
005ec323de fix checkbox: incorrect text color when placed inside an overlay with a dark theme (#19054)
d7cbd1315f fix datepicker: matDatepickerParse error not being added on first invalid value (#11524)
046022f31d fix datepicker: use aria-live over cdkAriaLive on period button (#24398)
37f69dbf7e fix dialog: use passed in ComponentFactoryResolver to resolve dialog content (#17710)
2e15f54a9f fix menu: focus lost if active item is removed (#14039)
ea07fa8e64 fix progress-spinner: unable to change mode on spinner directive (#14514)
1a498a6a81 fix sort: remove role from header when disabled (#24477)
72019531db fix tooltip: don't hide when pointer moves to tooltip (#24475)

material-experimental

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

Special Thanks

Andrew Seguin, Artur Androsovych, Jeri Peier, Kristiyan Kostadinov, Paul Gschwendtner, Yousaf Nawaz and Zach Arend

14.0.0-next.4 "metal-harness" (2022-02-23)

Breaking Changes

material

  • Previously the mixinErrorState mixin function defined a class member for stateChanges. This is no longer the case, and consumers need to provide the stateChanges class member themselves.

    • CdkStepper._orientation has been removed. Use CdkStepper.orientation instead.
  • The _document parameter from the CdkStepper constructor has been removed.
  • The _document parameter from the MatStepper constructor has been removed.
  • MatVerticalStepper has been removed. Use MatStepper instead.
  • MatHorizontalStepper has been removed. Use MatStepper instead.

material-experimental

Commit Type Description
3e1080931e feat mdc-list: add support for marking the act… (#24433)

... (truncated)

Commits
  • fcdcbff release: cut the v13.2.5 release
  • c1cf161 build: fix standalone release checks failing due to missing global `ReleaseAc...
  • 7b85cc0 fix(material-experimental/mdc-button): density styles being overwritten by st...
  • d496ff3 build: account for recent packaging changes in shared dev-infra package
  • f1d04d5 build: update angular shared dev-infra code to b6656cf
  • 445e5a6 build: enable esmoduleinterop option in scripts and .ng-dev
  • 9be3c46 fix(cdk/testing): TestElement sendKeys method should throw if no keys have be...
  • 005ec32 fix(material/checkbox): incorrect text color when placed inside an overlay wi...
  • 5a79042 fix(material/button-toggle): use solid border color (#14253)
  • aeb1426 fix(material-experimental/mdc-chips): expose avatar harness (#24499)
  • 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.5.
- [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.5)

---
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 3, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 10, 2022

Superseded by #350.

@dependabot dependabot bot closed this Mar 10, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-13.2.5 branch March 10, 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