Releases: angular/angular-cli
Releases Β· angular/angular-cli
19.2.26
Immutable
release. Only release title and notes can be modified.
22.0.0-next.8
Immutable
release. Only release title and notes can be modified.
@angular/cli
@schematics/angular
@angular-devkit/build-angular
| Commit | Description |
|---|---|
| deprecate Webpack builders |
@angular-devkit/build-webpack
| Commit | Description |
|---|---|
| deprecate webpack and webpack-dev-server builders |
@angular-devkit/core
| Commit | Description |
|---|---|
| deprecate stringToFileBuffer and fileBufferToString |
@angular/build
| Commit | Description |
|---|---|
| subresource integrity validation for dynamically loaded modules | |
| use dynamic TestComponentRenderer for Vitest |
@angular/ssr
| Commit | Description |
|---|---|
| deprecate CommonEngine APIs |
@ngtools/webpack
| Commit | Description |
|---|---|
| deprecate @ngtools/webpack loader and plugin |
Deprecations
@angular-devkit/build-angular
- Webpack builders in build-angular are deprecated. Use @angular/build builders instead.
@angular-devkit/build-webpack
- Webpack builders in build-webpack are deprecated. Use @angular/build builders instead.
@angular-devkit/core
-
stringToFileBufferandfileBufferToStringare deprecated. Use standard Web APIs (TextEncoderandTextDecoder) instead.Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for
@angular-devkit/corehas been updated to reflect the deprecations.
@angular/ssr
- CommonEngine APIs are deprecated in favor of AngularNodeAppEngine or AngularAppEngine.
@ngtools/webpack
- @ngtools/webpack loader and plugin are deprecated. Use @angular/build instead.
21.2.10
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 |