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: 18.1.3
Choose a base ref
...
head repository: angular/components
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18.1.4
Choose a head ref
  • 6 commits
  • 16 files changed
  • 2 contributors

Commits on Aug 4, 2024

  1. build: fix the approve-size-tests script (#29538)

    The `approve-size-tests` script was broken, because some private Tooling symbols were moved around. Also updates the golden file.
    
    (cherry picked from commit 98f7301)
    crisbeto committed Aug 4, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    27eb1db View commit details
  2. fix(material/chips): missing tokens in M3 (#29531)

    Fixes that the chips weren't generating the `with-avatar-avatar-shape-radius` and `elevated-container-color` tokens in M3.
    
    (cherry picked from commit 7370eb9)
    crisbeto committed Aug 4, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    travi Matt Travi
    Copy the full SHA
    2b5ae8c View commit details

Commits on Aug 6, 2024

  1. refactor(cdk/drag-drop): remove unnecessary type (#29541)

    Removes the `RootNode` internal type since it isn't necessary anymore.
    
    (cherry picked from commit ef21b82)
    crisbeto committed Aug 6, 2024
    Copy the full SHA
    8dfd1dc View commit details
  2. refactor(cdk/drag-drop): remove unnecessary generics (#29542)

    Previously we used generics in the `DragDropRegistry` to avoid circular dependencies. Now that we can use type-only imports, we don't need the generics anymore.
    
    (cherry picked from commit 78c6941)
    crisbeto committed Aug 6, 2024
    Copy the full SHA
    f229e7b View commit details

Commits on Aug 7, 2024

  1. fix(material/sidenav): disable focus trap while closed (#29548)

    Completely disables the sidenav's focus trap while it's closed so users can't tab to the anchors.
    
    Fixes #29545.
    
    (cherry picked from commit 626164b)
    crisbeto committed Aug 7, 2024
    Copy the full SHA
    b984328 View commit details
  2. release: cut the v18.1.4 release

    mmalerba committed Aug 7, 2024
    Copy the full SHA
    2b1e0d4 View commit details
Loading