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

Commits on Jun 1, 2025

  1. fix(material/core): brand family not set for plain value (#31260)

    If a non-map value is set for the `typography`, we were only setting the plain font family while the brand one was falling back to Roboto.
    
    Fixes #31254.
    
    (cherry picked from commit 8b821cb)
    crisbeto committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    45fcf24 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. fix(material/schematics): avoid overwriting files that didn't change (#…

    …31270)
    
    Fixes that the v20 update migration was overwriting all files, even if they didn't change.
    
    Fixes #31259.
    
    (cherry picked from commit 7b47e95)
    crisbeto committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    3a3a9b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. docs(material/button): variants table not rendering (#31274)

    Fixes that the variants that wasn't rendering, because there was no extra new line between it and the preceding paragraph.
    
    Fixes #31262.
    
    (cherry picked from commit 01ec1e0)
    crisbeto committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    31f3b8b View commit details
    Browse the repository at this point in the history
  2. fix(material/schematics): token migration not replacing all instances (

    …#31277)
    
    Fixes that the v20 `ng update` migration was only replacing the first instance of tokens.
    
    Fixes #31276.
    
    (cherry picked from commit eba4719)
    crisbeto committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    1af07e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

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