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.3
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.4
Choose a head ref
  • 8 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 13, 2025

  1. docs(@angular-devkit/build-angular): update forceEsbuild option des…

    …cription
    
    Esbuild builder is stable and is no longer in developer preview.
    
    (cherry picked from commit b9591eb)
    alan-agius4 committed Mar 13, 2025
    Copy the full SHA
    40b228d View commit details
  2. refactor(@angular/build): define an internal ngHmrMode value

    An `ngHmrMode` boolean value will now be defined within application bundles.
    The value is based on the development server's `hmr` option with `true`
    when HMR is enabled and `false` when disabled. For all application builds,
    the value will be `false`. `ngHmrMode` is similar in behavior to `ngServeMode`
    or `ngDevMode`. It will not be present in the output code unless referenced
    and in those cases only the final boolean value will be present if not optimized
    out of the final code.
    The value is not considered part of the public API and may change in the future.
    
    (cherry picked from commit 318c164)
    clydin committed Mar 13, 2025
    Copy the full SHA
    7b637fc View commit details

Commits on Mar 14, 2025

  1. docs: correct bazel e2e commands

    These command are outdated and no longer work
    
    (cherry picked from commit 27fe5da)
    alan-agius4 committed Mar 14, 2025
    Copy the full SHA
    43706b3 View commit details

Commits on Mar 18, 2025

  1. build: improve debugging mode of e2e test runner

    Currently the `while` loop may either be causing the process to be
    really stuck/hanging, or it somehow causes Node to exit.
    
    This change makes the logic more robust and less CPU consuming.
    
    (cherry picked from commit fe69a9b)
    devversion authored and alan-agius4 committed Mar 18, 2025
    Copy the full SHA
    74d54a9 View commit details
  2. fix(@angular/build): ensure relative karma stack traces for test fail…

    …ures
    
    The karma configuration will now automatically set the `basePath` option
    to the temporary output path when using the application build system's
    karma testing. This ensures that only the relative path of the test files
    is represented in the stack traces of test failures.
    
    (cherry picked from commit f780e8b)
    clydin committed Mar 18, 2025
    Copy the full SHA
    2cd763e View commit details

Commits on Mar 19, 2025

  1. fix(@schematics/angular): replace @angular/platform-browser-dynamic

    … with `@angular/platform-browser`
    
    The Angular CLI expliclty adds `@angular/compiler` as a polyfill when JIT mode is enabled which makes using  `@angular/platform-browser-dynamic` redundant and causes the compiler to be imported twice.
    
    (cherry picked from commit c0de723)
    alan-agius4 committed Mar 19, 2025
    Copy the full SHA
    0a4e96b View commit details
  2. fix(@angular/build): ensure errors for missing component resources

    Compile time errors will now always be generated when an HTML template
    and/or CSS component stylesheet are not present on disk. The Angular
    compiler expects a return value of `null` from the `resourceNameToFileName`
    function to indicate that a resource path does not exist. JIT mode previously
    and continues to generate errors as expected.
    
    (cherry picked from commit cb2ab43)
    clydin committed Mar 19, 2025
    Copy the full SHA
    b0b643e View commit details
  3. release: cut the v19.2.4 release

    clydin committed Mar 19, 2025
    Copy the full SHA
    148023a View commit details
Loading