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/material from 17.3.10 to 18.2.1 #301

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps @angular/material from 17.3.10 to 18.2.1.

Release notes

Sourced from @​angular/material's releases.

v18.2.1

18.2.1 "plastic-panda" (2024-08-22)

material

Commit Description
fix - bad94fda58 datepicker: calendar font tokens not being picked up (#29610) (#29615)
fix - c4c62b8549 icon: update error message for missing HttpClient (#29589)
fix - b2a32e9898 menu: inconsistent layout of submenu icon (#29603)
fix - 5f0c89030e tabs: switch pagination to not use native buttons (#29605)

cdk

Commit Description
fix - 3a2d13e2e4 drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

v18.2.0

18.2.0 "technetium-tapas" (2024-08-14)

cdk

Commit Description
feat - b2c051d2c drag-drop: add input to specify dragged item scale (#29392)

material

Commit Description
feat - ddc307e28 button-toggle: allow disabled buttons to be interactive (#29550)
feat - 841760101 checkbox: add the ability to interact with disabled checkboxes (#29474)
feat - 0af3b6175 radio: add the ability to interact with disabled radio buttons (#29490)
feat - 4292e1b3a slide-toggle: add the ability to interact with disabled toggle (#29502)
feat - a018fb0ee tooltip: replicate tooltipClass to default MatTooltipDefaultOptions (#29467)
fix - aaf0d5156 checkbox: account for disabledInteractive in harness
fix - d22a24d66 list: checkmark not visible in high contrast mode (#29546)
fix - a259b016b radio: account for disabledInteractive in harness
fix - fd47a0e60 radio: avoid error if destroyed quickly (#29507)
fix - 08d2e3e69 slide-toggle: account for disabledInteractive in harness
fix - fd416a30e tooltip: remove aria-describedby when disabled (#29520)
fix - ff36c80f9 tree: add levelAccessor, childrenAccessor, TreeKeyManager; a11y and docs improvements (#29062)
fix - 1f992d06c tree: aria-expanded attribute should not appear in the leaf node (#29273)

multiple

Commit Description
feat - db5b8dc29 fallback to system level variables (#29480)

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.

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

18.2.1 "plastic-panda" (2024-08-22)

cdk

Commit Type Description
3a2d13e2e4 fix drag-drop: preview positioned incorrectly when RTL is set on the body (#29606)

material

Commit Type Description
bad94fda58 fix datepicker: calendar font tokens not being picked up (#29610) (#29615)
c4c62b8549 fix icon: update error message for missing HttpClient (#29589)
b2a32e9898 fix menu: inconsistent layout of submenu icon (#29603)
5f0c89030e fix tabs: switch pagination to not use native buttons (#29605)

19.0.0-next.0 "yttrium-igloo" (2024-08-14)

cdk

Commit Type Description
bd84c2a67 fix tree: fix issue where isExpanded wouldn't be set if placed before isExpandable (#29565)

18.2.0 "technetium-tapas" (2024-08-14)

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
ddc307e28 feat button-toggle: allow disabled buttons to be interactive (#29550)

... (truncated)

Commits
  • 32e8b26 release: cut the v18.2.1 release
  • bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (...
  • 5f0c890 fix(material/tabs): switch pagination to not use native buttons (#29605)
  • 3a2d13e fix(cdk/drag-drop): preview positioned incorrectly when RTL is set on the bod...
  • b2a32e9 fix(material/menu): inconsistent layout of submenu icon (#29603)
  • f719693 build: use the new logo for the dev app favicon (#29598)
  • d12512b build: remove outdated --non-interactive yarn option from doc site install ...
  • c4c62b8 fix(material/icon): update error message for missing HttpClient (#29589)
  • 2caed5b release: cut the v18.2.0 release
  • f7a0305 fix(material/tabs): allow for tablist aria-label and aria-labelledby to be se...
  • 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/material](https://github.com/angular/components) from 17.3.10 to 18.2.1.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@17.3.10...18.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
@SchoolGuy SchoolGuy closed this Sep 2, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 2, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/material-18.2.1 branch September 2, 2024 05:57
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.

1 participant