Angular CLI: 20.0.0-next.0 Release

Release date:
March 5, 2025
Previous version:
19.2.5 (released March 26, 2025)
Magnitude:
773 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 20.0.0-next.0

devversion
jkrems
alan-agius4
clydin

Directory Browser for 20.0.0-next.0

All files are compared to previous version, 19.2.5. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

<a name="20.0.0-next.0"></a>

20.0.0-next.0 (2025-03-05)

@angular/cli

| Commit | Description | | -- | -- | | fix - 5e90c1b4e | remove Node.js v18 support |

@schematics/angular

| Commit | Description | | -- | -- | | feat - 093c5a315 | directly use @angular/build in new projects |

@angular-devkit/schematics

| Commit | Description | | -- | -- | | refactor - e6be37601 | remove deprecated NodePackageLinkTask |

@angular/build

| Commit | Description | | -- | -- | | fix - c8c73185a | ensure matching coverage excludes with karma on Windows |

@angular/ssr

| Commit | Description | | -- | -- | | perf - 280693231 | 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.