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.2
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.3
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Sep 8, 2025

  1. docs: insert canonical link dynamically (#31830)

    * docs: delete static canonical link
    
    * docs: insert, not update dynamic canonical link
    
    * docs: always append tag when inserted
    thesmiler authored and adolgachev committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    2b3c787 View commit details
    Browse the repository at this point in the history
  2. fix(cdk/drag-drop): allow axis lock to be reset (#31829)

    Fixes that users weren't able to reset the `lockAxis` values.
    
    Fixes #31825.
    crisbeto authored and adolgachev committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    442d4ca View commit details
    Browse the repository at this point in the history
  3. 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.
    crisbeto authored and adolgachev committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    9a68265 View commit details
    Browse the repository at this point in the history
  4. 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.
    crisbeto authored and adolgachev committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    ec33bf8 View commit details
    Browse the repository at this point in the history
  5. 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.
    crisbeto authored and adolgachev committed Sep 8, 2025
    Configuration menu
    Copy the full SHA
    4eb96a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    aa1c9bc View commit details
    Browse the repository at this point in the history
Loading