20.0.0-next.0 (2025-03-05)
@angular/cli
Commit | Description |
---|---|
remove Node.js v18 support |
@schematics/angular
Commit | Description |
---|---|
directly use @angular/build in new projects
|
@angular-devkit/schematics
Commit | Description |
---|---|
remove deprecated NodePackageLinkTask
|
@angular/build
Commit | Description |
---|---|
ensure matching coverage excludes with karma on Windows |
@angular/ssr
Commit | Description |
---|---|
optimize response times by introducing header flushing |
Breaking Changes
@angular/cli
-
Node.js v18 is no longer supported with Angular.
Before updating a project to Angular v20, the Node.js version must be
at least 20.11.1. For the full list of supported Node.js versions,
see https://angular.dev/reference/versions.
@angular-devkit/schematics
-
The
NodePackageLinkTask
has been removed without a replacement. Create a custom task if needed.Note: This does not affect application developers.