-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 19.2.3
head repository: angular/angular-cli
compare: 19.2.4
- 8 commits
- 13 files changed
- 3 contributors
Commits on Mar 13, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 40b228d - Browse repository at this point
Copy the full SHA 40b228dView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 7b637fc - Browse repository at this point
Copy the full SHA 7b637fcView commit details
Commits on Mar 14, 2025
-
docs: correct bazel e2e commands
These command are outdated and no longer work (cherry picked from commit 27fe5da)
Configuration menu - View commit details
-
Copy full SHA for 43706b3 - Browse repository at this point
Copy the full SHA 43706b3View commit details
Commits on Mar 18, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 74d54a9 - Browse repository at this point
Copy the full SHA 74d54a9View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 2cd763e - Browse repository at this point
Copy the full SHA 2cd763eView commit details
Commits on Mar 19, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 0a4e96b - Browse repository at this point
Copy the full SHA 0a4e96bView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b0b643e - Browse repository at this point
Copy the full SHA b0b643eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 148023a - Browse repository at this point
Copy the full SHA 148023aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 19.2.3...19.2.4