22.2.0-next.7
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
@angular/build
| Commit | Description |
|---|---|
| add automatic corruption recovery in SQLite cache store | |
| avoid pure comment pattern in oxc transform | |
| default preloadInitial to false when serviceWorker is enabled | |
| disable root config extension for inline test project | |
| disable strictPort when port 0 is used in dev-server | |
| ensure parent directory exists in SQLite cache store | |
| use chokidar watcher when followSymlinks is enabled | |
| avoid full JSON parsing when updating sourcemap ignore list | |
| decouple diagnostic type checking from build start | |
| read rendered module length once per module in chunk optimizer (#34045) | |
| reduce watcher debounce latency for faster incremental rebuilds | |
| selectively compress large entries in SQLite cache store | |
| share sass directory and resolution caches across stylesheets | |
| verify cache metadata before reading file and eliminate sqlite read-locks | |
| deprecate splitting option in unit-test builder |
@angular/ssr
| Commit | Description |
|---|---|
| pre-compile critical CSS plans at build time |
Deprecations
@angular/build
-
The
splittingoption in the unit-test builder is deprecated as it is no longer needed with Vitest 5.Disabling code splitting is no longer necessary with Vitest 5, as the issue where shared-module exports were uninitialized in class-field initializers under JSDOM has been resolved.