v22.2.0-next.5Pre-release
22.2.0-next.5
Changed 5
- Batch prerender routes and share in-memory server bundles
- Consolidate component stylesheet bundling with shared load result cache
- Implement SharedArrayBuffer translation dictionaries for zero-copy worker access
- Implement sliding-window batching and worker translation eviction
- Unify Oxc linking and optimization AST traversal passes
Fixed 3
- Ignore side-effect annotations in unit test builds
- Prevent memory leaks in parallel compilation and caches
- Abort web request signal when node request is aborted
From angular-cli
@angular/build
| Commit | Description |
|---|---|
| fix - 4d0be683b7 | ignore side-effect annotations in unit test builds |
| fix - e4111ae818 | prevent memory leaks in parallel compilation and caches |
| perf - 62999cabf4 | batch prerender routes and share in-memory server bundles |
| perf - 0589edd9cd | consolidate component stylesheet bundling with shared load result cache |
| perf - a877aa7ebd | implement SharedArrayBuffer translation dictionaries for zero-copy worker access |
| perf - f1cc959439 | implement sliding-window batching and worker translation eviction |
| perf - f4dad31cce | unify Oxc linking and optimization AST traversal passes |
@angular/ssr
| Commit | Description |
|---|---|
| fix - f8576e3c8b | abort web request signal when node request is aborted |