Angular: v22.1.0-next.0 Release

Release date:
June 10, 2026
Previous version:
v22.0.1 (released June 10, 2026)
Magnitude:
13,948 Diff Delta
Contributors:
35 total committers
Data confidence:
Commits:

153 Features Released with v22.1.0-next.0

Top Contributors in v22.1.0-next.0

alan-agius4
leonsenft
JeanMeche
atscott
ok7sai
hawkgs
tjshiu
SkyZeroZx
alxhub
dgp1130

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

common

| Commit | Description | | -- | -- | | fix - 1ad6824d0d | skip transfer cache for uncacheable HTTP traffic (#69017) |

compiler

| Commit | Description | | -- | -- | | fix - 25c744c4d0 | support foreign components defined outside top-level scope |

compiler-cli

| Commit | Description | | -- | -- | | fix - aeb55c8bc1 | allow passing uninvoked signals as foreign component props | | fix - 7c60a98b3c | support import aliases in foreignImports (#68674) |

core

| Commit | Description | | -- | -- | | feat - 124ba10ead | add custom set option to linkedSignal | | fix - b3748e9fe4 | correct container anchor collection order to match DOM layout | | fix - 11b206b919 | introduce disposal mechanism for Angular views in foreign @content | | fix - 56607967db | introduce logical-only containers for foreign content | | fix - 0c07356c5c | set current tnode in foreign component instruction on reuse |

http

| Commit | Description | | -- | -- | | fix - c0cbd46bd7 | skip transfer cache for fetch credentialed requests (#69017) | | refactor - af04e266cc | deprecate jsonp support |

language-service

| Commit | Description | | -- | -- | | feat - 7f0265e43a | compile non-exported classes if standalone (#68454) | | feat - 4f9c824dd9 | Typecheck templates which would require inline typecheck blocks (#68454) |

platform-server

| Commit | Description | | -- | -- | | fix - cf9d7fa0f8 | harden platform location origin validation during SSR (#69184) |

Deprecations

http

  • HttpClient.jsonp, HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.