@angular/cli
| Commit | Description |
|---|---|
add --root command line option to mcp command
| |
| add packages with built-in schematics to devDependencies only | |
| always install package during ng add to inspect manifest on disk for schematics (#33718) | |
| correctly report available package updates during bare ng update | |
| discover migrations from installed packages when omitted by registry metadata (#33718) | |
| normalize Windows drive-letter casing for process.cwd |
@angular/build
| Commit | Description |
|---|---|
| migrate Angular Linker to oxc-parser and magic-string | |
| prevent build process hang on unhandled error (#33715) | |
| prevent IIFE wrapper interleaving for adjacent classes in minified files | |
| retain watch files on error in load result cache | |
| support case-insensitive and alternative license file names | |
| release build resources early in non-watch mode (#33715) |
@angular/ssr
| Commit | Description |
|---|---|
| settle writeResponseToNodeResponse when client disconnects | |
| avoid buffering request body when sanitizing headers |