Skip to content

Bump @angular/cdk from 7.3.7 to 12.0.2#727

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/cdk-12.0.2
Closed

Bump @angular/cdk from 7.3.7 to 12.0.2#727
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/angular/cdk-12.0.2

Conversation

@dependabot-preview
Copy link

Bumps @angular/cdk from 7.3.7 to 12.0.2.

Release notes

Sourced from @​angular/cdk's releases.

cardboard-box

material

bug fix checkbox: disable ripple animation under noop animations module (#22706) (5928896b86c6c99e17e5f0907a05974b027d4edb)
bug fix core: typography-hierarchy mixin not exposed (#22752) (9e6086778bad7a0ec6b0ddb5a08d314e614b6407), closes #22737
bug fix datepicker: incorrect year count in aria label (#22763) (f5649615ef624feb837aa4f140f012bd9d2fde4a), closes #22758
bug fix input: error for some input types on iOS (#22749) (a71d5a27302c9a082d722d656c7be8ad35ef6a8e), closes #22726
bug fix slide-toggle: disable ripples when animations are disabled (#22713) (4bfdeb3a141b4f78b7dd5d1c9a2596fb32abc367)
bug fix tabs: projected tabs not being picked up (#21794) (e7fea69314605afaf005a3d0733b2c63ea9ba350), closes #21770

acrylic-apple

material

bug fix core: reduce the number of module resolutions required for the legacy theming bundle (7f17d610602f9de128d8cce3825d5658bd577f8d), closes #22676
bug fix datepicker: pass correct inject flags to injector (#22665) (f1e109c06a066efecdb3568aaa4e63456cd287c3)
bug fix stepper: strong focus indicator not working for below label position (#22696) (ae24d90c30087e8630e58f39248c3da9740a8d61), closes #22677
bug fix table: Make table data source interface generic (#22673) (06c8e7903ffe14f247544f887b5be682670e6f95)
bug fix tooltip: not updating position after direction changes (#22641) (0e54ec70ca2312d64847491b5882b73c0ecedf2e)

material-experimental

bug fix mdc-progress-spinner: set line-height (#22668) (e89422add78d8e87ae2d18e94273a14f2001c728)
bug fix mdc-radio: not removing animations when noop animations are enabled (#22651) (90ecea89afa2b067e9074947059bfc2c0b2e5305)
bug fix mdc-table: add background color; disable hover styles; fix sticky columns (#22723) (c20e93998110468fefd7d4aa91e9431a6a2b2e8b)

azurite-insight

Highlights

Sass theming API has been reworked so that clients can take advantage of @use. This includes:

  • A single entry point into @angular/material and @angular/cdk
  • Renamed functions, mixins, and variables to be a better reflection of what they do
  • Applications still using node-sass will need to switch to the sass package

For more information, check out the new theming guide.

cdk

Breaking changes:

  • accordion: The disabled and expanded properties in the AccordionItem are now strict to boolean.
bug fix a11y: not restoring focus to elements inside the shadow DOM (#22622) (52b0b8ce3f0788b4c6b96fec99520e1e635dd9bc)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

12.0.2 "cardboard-box" (2021-05-26)

material

bug fix checkbox: disable ripple animation under noop animations module (#22706) (5928896b86c6c99e17e5f0907a05974b027d4edb)
bug fix core: typography-hierarchy mixin not exposed (#22752) (9e6086778bad7a0ec6b0ddb5a08d314e614b6407), closes #22737
bug fix datepicker: incorrect year count in aria label (#22763) (f5649615ef624feb837aa4f140f012bd9d2fde4a), closes #22758
bug fix input: error for some input types on iOS (#22749) (a71d5a27302c9a082d722d656c7be8ad35ef6a8e), closes #22726
bug fix slide-toggle: disable ripples when animations are disabled (#22713) (4bfdeb3a141b4f78b7dd5d1c9a2596fb32abc367)
bug fix tabs: projected tabs not being picked up (#21794) (e7fea69314605afaf005a3d0733b2c63ea9ba350), closes #21770

12.0.1 "acrylic-apple" (2021-05-19)

material

bug fix core: reduce the number of module resolutions required for the legacy theming bundle (7f17d610602f9de128d8cce3825d5658bd577f8d), closes #22676
bug fix datepicker: pass correct inject flags to injector (#22665) (f1e109c06a066efecdb3568aaa4e63456cd287c3)
bug fix stepper: strong focus indicator not working for below label position (#22696) (ae24d90c30087e8630e58f39248c3da9740a8d61), closes #22677
bug fix table: Make table data source interface generic (#22673) (06c8e7903ffe14f247544f887b5be682670e6f95)
bug fix tooltip: not updating position after direction changes (#22641) (0e54ec70ca2312d64847491b5882b73c0ecedf2e)

material-experimental

bug fix mdc-progress-spinner: set line-height (#22668) (e89422add78d8e87ae2d18e94273a14f2001c728)
bug fix mdc-radio: not removing animations when noop animations are enabled (#22651) (90ecea89afa2b067e9074947059bfc2c0b2e5305)
bug fix mdc-table: add background color; disable hover styles; fix sticky columns (#22723) (c20e93998110468fefd7d4aa91e9431a6a2b2e8b)

12.0.0 "azurite-insight" (2021-05-12)

Highlights

Sass theming API has been reworked so that clients can take advantage of @use. This includes:

  • A single entry point into @angular/material and @angular/cdk
  • Renamed functions, mixins, and variables to be a better reflection of what they do
  • Applications still using node-sass will need to switch to the sass package

For more information, check out the new theming guide.

cdk

Breaking changes:

  • accordion: The disabled and expanded properties in the AccordionItem are now strict to boolean.

... (truncated)

Commits
  • 4a0f02d release: bump version to 12.0.2 w/ changelog (#22810)
  • 8f0904f docs: add example for using ripples within table (#22797)
  • 7ae3ce4 docs(material/checkbox): add example of using mat-checkbox with reactive form...
  • d1743b9 docs(material/input): Add information about error messages and color to acces...
  • bdf2f7a docs(material/table): fix table examples (#22792)
  • 4a7374f docs(material/form-field): add placeholder to prefix/suffix example for bette...
  • b05a4ba docs(material/table): add docs on row/column styles and bindings (#22778)
  • f8bac36 build: expose static methods and properties (#22786)
  • 3a8ce70 docs: add example for providing custom MatPaginatorIntl (#22771)
  • 17a41ac docs: Fixed incorrect theme variable used in theme file (#22761)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cdk since your current version.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@angular/cdk](https://github.com/angular/components) from 7.3.7 to 12.0.2.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](angular/components@7.3.7...12.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2021
@dependabot-preview
Copy link
Author

Superseded by #739.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/angular/cdk-12.0.2 branch June 4, 2021 06:27
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