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: v21.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: v21.2.3
Choose a head ref
  • 7 commits
  • 37 files changed
  • 4 contributors

Commits on Mar 13, 2026

  1. refactor(material/dialog): switch tests away from fakeAsync (#32914)

    Reworks the dialog tests not to depend on `fakeAsync` anymore.
    
    (cherry picked from commit 42eb704)
    crisbeto committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    c8d1ed6 View commit details
    Browse the repository at this point in the history
  2. fix(material/datepicker): add harness for datepicker actions (#32925)

    Adds a harness for the datepicker actions component.
    
    Fixes #32921.
    
    (cherry picked from commit 46b67d1)
    crisbeto committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    9175265 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. refactor(material/input): switch tests away from fakeAsync (#32938)

    Reworks the input tests not to depend on `fakeAsync` anymore.
    
    (cherry picked from commit 2ad4274)
    crisbeto committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    484a61e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. refactor(aria/accordion): simplify code by using template references …

    …instead of user id to match panels with triggers (#32855)
    
    (cherry picked from commit c2cb1ab)
    adolgachev committed Mar 16, 2026
    Configuration menu
    Copy the full SHA
    b6c5df6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. build: update dependency bazel to v8.6.0 (#32939)

    See associated pull request for more information.
    angular-robot authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    21bca7d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. fix(cdk/drag-drop): item returned to wrong index in initial container (

    …#32944)
    
    Fixes that when we return the item to its original container, we may end up putting it at the wrong index, because the logic that de-duplicates the item runs too late.
    
    Fixes #32940.
    
    (cherry picked from commit 0767a3c)
    crisbeto committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    688deda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31ed9e View commit details
    Browse the repository at this point in the history
Loading