-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 20.2.0-rc.0
head repository: angular/components
compare: 20.2.0
- 10 commits
- 31 files changed
- 3 contributors
Commits on Aug 14, 2025
-
fix(material/divider): update color to spec (#31650)
(cherry picked from commit b3131a6)
Configuration menu - View commit details
-
Copy full SHA for 98b3ccc - Browse repository at this point
Copy the full SHA 98b3cccView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 60414e9 - Browse repository at this point
Copy the full SHA 60414e9View commit details
Commits on Aug 18, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3f20001 - Browse repository at this point
Copy the full SHA 3f20001View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 2d8f56e - Browse repository at this point
Copy the full SHA 2d8f56eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 1d7ea68 - Browse repository at this point
Copy the full SHA 1d7ea68View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b9c7b27 - Browse repository at this point
Copy the full SHA b9c7b27View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 700f5bb - Browse repository at this point
Copy the full SHA 700f5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdab800 - Browse repository at this point
Copy the full SHA bdab800View commit details
Commits on Aug 20, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 188ff25 - Browse repository at this point
Copy the full SHA 188ff25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e14736 - Browse repository at this point
Copy the full SHA 7e14736View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 20.2.0-rc.0...20.2.0