Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/components
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.2.0
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.2.1
Choose a head ref
  • 11 commits
  • 24 files changed
  • 4 contributors

Commits on Feb 25, 2026

  1. fix(material/radio): hide decorative elements from assistive technology

    Hides the radio's decorative elements from screen readers so they don't interfere.
    
    Fixes #32797.
    
    (cherry picked from commit d553a8a)
    crisbeto committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    e2f7308 View commit details
    Browse the repository at this point in the history
  2. fix(material/checkbox): hide decorative elements from assistive techn…

    …ology
    
    Hides the checkbox's decorative elements from screen readers so they don't interfere.
    
    (cherry picked from commit 96de088)
    crisbeto committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    cebf303 View commit details
    Browse the repository at this point in the history
  3. fix(material/menu): render backdrop for context menu if explicitly op…

    …ted in (#32845)
    
    When we introduced context menus, we disabled backdrops on them in order to mimic the native behavior where right clicking somewhere else moves the menu there. This seems to not be desirable for some users so these changes add some logic to enable the backdrop if the user explicitly requested it.
    
    Fixes #32350.
    
    (cherry picked from commit 3670e0f)
    crisbeto committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    2abe8e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

  1. refactor: remove remaining NgClass usages (#32873)

    Removes a couple of leftover usages of `NgClass` in tests.
    
    (cherry picked from commit c7cc0be)
    crisbeto committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    1f66af8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. fix(multiple): expand type for restoreFocus (#32877)

    Fixes that the dialog and bottom sheet didn't expose all the possible values for the `restoreValue` option from the CDK dialog, even though they pass the value straight through to it.
    
    Fixes #32875.
    
    (cherry picked from commit f6b7739)
    crisbeto committed Mar 3, 2026
    Configuration menu
    Copy the full SHA
    17c19cc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. fix(aria/menu): itemSelected not emitted when menu is attached to a t…

    …rigger (#32880)
    
    The logic that dispatches `itemSelected` wasn't accounting for the case where the menu root is a trigger.
    
    Fixes #32865.
    
    (cherry picked from commit e69549c)
    crisbeto committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c1295c5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. build: update pnpm to v10.30.3 (#32813)

    See associated pull request for more information.
    angular-robot authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    2929803 View commit details
    Browse the repository at this point in the history
  2. build: update github/codeql-action action to v4.32.5 (#32863)

    See associated pull request for more information.
    angular-robot authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    5fc772d View commit details
    Browse the repository at this point in the history
  3. build: update bazel dependencies (#32862)

    See associated pull request for more information.
    angular-robot authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    f35bfe5 View commit details
    Browse the repository at this point in the history
  4. build: lock file maintenance (#32844)

    See associated pull request for more information.
    angular-robot authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    6a8da08 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    902a1f6 View commit details
    Browse the repository at this point in the history
Loading