-
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.2
head repository: angular/components
compare: 20.2.3
- 6 commits
- 15 files changed
- 3 contributors
Commits on Sep 8, 2025
-
docs: insert canonical link dynamically (#31830)
* docs: delete static canonical link * docs: insert, not update dynamic canonical link * docs: always append tag when inserted
Configuration menu - View commit details
-
Copy full SHA for 2b3c787 - Browse repository at this point
Copy the full SHA 2b3c787View commit details -
fix(cdk/drag-drop): allow axis lock to be reset (#31829)
Fixes that users weren't able to reset the `lockAxis` values. Fixes #31825.
Configuration menu - View commit details
-
Copy full SHA for 442d4ca - Browse repository at this point
Copy the full SHA 442d4caView commit details -
fix(material/slider): incorrect indicator transform origin in M3 (#31834
) Fixes that the slider's value indicator was transitioning in from the right in M3. It's because the indicator is rotated in order to render out the M3 shape. Fixes #31827.
Configuration menu - View commit details
-
Copy full SHA for 9a68265 - Browse repository at this point
Copy the full SHA 9a68265View commit details -
fix(material/progress-bar): avoid CSP issues due to buffer dots (#31818)
Currently the way we render the buffer dots in the progress bar is by using a `data:` URL with an inline SVG. The problem with this approach is that it can trigger CSP errors and require users to allow all `data:` URLs, even if they don't use the buffer mode. These changes work around the issue by rendering the dots using a radial gradient instead. Fixes #31808.
Configuration menu - View commit details
-
Copy full SHA for ec33bf8 - Browse repository at this point
Copy the full SHA ec33bf8View commit details -
build: generate more believable token examples (#31807)
Currently we generate the token examples by taking the first two tokens and using a static value for them. This looks weird when the first tokens aren't color-based. These changes try to infer a more believable value from the token's name. Fixes #31796.
Configuration menu - View commit details
-
Copy full SHA for 4eb96a0 - Browse repository at this point
Copy the full SHA 4eb96a0View commit details
Commits on Sep 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aa1c9bc - Browse repository at this point
Copy the full SHA aa1c9bcView 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.2...20.2.3