Angular CLI: v22.0.0-next.0 Release

Release date:
March 5, 2026
Previous version:
v21.2.1 (released March 5, 2026)
Magnitude:
1,254 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

Top Contributors in v22.0.0-next.0

alan-agius4
hawkgs
clydin
angular-robot
jase88

Directory Browser for v22.0.0-next.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

@angular/cli

| Commit | Description | | -- | -- | | fix - a5c7c0b5f | reflect new minimum supported Node version in ng.js |

| Commit | Description | | -- | -- | | build - d0e9e8163 | update minimum supported Node.js versions | | refactor - 1f21e89d9 | remove @angular-devkit/architect-cli package | | refactor - b4885b851 | remove experimental Jest and Web Test Runner builders |

@angular/build

| Commit | Description | | -- | -- | | feat - 414320d02 | support runtime Zone.js detection in Vitest unit test runner | | fix - f190263a4 | allow any CHROME_BIN for vitest playwright provider |

@angular/ssr

| Commit | Description | | -- | -- | | refactor - 27cd35561 | remove CSR fallback for invalid hosts |

Breaking Changes

  • Node.js v20 is no longer supported. The minimum supported Node.js versions are now v22.22.0 and v24.13.1.
  • The @angular-devkit/architect-cli package is no longer available. The architect CLI tool has been moved to the @angular-devkit/architect package.
  • The experimental @angular-devkit/build-angular:jest and @angular-devkit/build-angular:web-test-runner builders have been removed. ### @angular/ssr
  • The server no longer falls back to Client-Side Rendering (CSR) when a request fails host validation. Requests with unrecognized 'Host' headers will now return a 400 Bad Request status code. Users must ensure all valid hosts are correctly configured in the 'allowedHosts' option.