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/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v21.2.11
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v21.2.12
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on May 13, 2026

  1. docs: update ng.ts render function documentation to reflect removal o…

    …f rendering implementation details
    
    (cherry picked from commit 7e980ad)
    alan-agius4 committed May 13, 2026
    Configuration menu
    Copy the full SHA
    6cc9349 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2026

  1. fix(@angular/build): ignore virtual esbuild paths with (disabled):

    Virtual files generated by esbuild for disabled browser fields leak into the
    watch list, causing spurious rebuilds in watch mode.
    
    Previously, only paths where the suffix was a Node.js builtin module were
    ignored. Now, any path containing `(disabled):` is ignored as it represents
    a virtual file that doesn't exist on disk.
    
    Fixes #33160
    
    (cherry picked from commit b06849a)
    clydin committed May 14, 2026
    Configuration menu
    Copy the full SHA
    cbad575 View commit details
    Browse the repository at this point in the history
  2. docs: update JSDoc return tag to @return and fix description in reg…

    …istry.ts
    
    (cherry picked from commit c150c08)
    clydin committed May 14, 2026
    Configuration menu
    Copy the full SHA
    48c17e8 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. refactor(@angular/build): add missing OutputFile import

    The cherry pick of b06849a onto the patch branch seems to have removed an import which was still needed.
    dgp1130 committed May 20, 2026
    Configuration menu
    Copy the full SHA
    feec5bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dcef4d View commit details
    Browse the repository at this point in the history
Loading