Angular CLI: v22.1.0-next.0 Release

Release date:
June 11, 2026
Previous version:
v22.0.1 (released June 10, 2026)
Magnitude:
1,636 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

60 Features Released with v22.1.0-next.0

Top Contributors in v22.1.0-next.0

clydin
alan-agius4
dgp1130
hawkgs
angular-robot
josephperrott
cexbrayat

Directory Browser for v22.1.0-next.0

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

Loading File Browser...

Release Notes Published

@angular/cli

| Commit | Description | | -- | -- | | fix - 7932caaf9 | robustly parse npm manifest from array |

@schematics/angular

| Commit | Description | | -- | -- | | feat - 89d7f59cd | update ai-config to include Angular MCP server config |

@angular-devkit/core

| Commit | Description | | -- | -- | | refactor - fd336d365 | deprecate stringToFileBuffer and fileBufferToString |

@angular/ssr

| Commit | Description | | -- | -- | | fix - ddcef9d48 | correct grammar in console warning for redirected location headers |

Deprecations

@angular-devkit/core

  • stringToFileBuffer and fileBufferToString are deprecated. Use standard Web APIs (TextEncoder and TextDecoder) instead.

Internal usages within the repository have been removed and replaced with standard Web APIs. The public API golden file for @angular-devkit/core has been updated to reflect the deprecations.