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/cdk from 12.0.6 to 12.2.0 in /angular #732

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2021

Bumps @angular/cdk from 12.0.6 to 12.2.0.

Release notes

Sourced from @​angular/cdk's releases.

tallow-wire

cdk

bug fix drag-drop: element not draggable when has initial transform … (#22458) (b8b89196c7c46acc44fccef72d28b73792b90e83)
bug fix testing: extract hidden text in web driver element (#23239) (51b7cbaba2a4d3ea51deb18398de14e484b53815)
bug fix testing: protractor element not extracting hidden text (#21540) (90f6726282577dd3764ba6e6c1c8e6d15c3c0134)

material

bug fix form-field: safely coerce line-height to em (#23215) (9aaa4c699a9b5137544cdffde56dff4811d499a2)
bug fix menu: item highlighted state not updating in time when using lazy content (#23185) (6a3230e457b9841a6e06cbf39e2322b964c35541), closes #23175
bug fix tabs: avoid interrupting click event when scrolling the header (#21911) (af20bfc1d1836c5a1c95616365eb284d2bfcdd88), closes #21898
bug fix theming: correctly configure input typography level (#23217) (b055ac7c09ae7517dda8a89823f2b9bb78868473), closes #23216

material-experimental

bug fix mdc-button: high contrast outline for solitary (#22987) (762140a2ba56a2bf5a7bc1679a4b537a7d18cab4)
bug fix mdc-list: fix secondary line accidentally wrapping text (#23236) (6a6a953048652ef760fbb4e8b20ff16f92c741a0)
bug fix mdc-list: fix selected indication in high contrast mode (#23242) (fd5f3da525059ff9115319df9abc9c8fbe88a59f)
bug fix mdc-paginator: target page size label with aria-labelledby (#23172) (53ba5a749e7764d43a55cde99f27c7c61d4e904f)
bug fix mdc-table: allow text to wrap (#23222) (9416832ebe74a7709b6ded63b4a526e5e986f70b)

ruby-racecar

material

bug fix input: show focus indication for readonly inputs (#22847) (afa943101f3757a66b76e8475da9468b49295123), closes #22783
bug fix radio: hidden circle visible on some zoom levels (#23154) (c26264ff4dff9417808236105e648f36a4e7200f), closes #22036
bug fix slider: Style should only be applied when slider is focused. (#23184) (ecac3b5c21cc51985f5dc8c2aebece192f9ad7e0)

cdk-experimental

bug fix dialog: focus restoration not working inside shadow dom (#23194) (93459129096b142925bb42306253497bbf10fc35)

material-experimental

bug fix mdc-menu: increase specificity of menu panel styles (#23178) (881b0137cabfa4e70586f97fb1b08c182a654f5d)
bug fix mdc-select: resolve a couple of visual issues in high contrast mode (#23007) (d112acbc484ce40fcc29f410d3c9ba4d1d3b79c2)
bug fix mdc-table: apply 500 font weight to headers (#23169) (0884cc9ed4c10edd16d8e850f97c87ab28423ea1)

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

12.2.0 "corduroy-aardvark" (2021-08-04)

cdk

bug fix overlay: expand OverlayReference interface to cover more properties (#23254) (efa9e92a789e6647f7428c58ad720104007becfc), closes #23234
bug fix text-field: avoid page jump on firefox (#23296) (ef18df02d20f69c092503ca6a164afd3e81dfbc8), closes #23233
performance drag-drop: avoid excessive change detections with zone-patch-rxjs (#23272) (7d29bc301e7dd21fe601ea1c291872abfa3fc939), closes #23248
feature scrolling: add input to enable append-only mode in virtual scroll viewport (#22986) (8f052ccca2b6ca28083c7d550be1952060c0cd92)
feature table: add event that emits after rendering (#22750) (62bbffaae642d39e4b87ac6a33b02853720a4c2f)

material

bug fix core: handle hues inferred as numbers (#23237) (a752641ffff853864f87ff81c5fc40192120b62a), closes #23230
bug fix menu: submenu icon not working in high contrast mode (#23012) (ad2baa642c8f9592bfd190579cb62642c27ca87f), closes #22944
bug fix multiple: incosistent item text truncation when used together with MDC list (#23138) (6e1cede6d76ff7e54668d0647b875453fe6c3ded)
bug fix schematics: don't migrate commented code in theming API migration (#23004) (0b65df0c56bccfebe43bf6f6f641f68908a74997)
feature list: support two-data binding on list option selected (#23125) (298da1cbc3b2d91d47e4d0a433ee0bd0f8439863), closes #23122
feature slide-toggle: add aria-describedby input (#23104) (6b553ec79f1a7369bf34d958cd0fd3e928b9f6e0), closes #23094
feature testing: MatChipHarness getAvatar (#22348) (d733ee2799d97c5711302964f6450c729bf1146e)

material-experimental

bug fix mdc-paginator: add screen reader announcement for current range when navigating between pages (#23285) (8d4f4e245d62ae85ab9e71cc9c8010db318a98e8)
bug fix mdc-table: flex tables should stretch cells (#23259) (47a9c532d73b29d0d6488c0e9187eb0a8d27580a)

google-maps

feature add event emitter for gm_authFailure callback (#22953) (224de73bb440e131e687cc493bc52765b3821a0a)

material-luxon-adapter

feature add luxon date adapter (#23167) (492268a06e189accfb06354b586416a3b7a2d644)

12.1.4 "tallow-wire" (2021-07-28)

cdk

| | |

... (truncated)

Commits
  • e200fa7 release: bump version to 12.2.0 w/ changelog (#23312)
  • 6aff589 Revert "fix(material/menu): not interrupting keyboard events to other overlay...
  • a752641 fix(material/core): handle hues inferred as numbers (#23237)
  • efa9e92 fix(cdk/overlay): expand OverlayReference interface to cover more propertie...
  • 7d29bc3 perf(cdk/drag-drop): avoid excessive change detections with zone-patch-rxjs (...
  • 8d4f4e2 fix(material-experimental/mdc-paginator): add screen reader announcement for ...
  • ef18df0 fix(cdk/text-field): avoid page jump on firefox (#23296)
  • e648f56 build: update dependencies in lock file (#23287)
  • 66aec73 docs: prebuilt themes incorrectly listed as dark (#23291)
  • 28b589a fix(material/menu): not interrupting keyboard events to other overlays (#22928)
  • 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.0.6 to 12.2.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/master/CHANGELOG.md)
- [Commits](angular/components@12.0.6...12.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 5, 2021
@rolandgeider rolandgeider merged commit e4715db into master Aug 9, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/angular/cdk-12.2.0 branch August 9, 2021 14:40
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant