8000 Comparing 19.2.13...19.2.14 · angular/angular-cli · GitHub
[go: up one dir, main page]

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

Commits on May 21, 2025

  1. fix(@angular/build): HMR requires AOT do not show HMR enabled when us…

    …ing JIT
    
    Currently, the HMR (Hot Module Replacement) functionality in `@angular/build` requires AOT compilation to be enabled. However, when using JIT compilation, a message indicating that HMR is enabled is incorrectly displayed.
    alan-agius4 committed May 21, 2025
    Configuration menu
    Copy the full SHA
    a3504fd View commit details
    Browse the repository at this point in the history
  2. fix(@angular/build): include full metadata for AOT unit-testing

    Include class metadata and JIT information in code built for development and/or test usage.
    All non-optimized builds will now contain this metadata (`optimization.scripts` is false).
    The Angular TestBed APIs require additional metadata for the Angular aspects of the application
    such as Components, Modules, Pipes, etc.
    TestBed may also leverage JIT capabilities during testing (e.g., overrideComponent).
    To support all these TestBed usage scenarios both the underlying `setClassMetadata`
    and `setNgModuleScope` class augmentation functions are now emitted when
    test metadata inclusion is enabled.
    
    (cherry picked from commit 578525e)
    clydin committed May 21, 2025
    Configuration menu
    Copy the full SHA
    5ce9f96 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. refactor(@angular/build): use new HMR documentation URL for console m…

    …essage
    
    The https://angular.dev/hmr URL is now used in the HMR enabled console
    message for the development server. The message text has also been shortened
    as the information is available at the aforementioned documentation location.
    clydin committed May 22, 2025
    Configuration menu
    Copy the full SHA
    5c86b80 View commit details
    Browse the repository at this point in the history
  2. refactor(@angular/build): update ensureWorkerPool to do an early exit

    The avoid unnecessary logic to be executed for every call to `transformFile`.
    
    (cherry picked from commit eed60d1)
    alan-agius4 authored and clydin committed May 22, 2025
    Configuration menu
    Copy the full SHA
    33aee37 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. build: correctly replace BUILD_SCM_HASH-PLACEHOLDER with `BUILD_SCM…

    …_ABBREV_HASH`
    
    Correctly replace `BUILD_SCM_HASH-PLACEHOLDER` with `BUILD_SCM_ABBREV_HASH` by enclosing it in `{}` for proper interpolation.
    
    Example of the issue: https://github.com/angular/angular-build-builds/blob/cac2e58892c99256d3a1f0abeb274f116edd5a26/package.json#L26
    
    (cherry picked from commit c4efd74)
    alan-agius4 committed May 23, 2025
    Configuration menu
    Copy the full SHA
    cf4e676 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. build: preserve peerDependenciesMeta in snapshots

    Addresses an issue where publishing snapshot builds would replace the value with the package SHAs in `peerDependenciesMeta`.
    
    See: https://github.com/angular/angular-build-builds/blob/d4d0f1ca0932bd4fe2df4cc2da10d132789dcd8f/package.json#L89
    (cherry picked from commit 697d7e6)
    alan-agius4 committed May 26, 2025
    Configuration menu
    Copy the full SHA
    3ffd43a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Configuration menu
    Copy the full SHA
    d110379 View commit details
    Browse the repository at this point in the history
Loading
0