v22.1.3
22.1.3
Changed 2
- release build resources early in non-watch mode
- avoid buffering request body when sanitizing headers
Fixed 8
- 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
- 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 |
|---|---|
| fix - f837b788c6 | always install package during ng add to inspect manifest on disk for schematics (#33718) |
| fix - 72ae93638d | correctly report available package updates during bare ng update |
| fix - a949e06568 | discover migrations from installed packages when omitted by registry metadata (#33718) |
| fix - 1d9122fd50 | normalize Windows drive-letter casing for process.cwd |
@angular/build
| Commit | Description |
|---|---|
| fix - a4860d505a | prevent build process hang on unhandled error (#33715) |
| fix - 7686d66cab | retain watch files on error in load result cache |
| fix - 25b7cf7504 | support case-insensitive and alternative license file names |
| perf - 4fd81402ce | release build resources early in non-watch mode (#33715) |
@angular/ssr
| Commit | Description |
|---|---|
| fix - 6af906cb94 | settle writeResponseToNodeResponse when client disconnects |
| perf - 917d3b2254 | avoid buffering request body when sanitizing headers |