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.2.0-rc.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: 20.2.0
Choose a head ref
  • 10 commits
  • 31 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
    98b3ccc 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
    60414e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. fix(material/button): allow touch target size to be customized

    Adds tokens to the various button appearances to allow the touch target to be customized.
    
    (cherry picked from commit e8dcbbe)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    3f20001 View commit details
    Browse the repository at this point in the history
  2. fix(material/checkbox): allow touch target size to be customized

    Adds a token that allows for the checkbox touch target to be customized.
    
    (cherry picked from commit febe2c6)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    2d8f56e View commit details
    Browse the repository at this point in the history
  3. fix(material/radio): allow touch target size to be customized

    Adds a token that allows for the radio button touch target to be customized.
    
    (cherry picked from commit a31f6ee)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    1d7ea68 View commit details
    Browse the repository at this point in the history
  4. fix(material/slide-toggle): allow touch target size to be customized

    Adds a token that allows for the slide toggle touch target to be customized.
    
    (cherry picked from commit fe865b1)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    b9c7b27 View commit details
    Browse the repository at this point in the history
  5. fix(material/paginator): allow touch target size to be customized

    Adds a token that allows for the paginator touch target to be customized. Also adds a token to customize the width of the page size select.
    
    (cherry picked from commit 9d48ab3)
    crisbeto committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    700f5bb View commit details
    Browse the repository at this point in the history
  6. 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
    bdab800 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
    188ff25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e14736 View commit details
    Browse the repository at this point in the history
Loading