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

Commits on Sep 19, 2025

  1. fix(material/form-field): restore error message animation (#31774)

    When a form becomes invalid and displays an error, the error message was no longer animating. This regression was introduced in #30678 (accessibility changes), because error elements were no longer destroyed/re-rendered, preventing the CSS animation from running.
    
    This fix ensures that the animation works again without impacting accessibility.
    
    Fixes #31712
    
    (cherry picked from commit 977f46f)
    mhdsbq authored and crisbeto committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    3ac762b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. fix(material/table): style no data row properly (#31895)

    The "no data" row in the table goes through a different creation flow than the regular table rows which means that it can't get its CSS classes and ends up being unstyled.
    
    These changes add some logic to apply the appropriate classes.
    
    Fixes #22349.
    
    (cherry picked from commit b6d8193)
    crisbeto committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    65f23c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. fix(material/core): move internal tokens (#31907)

    (cherry picked from commit 7a17fe9)
    andrewseguin committed Sep 23, 2025
    Configuration menu
    Copy the full SHA
    36be426 View commit details
    Browse the repository at this point in the history
  2. build: update bazel dependencies (#31770)

    See associated pull request for more information.
    angular-robot authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    bfc7002 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. docs: correct pnpm install command (#31896)

    Updated docs to use `pnpm i` instead of `pnpm`, since `pnpm` alone does not install dependencies.
    
    (cherry picked from commit f0859d8)
    MeAkib authored and adolgachev committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    a1456cd View commit details
    Browse the repository at this point in the history
  2. docs: external link opening on new tab (#31909)

    (cherry picked from commit 1e86803)
    MeAkib authored and adolgachev committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    41869da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50caec7 View commit details
    Browse the repository at this point in the history
Loading