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

Bump @angular/material from 13.2.4 to 13.2.5 #607

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @angular/material from 13.2.4 to 13.2.5.

Release notes

Sourced from @​angular/material'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

Changelog

Sourced from @​angular/material'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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/material-13.2.5 branch 2 times, most recently from d133376 to 5a5b042 Compare March 3, 2022 07:37
Bumps [@angular/material](https://github.com/angular/components) from 13.2.4 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@13.2.4...13.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/angular/material-13.2.5 branch from 5a5b042 to c072eaa Compare March 3, 2022 07:38
@dtrouillet dtrouillet merged commit 1930ed5 into master Mar 4, 2022
@dtrouillet dtrouillet deleted the dependabot/npm_and_yarn/angular/material-13.2.5 branch March 4, 2022 13:56
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