Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 27, 2022

Bumps @angular/cdk from 12.2.4 to 14.0.3.

Release notes

Sourced from @​angular/cdk's releases.

v14.0.3

14.0.3 "diamond-orb" (2022-06-23)

material

Commit Description
![](https://img.shields.io/badge/8d5882cf1-fix-green) button-toggle: selected state not visible in high contrast mode ([#25114](https://github-redirect.dependabot.com/angular/components/issues/25114))
![](https://img.shields.io/badge/8df5efe08-fix-green) datepicker: actions not re-rendering if swapped out while calendar is open ([#25123](https://github-redirect.dependabot.com/angular/components/issues/25123))

cdk

Commit Description
![](https://img.shields.io/badge/2ad1677c7-fix-green) scrolling: content jumping in appendOnly mode ([#25097](https://github-redirect.dependabot.com/angular/components/issues/25097))

Special Thanks

Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]

v14.0.2

14.0.2 "corduroy-collar" (2022-06-16)

material-experimental

Commit Description
![](https://img.shields.io/badge/5aec60c9ca-fix-green) mdc-button: don't apply styles to icons within the text label ([#24929](https://github-redirect.dependabot.com/angular/components/issues/24929))
![](https://img.shields.io/badge/d0082e3422-fix-green) mdc-chips: checkmark blending into background in high contrast mode ([#25072](https://github-redirect.dependabot.com/angular/components/issues/25072))
![](https://img.shields.io/badge/2388fe77e5-fix-green) mdc-core: consolidate mdc theming code under mdc-core ([#25084](https://github-redirect.dependabot.com/angular/components/issues/25084))
![](https://img.shields.io/badge/7de5f5432b-fix-green) mdc-form-field: replace !important with CSS var ([#24964](https://github-redirect.dependabot.com/angular/components/issues/24964))
![](https://img.shields.io/badge/8f7394aa3b-fix-green) mdc-list: don't access class before initialization ([#25049](https://github-redirect.dependabot.com/angular/components/issues/25049))

cdk

Commit Description
![](https://img.shields.io/badge/08c3867ba6-fix-green) a11y: re-apply the high contrast mode class when the forced-colors media query changes ([#25088](https://github-redirect.dependabot.com/angular/components/issues/25088))
![](https://img.shields.io/badge/59268fa5bf-fix-green) drag-drop: constrainPosition not working as expected ([#25061](https://github-redirect.dependabot.com/angular/components/issues/25061))
![](https://img.shields.io/badge/732969079d-fix-green) testing: simulate offsetX and offsetY in mouse events

Special Thanks

Jenny Johnson, Kristiyan Kostadinov, Miles Malerba, Paul Gschwendtner and antuxity

v14.0.1

14.0.1 "titanium-night" (2022-06-07)

material-experimental

Commit Description
![](https://img.shields.io/badge/a7688a8b6-fix-green) mdc-radio: fix ripple color ([#24986](https://github-redirect.dependabot.com/angular/components/issues/24986))

Special Thanks

Kristiyan Kostadinov, Miles Malerba and renovate[bot]

v14.0.0

14.0.0 "cotton-peanut" (2022-06-02)

Breaking Changes

material

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

14.0.3 "diamond-orb" (2022-06-23)

cdk

Commit Type Description
[2ad1677c7](https://github.com/angular/components/commit/2ad1677c7370830b67f54fc4191aae98df90646c) fix scrolling: content jumping in appendOnly mode ([#25097](https://github-redirect.dependabot.com/angular/components/pull/25097))

material

Commit Type Description
[8d5882cf1](https://github.com/angular/components/commit/8d5882cf177aae2dabed0e0924c1aa4b6e296ece) fix button-toggle: selected state not visible in high contrast mode ([#25114](https://github-redirect.dependabot.com/angular/components/pull/25114))
[8df5efe08](https://github.com/angular/components/commit/8df5efe0824ac8cc5f83be45c0c856b74bbcf862) fix datepicker: actions not re-rendering if swapped out while calendar is open ([#25123](https://github-redirect.dependabot.com/angular/components/pull/25123))

Special Thanks

Kristiyan Kostadinov, Paul Gschwendtner and renovate[bot]

14.1.0-next.1 "wool-window" (2022-06-16)

cdk

Commit Type Description
[176213d705](https://github.com/angular/components/commit/176213d705f25def682644e29824b340ca1637b6) feat scrolling: make scroller element configurable for virtual scrolling ([#24394](https://github-redirect.dependabot.com/angular/components/pull/24394))
[bc81e7ddc5](https://github.com/angular/components/commit/bc81e7ddc56c093e83fefb4e80f8ebaa3c306a20) fix a11y: re-apply the high contrast mode class when the forced-colors media query changes ([#25088](https://github-redirect.dependabot.com/angular/components/pull/25088))
[2c956c020c](https://github.com/angular/components/commit/2c956c020cfd88d709c27805c01d81a6b7ac8fcc) fix drag-drop: constrainPosition not working as expected ([#25061](https://github-redirect.dependabot.com/angular/components/pull/25061))
[1d15ea77d8](https://github.com/angular/components/commit/1d15ea77d817e65b8d318f801051441845cd7fe1) fix testing: simulate offsetX and offsetY in mouse events

material

Commit Type Description
[1256c6cf26](https://github.com/angular/components/commit/1256c6cf262f77a1c1fedbb6fb015d93923c7c85) feat core: use strong focus indicators in high contrast mode
[799cf7cf27](https://github.com/angular/components/commit/799cf7cf27bd882398a42ff65c48a241a3af50d5) fix datepicker: add i18n strings ([#25024](https://github-redirect.dependabot.com/angular/components/pull/25024))

material-experimental

Commit Type Description
[864f92e0f4](https://github.com/angular/components/commit/864f92e0f480cb49465d2cad07713592416f8019) feat mdc-button: support custom leading/trailing icons ([#24987](https://github-redirect.dependabot.com/angular/components/pull/24987))
[59d75c3eb1](https://github.com/angular/components/commit/59d75c3eb19d320eebb8f93308a165f47b4701ae) fix mdc-button: don't apply styles to icons within the text label ([#24929](https://github-redirect.dependabot.com/angular/components/pull/24929))
[d755c66cdb](https://github.com/angular/components/commit/d755c66cdb830ea7ce444d26f3f2e402a1264850) fix mdc-chips: checkmark blending into background in high contrast mode ([#25072](https://github-redirect.dependabot.com/angular/components/pull/25072))
[4aaa6eb5fd](https://github.com/angular/components/commit/4aaa6eb5fdb367f9d887e24eb5690b580df4c007) fix mdc-core: consolidate mdc theming code under mdc-core ([#25084](https://github-redirect.dependabot.com/angular/components/pull/25084))
[7c91dcf32b](https://github.com/angular/components/commit/7c91dcf32bd2f05aaaff4c5f4b58ee7ee0a6ddb9) fix mdc-form-field: replace !important with CSS var ([#24964](https://github-redirect.dependabot.com/angular/components/pull/24964))
[503f12f039](https://github.com/angular/components/commit/503f12f039bd82d369b69fd2182a5d4489f25a75) fix mdc-list: don't access class before initialization ([#25049](https://github-redirect.dependabot.com/angular/components/pull/25049))

Special Thanks

Amy Sorto, Jackie Chu, Jenny Johnson, Kristiyan Kostadinov, Maxi, Miles Malerba, Paul Gschwendtner, Zach Arend, antuxity and atrawally

14.0.2 "corduroy-collar" (2022-06-16)

cdk

Commit Type Description
[08c3867ba6](https://github.com/angular/components/commit/08c3867ba67ef74ee0280e8929e3ba9f8f8a134e) fix a11y: re-apply the high contrast mode class when the forced-colors media query changes ([#25088](https://github-redirect.dependabot.com/angular/components/pull/25088))
[59268fa5bf](https://github.com/angular/components/commit/59268fa5bfb646302c4c9c97fab3f1d0faa233fb) fix drag-drop: constrainPosition not working as expected ([#25061](https://github-redirect.dependabot.com/angular/components/pull/25061))

... (truncated)

Commits

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)

┆Issue is synchronized with this Asana task by Unito

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 27, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/angular/cdk-14.0.3 branch from 028c0e8 to c574ee8 Compare June 28, 2022 06:45
Bumps [@angular/cdk](https://github.com/angular/components) from 12.2.4 to 14.0.3.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@12.2.4...14.0.3)

---
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 force-pushed the dependabot/npm_and_yarn/develop/angular/cdk-14.0.3 branch from c574ee8 to 455dbd7 Compare June 29, 2022 03:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2022

Superseded by #1759.

@dependabot dependabot bot closed this Jul 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/angular/cdk-14.0.3 branch July 1, 2022 18:13
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