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: 20.3.0
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: 20.3.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 11, 2025

  1. build: update github/codeql-action action to v3.30.3

    See associated pull request for more information.
    angular-robot authored and alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    5e3b6fa View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/cli): Add instructions to component zoneless migrat…

    …ion to retain NgZone.run
    
    I observed that it chose to do this in one test.  These should not be removed
    for libraries that support Zone applications and also should not be
    removed for applications until the zoneless migration is entirely
    complete.
    
    (cherry picked from commit 47d0668)
    atscott authored and alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4e51032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d60f4e5 View commit details
    Browse the repository at this point in the history
  4. fix(@angular/build): add timestamp to bundle generation log

    Adds an ISO timestamp to the "Application bundle generation complete" message. This provides more precise information about when the build process finished, which can be useful for debugging and analyzing build performance.
    
    Closes #30572
    
    (cherry picked from commit 43fc553)
    alan-agius4 committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    be60be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9930e8a View commit details
    Browse the repository at this point in the history
Loading