v22.2.0-next.4Pre-release
22.2.0-next.4
Added 1
- Support splitting browser and server stats jsonfiles for easier consumption
Changed 1
- Traverse AST with iterative post-order walker in i18n inliner
Fixed 7
- Transform fail() to expect.fail() in refactor-jasmine-vitest
- Enforce MCP roots in get_best_practices tool
- Handle errors from isAllowedWorkspacePath in best-practices tool
- Throw on out-of-roots workspace in best-practices tool
- Correct misleading error message for top-level await
- Disable code splitting for unit test builds
- Preserve integrity and crossorigin in autoCsp loader
From angular-cli
@schematics/angular
| Commit | Description |
|---|---|
| fix - ce1b60f89 | transform fail() to expect.fail() in refactor-jasmine-vitest |
@angular/cli
| Commit | Description |
|---|---|
| fix - 34e1e0bb5 | enforce MCP roots in get_best_practices tool |
| fix - 2b060630c | handle errors from isAllowedWorkspacePath in best-practices tool |
| fix - 24fd8fce2 | throw on out-of-roots workspace in best-practices tool |
@angular/build
| Commit | Description |
|---|---|
| feat - 175273931 | Support splitting browser and server stats jsonfiles for easier consumption |
| fix - 1ee0beca7 | correct misleading error message for top-level await |
| fix - 0ffe2d27f | disable code splitting for unit test builds |
| fix - 50994d76e | preserve integrity and crossorigin in autoCsp loader |
| perf - d6fd24320 | traverse AST with iterative post-order walker in i18n inliner |