-
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.1.3
head repository: angular/components
compare: 20.1.4
- 11 commits
- 66 files changed
- 5 contributors
Commits on Jul 24, 2025
-
fix(cdk/drag-drop): incorrect index when returning item in mixed list (…
…#31592) When an item enters a mixed orientation list, we were figuring out its index, removing the item from the list and then trying to insert it in that index. The problem is that by removing the item, we might have changed the array in a way where the index isn't valid anymore. These changes resolve the issue by removing the item first before making any index calculations. Fixes #31505. (cherry picked from commit 88d4ffd)
Configuration menu - View commit details
-
Copy full SHA for 512066a - Browse repository at this point
Copy the full SHA 512066aView commit details
Commits on Jul 25, 2025
-
fix(material/testing): Modify input filtering to more broadly search …
Configuration menu - View commit details
-
Copy full SHA for 6e25273 - Browse repository at this point
Copy the full SHA 6e25273View commit details -
build: update github/codeql-action action to v3.29.4 (#31589)
See associated pull request for more information. (cherry picked from commit 8f03c16)
Configuration menu - View commit details
-
Copy full SHA for 7f85e68 - Browse repository at this point
Copy the full SHA 7f85e68View commit details -
fix(material/core): align gm3 colors (#31485)
(cherry picked from commit 3dfe50a)
Configuration menu - View commit details
-
Copy full SHA for 3e4625d - Browse repository at this point
Copy the full SHA 3e4625dView commit details
Commits on Jul 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b5fb4cb - Browse repository at this point
Copy the full SHA b5fb4cbView commit details
Commits on Jul 29, 2025
-
fix(material/slider): tick marks not showing dynamically (#31608)
Configuration menu - View commit details
-
Copy full SHA for 4ae4fe2 - Browse repository at this point
Copy the full SHA 4ae4fe2View commit details -
fix(material/radio): rendering artifacts at some zoom levels (#31612)
Currently the circle inside the radio button is rendered out as an element with a solid border. Presumably MDC did it this way, because it allows more CSS rules to be combined and it handles high contrast mode automatically. The problem with this approach is that depending on the user's screen and zoom level, there can be rendering artifacts on Windows like a dot in the middle of the radio button. These changes resolve the rendering artifacts by using a background color for the circle and which is overridden to `CanvasText` for high contrast mode. Fixes #31466. (cherry picked from commit 471d323)
Configuration menu - View commit details
-
Copy full SHA for d18da56 - Browse repository at this point
Copy the full SHA d18da56View commit details -
test(multiple): clean up some unnecessary imports (#31605)
Cleaning up some `imports` from `configureTestingModule` that aren't necessary now that we're fully standalone. This is an initial test to see if anything goes wrong. I'll roll it out to the other tests in a follow-up. (cherry picked from commit 409948f)
Configuration menu - View commit details
-
Copy full SHA for b0f1379 - Browse repository at this point
Copy the full SHA b0f1379View commit details
Commits on Jul 30, 2025
-
fix(material/core): fill in m2 system token values (#31615)
(cherry picked from commit 993a9a3)
Configuration menu - View commit details
-
Copy full SHA for 3de927f - Browse repository at this point
Copy the full SHA 3de927fView commit details -
fix(material/schematics): set generated font family on body (#31618)
The custom theme that we generate during `ng add` adds changes the `font` on the `html` element which is problematic, because it affects all the components where we use `rem` units. These changes move the styles to the `body` to resolve the issue. I've also changed the selector for the variables from `html` to `:root`. In practice they're the same, but `:root` seems to be the standard target for global variables. Fixes #31611. (cherry picked from commit 8576ccf)
Configuration menu - View commit details
-
Copy full SHA for 25d12df - Browse repository at this point
Copy the full SHA 25d12dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d526019 - Browse repository at this point
Copy the full SHA d526019View 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.1.3...20.1.4