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: 20.1.6
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.1.7
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 14, 2025

  1. fix(material/divider): update color to spec (#31650)

    (cherry picked from commit b3131a6)
    andrewseguin committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    96f974c View commit details
    Browse the repository at this point in the history
  2. fix(material/menu): incorrectly detaching lazy content when menu is t…

    …ransferred to a new trigger (#31690)
    
    The menu has some logic that detaches its lazy content when the animation is finished, however while the animation was running, the panel might've been picked up by another trigger. This ends up opening an empty menu panel to the new trigger.
    
    These changes resolve the issue by checking if another trigger picked up the panel before detaching the lazy content.
    
    Fixes #31687.
    
    (cherry picked from commit b1514c4)
    crisbeto committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    3e88abc View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. fix(cdk/tree): set index in context (#31709)

    We already had the `index` inside `insertNode`, but we weren't passing it along to the context.
    
    Fixes #31578.
    
    (cherry picked from commit 4d0fc19)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    491e008 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. fix(cdk/menu): disabled behavior fixes for menu item (#31721)

    Fixes the following issues with the disabled behavior of the CDK menu item:
    * The item wasn't receiving focus like specified in the spec.
    * There wasn't a proper way to style disabled items which led users to use `aria-disabled`.
    * Clicking the disaled item didn't prevent the default behavior.
    
    Fixes #31179.
    
    (cherry picked from commit d61e35d)
    crisbeto committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    96832c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c73d82 View commit details
    Browse the repository at this point in the history
Loading