Releases: angular/angular-cli
Releases Β· angular/angular-cli
19.2.25
Immutable
release. Only release title and notes can be modified.
22.0.0-next.7
Immutable
release. Only release title and notes can be modified.
@schematics/angular
| Commit | Description |
|---|---|
| add missing imports for focus and skip APIs in refactor-jasmine-vitest | |
| add trusted-proxy-headers migration |
@angular/cli
| Commit | Description |
|---|---|
| fix broken img ref in ai-tutor | |
| introduce initial package manager workspace awareness | |
| remove standalone true ref in ai tutor |
@angular/build
| Commit | Description |
|---|---|
| add isolate option to unit-test builder | |
| support Istanbul coverage in Vitest runner |
@angular/ssr
21.2.9
Immutable
release. Only release title and notes can be modified.
@schematics/angular
| Commit | Description |
|---|---|
| add missing imports for focus and skip APIs in refactor-jasmine-vitest |
@angular/cli
| Commit | Description |
|---|---|
| fix broken img ref in ai-tutor | |
| introduce initial package manager workspace awareness | |
| remove standalone true ref in ai tutor |
@angular/ssr
20.3.25
22.0.0-next.6
@schematics/angular
| Commit | Description |
|---|---|
| stabilize refactor-jasmine-vitest schematic |
@angular/cli
| Commit | Description |
|---|---|
| dynamically resolve project Angular CLI executable inside MCP tools | |
| ignore EBADF file system errors during MCP project scan | |
| use headless option in MCP test tool |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| ensure route has leading slash in prerender builder | |
| fix app-shell route format and |
@angular/build
21.2.8
@angular/cli
| Commit | Description |
|---|---|
| dynamically resolve project Angular CLI executable inside MCP tools | |
| ignore EBADF file system errors during MCP project scan | |
| use headless option in MCP test tool |
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| ensure route has leading slash in prerender builder | |
| fix app-shell route format and |
@angular/build
| Commit | Description |
|---|---|
| use rootDir for HMR component updates path resolution | |
| validate V8 coverage support for browsers in Vitest |
20.3.24
22.0.0-next.5
@angular/cli
| Commit | Description |
|---|---|
| handle missing package manager during analytics initialization |
@schematics/angular
| Commit | Description |
|---|---|
| add migrate-karma-to-vitest update migration | |
| add migration to add istanbul-lib-instrument | |
| add istanbul-lib-instrument to application/library generator dependencies |
@angular/build
| Commit | Description |
|---|---|
| move istanbul-lib-instrument to optional peer dependency | |
| preserve coverage ignore comments in development | |
| show clear error when styleUrl points to a TypeScript file |
Breaking Changes
@angular/build
istanbul-lib-instrumentis now an optional peer dependency.
Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:ng updatewill automatically add this dependency during the update process.