Releases: angular/angular-cli
Releases · angular/angular-cli
Release list
19.2.6
18.2.17
17.3.15
20.0.0-next.3
@angular/cli
| Commit | Description |
|---|---|
| update minimum supported Node.js 22 version to 22.11.0 |
@schematics/angular
| Commit | Description |
|---|---|
| add type checking of host bindings to strict config | |
remove empty scripts option value from new applications |
|
remove explicit outputPath option value from generated applications |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
| flush headers prior to start rendering the HTML | |
| optimized request handling performance |
Breaking Changes
@angular/cli
- Node.js versions from 22.0 to 22.10 are no longer supported
19.2.5
18.2.16
17.3.14
20.0.0-next.2
@schematics/angular
@angular/build
| Commit | Description |
|---|---|
| Support Sass package importers | |
| ensure errors for missing component resources | |
| ensure relative karma stack traces for test failures |
@angular/ssr
| Commit | Description |
|---|---|
expose provideServerRendering and remove provideServerRouting |
|
stabilize AngularNodeAppEngine, AngularAppEngine, and provideServerRouting APIs |
Breaking Changes
@schematics/angular
--server-routingoption has been removed from several schematics. Server routing will be used when using the application builder.
v19.2.4
20.0.0-next.1
@angular/cli
| Commit | Description |
|---|---|
| record analytics for nested schematics |
@schematics/angular
| Commit | Description |
|---|---|
| use TypeScript module preserve option for new projects | |
generate component templates with a .ng.html file extension |
@angular/build
@angular/ssr
| Commit | Description |
|---|---|
prevent stream draining if write does not return a boolean |
Breaking Changes
@angular/build
- TypeScript versions less than 5.8 are no longer supported.