Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Bump @angular/cdk from 10.2.7 to 11.2.7 #146

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps @angular/cdk from 10.2.7 to 11.2.7.

Release notes

Sourced from @​angular/cdk's releases.

foam-feather

material

bug fix checkbox: native input not in sync if checked state is changed inside event (#22316) (73d0687603bfe817bec9813d3b7a1514840fd9f4), closes #22149
bug fix progress-spinner: not visible in high contrast mode on chromium browsers (#22364) (6277ee2665163b94cf22707aba8e95e5464001d4)

radio

feature checkbox: show background-color in print stylesheet (#22298) (#22299) (06877802a70439ac8f9984d19b36efbb61187317)

wool-mammoth

cdk

bug fix a11y: FocusTrap deprecation docs don't render correctly (#22137) (032c4e4acc390a8e8d8cd9cfdea947ce7456794c), closes #18201 #22136
bug fix platform: avoid error during server-side rendering if document is stubbed out (#22260) (7acd695e0b4caa1610b2b64d094c1d3255a5e265), closes #22259
bug fix schematics: update generated css class (#22270) (5b94af258d72756591c40245bfb552149cd78251), closes #22269

material

bug fix autocomplete: avoid assigning invalid aria-labelledby values (#22261) (19ca1b21fc66ca838fda81e07532a0ec18cd8916), closes #22256
bug fix progress-bar: Support ChromeVox (#22166) (f950c03fef4739b35fb11e0d9b286e5684b2151f), closes #22165
bug fix progress-spinner: resolve accessibility issue in ChromeVox (#22219) (0e0b84a9ca6d9dfb74c13737477f4cc3585a5ef0), closes #22166
bug fix select: trim aria-labelledby (#22251) (cdbf876b10e3d6d6b9d16a8faa922ec0bc081b7a), closes #22192
bug fix stepper: setting invalid value for visibility (#22254) (3ead2cd49f28868d47d7699ecda52de9f103f01b)
feature slider: show background-color in print stylesheet (#11364) (#22300) (059214ecaf39d5a974fa3e04de0c5f18687a4355)

google-maps

bug fix ensure that a mapTypeId is always passed in (#22098) (b79a2d53af27f9c0cc64d155219a440c2be2ba6c), closes #22082

material-experimental

bug fix mdc-select: fix floating label behavior (#22134) (28d12e460f10b3bc648abeee52404e3d9402c6eb)

fauxfur-falafel

material

| | |

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

11.2.7 "foam-feather" (2021-03-31)

material

bug fix checkbox: native input not in sync if checked state is changed inside event (#22316) (73d0687603bfe817bec9813d3b7a1514840fd9f4), closes #22149
bug fix progress-spinner: not visible in high contrast mode on chromium browsers (#22364) (6277ee2665163b94cf22707aba8e95e5464001d4)

radio

feature checkbox: show background-color in print stylesheet (#22298) (#22299) (06877802a70439ac8f9984d19b36efbb61187317)

12.0.0-next.4 "nylon-pylon" (2021-03-24)

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

For more information, check out the new theming guide.

cdk

bug fix a11y: add ConfigurableFocusTrapConfig to the public API (#22138) (7718947dbc22c703a118db2531e4499908eda326), closes #18201 #22136
bug fix a11y: FocusTrap deprecation docs don't render correctly (#22137) (c0286ea50ab5cb1076661e22ea157598d68c0113), closes #18201 #22136
bug fix platform: avoid error during server-side rendering if document is stubbed out (#22260) (50b3207d17ff0cec6e130253ae7ea3effc98b10a), closes #22259
bug fix schematics: update generated css class (#22270) (44cbab07eac5b20ec1d6d57aab331b295baef55c), closes #22269
bug fix text-field: autosize text areas using the placeholder (#22197) (476a90b083532add4b1343c83e6bf4d105094050), closes #22042

material

bug fix autocomplete: avoid assigning invalid aria-labelledby values (#22261) (ee499222d2d858c223c7bd2c6a3db1248b604065), closes #22256
bug fix grid-list: remove mat-figure class (#22231) (4b11445a91f50ae45c343d71611114c0861b17e6)
bug fix progress-bar: Support ChromeVox (#22166) (5b7b03ea7d3f2e923e24b6d9286b796173b72582), closes #22165
bug fix progress-spinner: resolve accessibility issue in ChromeVox (#22219) (2da7135e434c8eda5f1420c307b0edfebeff5545), closes #22166
bug fix radio: add high contrast focus indication (#22145) (2e1214f87260e0a4fa29e8063235564275adf7ac)
bug fix select: trim aria-labelledby (#22251) (9b67d670be8d6c34048a7526819aa4ec0cfa0f71), closes #22192
bug fix stepper: setting invalid value for visibility (#22254) (6db0fa94d58242067d60572ddc8ab3cbb9968855)
feature core: expose new @​use-based Sass API (#22173) (40ceda28fd4c8477a368e4631e3eaf945cb99106)
feature menu: allow updating menu position a la autocomplete (#22046) (ad248652e7da31398176fe11878b59805e440b5a)
feature slider: show background-color in print stylesheet (#11364) (#22300) (69a8fb54dc6c616cc2b2b6d158d5234c9e77125d)

... (truncated)

Commits
  • ef408b8 release: bump version to 11.2.7 w/ changelog (#22380)
  • 0687780 feat(radio/checkbox): show background-color in print stylesheet (#22298) (#22...
  • 6277ee2 fix(material/progress-spinner): not visible in high contrast mode on chromium...
  • 73d0687 fix(material/checkbox): native input not in sync if checked state is changed ...
  • 7f36cba release: bump version to 11.2.6 w/ changelog
  • 97d240d build: revert rollup to 1.25.0
  • b79a2d5 fix(google-maps): ensure that a mapTypeId is always passed in (#22098)
  • 3ead2cd fix(material/stepper): setting invalid value for visibility (#22254)
  • 059214e feat(material/slider): show background-color in print stylesheet (#11364) (#2...
  • 326a092 build: bump rollup from 2.41.5 to 2.42.2 (#22306)
  • 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 Apr 1, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 8, 2021

Superseded by #148.

@dependabot dependabot bot closed this Apr 8, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-11.2.7 branch April 8, 2021 08:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants