v22.2.0-next.6Pre-release
22.2.0-next.6
Added 1
- add splitting option to unit-test builder
Changed 4
- bypass worker dispatch for files without transform candidates
- use iterative post-order AST traversal for OXC transforms
- use native sass-embedded compiler daemon
- use size-weighted task heuristics in i18n inliner
Fixed 8
- isolate temporary package installations from parent Yarn workspace
- enable code splitting for vitest browser tests
- fail build and exclude routes when prerendering fails
- keep dev-server Vite cache worktree-local
- preserve binary values in the SQLite cache store
- preserve duplicate bundle filenames across output file types
- decode pathname when constructing server asset path
- ensure public directory containment in CommonEngine
From angular-cli
@angular/cli
| Commit | Description |
|---|---|
| fix - b37c93329 | isolate temporary package installations from parent Yarn workspace |
@angular/build
| Commit | Description |
|---|---|
| fix - 4b8c62a8f | add splitting option to unit-test builder |
| fix - 51565d4bc | enable code splitting for vitest browser tests |
| fix - 5b850fdfc | fail build and exclude routes when prerendering fails |
| fix - dfa7f03a9 | keep dev-server Vite cache worktree-local |
| fix - 135662d9a | preserve binary values in the SQLite cache store |
| fix - 701bde481 | preserve duplicate bundle filenames across output file types |
| perf - 6ee559ca9 | bypass worker dispatch for files without transform candidates |
| perf - 2b85529e8 | use iterative post-order AST traversal for OXC transforms |
| perf - ecbcd87b8 | use native sass-embedded compiler daemon |
| perf - ce83ac0e8 | use size-weighted task heuristics in i18n inliner |
@angular/ssr
| Commit | Description |
|---|---|
| fix - 4fa81d403 | decode pathname when constructing server asset path |
| fix - bb72145f9 | ensure public directory containment in CommonEngine |