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

chore(deps): bump @angular/cdk from 14.2.7 to 18.1.2 #606

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps @angular/cdk from 14.2.7 to 18.1.2.

Release notes

Sourced from @​angular/cdk's releases.

v18.1.2

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Description
fix - cf61af53bd chips: remove button is too small (#29351)
fix - c79ec264aa form-field: hiding a label after it has been (#29461)
fix - 15238d255f input: Number input not changing on wheel interaction (#29449)

Breaking Changes

material

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.
  • refactor(material/chips): chip remove touch target size is insufficient

Updates fix to Autocomplete Component Chips component where the touch target size is too small and fails minimum accessibility size of 48x48 px. Addresses nit fixes from PR review.

Fixes b/286959517

  • updates padding size of remove touch target to satisfy minimum 48x48 accessibility size.

    • fix(material/chip): remove button is too small

    Fixes Angular Components Chip component where the touch target of the remove button of a chip is too small. Updates .mat-mdc-chip-remove to target more specific styles to override original style of padding: 8px so that the user has a larger touch target particularly on mobile devices.

    Fixes b/286959517

    • refactor(material/chips): remove button is too small

    Fixes lint errors from previous commit for Angular Components Chip component where the remove button touch target is too small, particularly for touch/mobile devices. Increases padding on all sides.

    Fixes b/286959517

    • fix(material/chips): increase chip remove button touch target size

    Fixes issue with Angular Component Chip's touch target size by increasing the padding on chips with a trailing icon that has an action.

    Fixes b/286959517

  • updates chip remove button touch target to increase accessibility of the button especially on touch/mobile devices.

... (truncated)

Changelog

Sourced from @​angular/cdk's changelog.

18.1.2 "velvet-violin" (2024-07-24)

material

Commit Type Description
cf61af53bd fix chips: remove button is too small (#29351)
c79ec264aa fix form-field: hiding a label after it has been (#29461)
15238d255f fix input: Number input not changing on wheel interaction (#29449)

18.1.1 "tantalum-tale" (2024-07-17)

cdk

Commit Type Description
ca634cb7b fix drag-drop: remove preview after animate to placeholder animation completes (#29439)

material

Commit Type Description
b7959c241 fix button: support palettes for icon button in M3 (#29433)
ffe1c35c0 fix chips: fix focus issue (#29427)
57cc0b04b fix core: require theme for option typography (#29416)
2e5e415ec fix tabs: prevent tab header from collapsing when empty inside a drop list (#29418)

18.2.0-next.1 "osmium-opal" (2024-07-17)

Deprecations

material

  • Tree controller deprecated. Use one of levelAccessor or childrenAccessor instead. To be removed in a future version.

    • BaseTreeControl, TreeControl, FlatTreeControl, and NestedTreeControl deprecated
    • CdkTree#treeControl deprecated. Provide one of CdkTree#levelAccessor or CdkTree#childrenAccessor instead.
    • MatTreeFlattener deprecated. Use MatTree#childrenAccessor and MatTreeNode#isExpandable instead.
    • MatTreeFlatDataSource deprecated. Use one of levelAccessor or childrenAccessor instead of TreeControl.

    Note when upgrading: isExpandable works differently on Trees using treeControl than trees using childrenAccessor or levelAccessor. Nodes on trees that have a treeControl are expandable by default. Nodes on trees using childrenAccessor or levelAccessor are not expandable by default. Provide isExpandable to override default behavior.

  • Setting tabindex of tree nodes deprecated. By default, Tree ignores tabindex passed to tree nodes.

    • MatTreeNode#tabIndex deprecated. MatTreeNode ignores Input tabIndex and manages its own focus behavior.
    • MatTreeNode#defaultTabIndex deprecated. MatTreeNode ignores defaultTabIndex and manages its own focus behavior.
    • MatNestedTreeNode#tabIndex deprecated. MatTreeNode ignores Input defaultTabIndex and manages its own focus behavior.
    • LegacyTreeKeyManager and LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER deprecated. Inject a TreeKeyManagerFactory to customize keyboard behavior.

    Note when upgrading: an opt-out is available for keyboard functionality changes. Provide LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER to opt-out of Tree managing its own focus. When provided, Tree does not manage it’s own focus and respects tabindex passed to TreeNode. When provided, have the same focus behavior as before this commit is applied.

    Add Legacy Keyboard Interface demo, which shows usage of LEGACY_TREE_KEY_MANAGER_FACTORY_PROVIDER. Add Custom Key Manager, which shows usage of injecting a TreeKeyManagerStrategy

  • disabled renamed to isDisabled.

    • CdkTreeNode#disabled deprecated and alias to CdkTreeNode#isDisabled

material

| Commit | Type | Description |

... (truncated)

Commits
  • dcc411a release: cut the v18.1.2 release
  • 26a8158 docs(material/chips): describe how to use chips in forms #22906 (#29405)
  • 6f17ccd build: remove unused dependencies (#29472)
  • 9af3494 build: docs incorrectly outputting function parameters with object literal ty...
  • 1f9d800 refactor(material/core): simplify typography setup (#29464)
  • 3e2853d refactor(material/core): simplify elevation styles (#29462)
  • 37a04ff refactor(material/core): vendor the M3 token definitions (#29468)
  • 133c5e8 docs(material/table): table multiple row example #27621 (#29421)
  • c79ec26 fix(material/form-field): hiding a label after it has been (#29461)
  • 15238d2 fix(material/input): Number input not changing on wheel interaction (#29449)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 14.2.7 to 18.1.2.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@14.2.7...18.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2024

Superseded by #613.

@dependabot dependabot bot closed this Aug 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cdk-18.1.2 branch August 1, 2024 04: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.

0 participants