v22.2.0-next.1Pre-release
22.2.0-next.1
Added 1
- Add `--root` command line option to `mcp` command
Changed 3
- Migrate Angular Linker to oxc-parser and magic-string
- Release build resources early in non-watch mode
- Avoid buffering request body when sanitizing headers
Fixed 10
- Add packages with built-in schematics to devDependencies only
- Always install package during ng add to inspect manifest on disk for schematics
- Correctly report available package updates during bare ng update
- Discover migrations from installed packages when omitted by registry metadata
- Normalize Windows drive-letter casing for process.cwd
- Prevent build process hang on unhandled error
- 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
- Settle writeResponseToNodeResponse when client disconnects
@angular/cli
| Commit | Description |
|---|---|
| feat - 41555dfb3b | add --root command line option to mcp command |
| fix - 035b9d5c9b | add packages with built-in schematics to devDependencies only |
| fix - 0ae5690c35 | always install package during ng add to inspect manifest on disk for schematics (#33718) |
| fix - 44ff584b33 | correctly report available package updates during bare ng update |
| fix - 1d4f9ebbe9 | discover migrations from installed packages when omitted by registry metadata (#33718) |
| fix - 25034f97ad | normalize Windows drive-letter casing for process.cwd |
@angular/build
| Commit | Description |
|---|---|
| feat - ad8271320f | migrate Angular Linker to oxc-parser and magic-string |
| fix - 4fb12292c2 | prevent build process hang on unhandled error (#33715) |
| fix - abd8ec9f3e | prevent IIFE wrapper interleaving for adjacent classes in minified files |
| fix - bcadbbef20 | retain watch files on error in load result cache |
| fix - e1c7193dce | support case-insensitive and alternative license file names |
| perf - f4a0f846e7 | release build resources early in non-watch mode (#33715) |
@angular/ssr
| Commit | Description |
|---|---|
| fix - b74eef889f | settle writeResponseToNodeResponse when client disconnects |
| perf - 33169801c6 | avoid buffering request body when sanitizing headers |