-
Notifications
You must be signed in to change notification settings - Fork 12k
Comparing changes
Open a pull request
base repository: angular/angular-cli
base: 15.0.3
head repository: angular/angular-cli
compare: 15.0.4
- 7 commits
- 13 files changed
- 2 contributors
Commits on Dec 8, 2022
-
fix(@angular-devkit/build-angular): include sources in generated
Configuration menu - View commit details
-
Copy full SHA for a0da91d - Browse repository at this point
Copy the full SHA a0da91dView commit details
Commits on Dec 9, 2022
-
fix(@angular-devkit/build-angular): update locale setting snippet to …
…use `globalThis`. This commit changes how we set the `LOCALE_ID` when using the `localize` option - We now include the locale setting snippet only in the main bundle. - We use `globalThis` to set the the value globally and be accessible across module boundaries. This is important as in some causes such as when using MF `@angular/core` can be located in a bundles others than `main` and `vendor`. (cherry picked from commit afe9fea)
Configuration menu - View commit details
-
Copy full SHA for b2d4415 - Browse repository at this point
Copy the full SHA b2d4415View commit details
Commits on Dec 12, 2022
-
fix(@angular-devkit/build-angular): downlevel class private methods w…
Configuration menu - View commit details
-
Copy full SHA for 507f756 - Browse repository at this point
Copy the full SHA 507f756View commit details -
fix(@angular-devkit/build-angular): display actionable error when a s…
Configuration menu - View commit details
-
Copy full SHA for ccc8e03 - Browse repository at this point
Copy the full SHA ccc8e03View commit details
Commits on Dec 13, 2022
-
fix(@angular-devkit/build-angular): only set ngDevMode when script op…
…timizations are enabled When using the experimental esbuild-based browser application builder, the `ngDevMode` global runtime variable was unintentionally always being set to false due to a previous bug fix that stopped the variable from being replaced with the value of true when script optimizations were disabled. By doing so, the fix caused the imported compiler-cli `GLOBAL_DEFS_FOR_TERSER_WITH_AOT` constant to take precedence which contains an `ngDevMode` value of false. To prevent this situation for development builds where a non-false `ngDevMode` is helpful to surface potential runtime problems, `GLOBAL_DEFS_FOR_TERSER_WITH_AOT` will no longer change the value of `ngDevMode`. This fix does not have any effect on production builds since `ngDevMode` would have been set to false regardless. (cherry picked from commit 310144d)
Configuration menu - View commit details
-
Copy full SHA for 9fd3562 - Browse repository at this point
Copy the full SHA 9fd3562View commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e85f47 - Browse repository at this point
Copy the full SHA 8e85f47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8771258 - Browse repository at this point
Copy the full SHA 8771258View 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 15.0.3...15.0.4