Skip to content

v20.0.0-next.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alan-agius4 alan-agius4 released this 05 Mar 15:54
· 12 commits to main since this release

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.