Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps @angular/material from 20.2.14 to 21.0.0.

Release notes

Sourced from @​angular/material's releases.

21.0.0

aria

Commit Description
feat - a821a3ef0 grid: create the aria grid (#32092)
feat - f9d3cde14 menu: create the aria menu (#32080)
feat - a0b580027 toolbar: adds skip disabled toolbar example to dev-app (#32127)
feat - 5396c4347 toolbar: adds toolbar basic vertical example to dev-app (#32126)
feat - ba9f79be5 toolbar: adds toolbar-basic-horizontal-example to dev-app (#32106)
fix - ec6045b27 accordion: rename value to panelId for trigger and panel (#32295)
fix - 0b03c6e96 combobox: add missing apis (#32124)
fix - 25223a2f8 combobox: dialog popup support (#32279)
fix - a47ebeb96 combobox: disabled state (#32308)
fix - 127d3dba5 combobox: escape key behavior (#32364)
fix - c3279ca4b combobox: highlighting edge cases (#32136)
fix - 1232805db combobox: readonly behavior (#32169)
fix - 6c46f950d combobox: several small fixes (#32202)
fix - 8beb22f8c combobox: use click instead of pointerup (#32324)
fix - 92d933421 grid: fix navigation bugs and add grid behavior unit tests (#32140)
fix - e3babf3fc grid: rtl navigation (#32170)
fix - fe79e982c menu: add expansion delay (#32293)
fix - 3d1cafbdd menu: add selectable to inputs (#32131)
fix - 56631cb85 menu: deferred content import
fix - 95e648ad8 menu: disabled state (#32301)
fix - ce20dbe1a menu: lazy render trigger (#32203)
fix - 19095030a menu: public api cleanup (#32189)
fix - 4b5db1328 menu: rtl text direction (#32254)
fix - bac171d8b toolbar: allow developers to wrap widgets (#32341)
fix - d8acd69f5 tree: adds rtl keyboard functionality for tree (#32305)
fix - 86558d2aa tree: internal conformance check (#32337)
fix - 09e31e716 tree: only reset selected values if used in combobox (#32329)
fix - 05f936ae1 tree: tree item visibility issue (#32156)
fix - afe4d063d ui-patterns: internal conformance fixes (#32102)

cdk

Commit Description
feat - 82cd076bf overlay: Allow passing separate X and Y values for the viewportMargin (#29563)
fix - 30f6c3c45 a11y: remove deprecated factory functions
fix - b112568d1 overlay: add DI token to opt out of popovers (#32306)
fix - 0e4bf076b overlay: hide native backdrop
fix - 84f8f10ba overlay: make it easier to set default for overlay directive
fix - 84fc0d963 overlay: remove deprecated variables (#31898)
fix - a4dc30ce8 overlay: simplify matching the overlay to the trigger width
fix - 8d00344f2 overlay: simplify public API of overlay directive
fix - 6234d82e2 overlay: update golden file (#32367)
fix - 03c5d34db portal: remove deprecated directives (#32117)
fix - 5b45df30c table: ensure CdkTable updates view with OnPush and trackBy (#31451)
fix - 544438c86 testing: make setContenteditableValue required (#32058)

material

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/material's changelog.

21.0.0 "damask-dachshund" (2025-11-19)

Breaking Changes

cdk

    • LIVE_ANNOUNCER_ELEMENT_TOKEN_FACTORY has been removed.
    • TREE_KEY_MANAGER_FACTORY has been removed.
    • TREE_KEY_MANAGER_FACTORY_PROVIDER has been removed.
    • $z-index-overlay-container has been removed. Use $overlay-container-z-index instead.
    • $z-index-overlay has been removed. Use $overlay-z-index instead.
    • $dark-backdrop-background has been removed. Use $overlay-backdrop-color instead.
    • $z-index-overlay-backdrop has been removed. Use $overlay-backdrop-z-index instead.
    • TemplatePortalDirective has been removed. Use CdkPortal instead.
    • PortalHostDirective has been removed. Use CdkPortalOutlet instead.
    • TestElement implementations need to provide a setContenteditableValue.

material

    • MAT_AUTOCOMPLETE_DEFAULT_OPTIONS_FACTORY has been removed.
    • MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY has been removed.
    • MAT_AUTOCOMPLETE_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.
    • matBottomSheet animations symbol has been removed.
    • MAT_BUTTON_TOGGLE_GROUP_DEFAULT_OPTIONS_FACTORY has been removed.
    • MAT_FAB_DEFAULT_OPTIONS_FACTORY has been removed.
    • MAT_CHECKBOX_DEFAULT_OPTIONS_FACTORY has been removed.
    • AnimationCurves has been removed.
    • AnimationDurations has been removed.
    • NativeDateAdapter.useUtcForDisplay has been removed.
    • MAT_DATE_LOCAL_FACTORY has been removed.
    • MatCommonModule has been removed.
    • GranularSanityChecks has been removed.
    • MATERIAL_SANITY_CHECKS has been removed.
    • SanityChecks has been removed.
    • matDatepickerAnimations symbol has been removed.
    • MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY has been removed.
    • MAT_DATEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.
    • MAT_RANGE_DATE_SELECTION_MODEL_FACTORY has been removed.
    • MAT_RANGE_DATE_SELECTION_MODEL_PROVIDER has been removed.
    • MAT_SINGLE_DATE_SELECTION_MODEL_FACTORY has been removed.
    • MAT_SINGLE_DATE_SELECTION_MODEL_PROVIDER has been removed.
    • _defaultParams symbol has been removed.
    • matDialogAnimations symbol has been removed.
    • EXPANSION_PANEL_ANIMATION_TIMING symbol has been removed.
    • matExpansionAnimations symbol has been removed.
    • matFormFieldAnimations symbol has been removed.
    • ICON_REGISTRY_PROVIDER has been removed.
    • ICON_REGISTRY_PROVIDER_FACTORY has been removed.
    • MAT_ICON_LOCATION_FACTORY has been removed.
    • fadeInItems symbol has been removed.
    • transformMenu symbol has been removed.
    • matMenuAnimations symbol has been removed.
    • MAT_MENU_SCROLL_STRATEGY_FACTORY_PROVIDER has been removed.
    • MAT_PAGINATOR_INTL_PROVIDER has been removed.
    • MAT_PAGINATOR_INTL_PROVIDER_FACTORY has been removed.

... (truncated)

Commits
  • 5c82f69 release: cut the v21.0.0 release
  • c54e9eb build: bump to v21 final (#32378)
  • e7dd78a release: cut the v21.0.0-rc.3 release
  • 6234d82 fix(cdk/overlay): update golden file (#32367)
  • a1b6337 refactor(cdk/overlay): enhance popover insertion control with new inputs (#32...
  • 127d3db fix(aria/combobox): escape key behavior (#32364)
  • 41132d0 refactor(cdk/overlay): insert point-connected overlays in container (#32358)
  • b760d60 refactor(material/button): adjust icon query (#32355)
  • 610baa4 docs(aria/toolbar): expose selected values model (#32356)
  • bac171d fix(aria/toolbar): allow developers to wrap widgets (#32341)
  • 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 20.2.14 to 21.0.0.
- [Release notes](https://github.com/angular/components/releases)
- [Changelog](https://github.com/angular/components/blob/main/CHANGELOG.md)
- [Commits](angular/components@20.2.14...21.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App label Nov 24, 2025
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Nov 24, 2025
@auto-submit
Copy link

auto-submit bot commented Nov 24, 2025

autosubmit label was removed for flutter/samples/2750, because - The status or check suite review-pr has failed. Please fix the issues identified (or deflake) before re-applying this label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant