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

Commits on Mar 21, 2025

  1. fix(cdk/overlay): ensure re-exported transitive Dir directive can b…

    …e imported (#30679)
    
    This is a follow-up to cb3b0a8 which
    did miss this transitive re-export of the `Dir` directive. The compiler
    will try the last module import, so even if e.g. `./scrolling`
    re-exported `Dir` as of the initial commit, the compiler would try
    importing via `@angular/cdk/overlay`.
    
    This commit fixes this remaining instance, and updates the new testing
    infrastructure to import/test every module in isolation. The tests
    didn't notice that issue because the compiler discovered the `Dir`
    directive/"Reference" already via another import that "worked".
    
    Fixes #30663.
    
    (cherry picked from commit 1e5082d)
    devversion committed Mar 21, 2025
    Copy the full SHA
    5a7009a View commit details
  2. release: cut the v19.2.6 release

    crisbeto committed Mar 21, 2025
    Copy the full SHA
    4a2bd9f View commit details
Loading