Angular CLI: v22.0.0-next.1 Release

Release date:
March 11, 2026
Previous version:
v22.0.0-next.0 (released March 5, 2026)
Magnitude:
194 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in v22.0.0-next.1

alan-agius4
clydin
angular-robot
hawkgs

Directory Browser for v22.0.0-next.1

All files are compared to previous version, v22.0.0-next.0. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

@angular/cli

| Commit | Description | | -- | -- | | fix - 598a690a0 | conditionally quote package names when adding dependencies based on host requirements | | fix - b5fb457e1 | preserve exact version in ng add when requested | | fix - 93c3eb8fb | update zoneless migration tool to handle ChangeDetectionStrategy.Eager | | perf - ad0fd5f41 | avoid redundant package version resolution in ng add | | perf - a39a33128 | cache root manifest and resolve restricted package exports in ng add |

@schematics/angular

| Commit | Description | | -- | -- | | fix - b3d838dfd | replace deprecated ChangeDetectionStrategy.Default with Eager |

@angular/build

| Commit | Description | | -- | -- | | feat - fe720cab6 | add process.env.PORT support to the dev server | | feat - af2c7e944 | rename experimentalPlatform to platform in application builder | | fix - 6324133c2 | normalize line endings for CSP hash generation | | fix - 839c725c2 | pass process environment variables to prerender workers | | fix - f30f8900e | resolve assets correctly during i18n prerendering |

Breaking Changes

@angular/build

  • The @angular/build:dev-server (ng serve) now assigns the highest priority to the PORT environment variable. This value will override any port configurations specified in angular.json or via the --port command-line flag. This includes the default port 4200.