diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dadea71821..6e78a65ba50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,41 @@ + +# 22.1.0-next.2 (2026-06-25) +### compiler +| Commit | Type | Description | +| -- | -- | -- | +| [ecd047578e](https://github.com/angular/angular/commit/ecd047578e1eb3a4cdfee7bfee9b1422e5a5db2c) | fix | account for NgModule dependencies in JIT-compiled partial declarations | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [8b2785b597](https://github.com/angular/angular/commit/8b2785b597ccf11dae3cd3f2e7ee97480233e4d6) | fix | report diagnostic instead of crashing on malformed host binding | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [91d168e74b](https://github.com/angular/angular/commit/91d168e74b7cdcd1292772b1052888b83de5f3af) | fix | avoid uncaught promise errors in injectAsync prefetching | +### http +| Commit | Type | Description | +| -- | -- | -- | +| [f76e8a98c1](https://github.com/angular/angular/commit/f76e8a98c1005827e562811d5d08ffd35493f9f5) | fix | prevent caching of responses with Set-Cookie headers | +### migrations +| Commit | Type | Description | +| -- | -- | -- | +| [c75ff0255c](https://github.com/angular/angular/commit/c75ff0255c3d5ee16f94a9969cd611ab2e02d4a2) | feat | add migration from injectable to service | +### router +| Commit | Type | Description | +| -- | -- | -- | +| [97a3fd6a55](https://github.com/angular/angular/commit/97a3fd6a55eccabf7c9adfb33f745c8d1da6d3e9) | feat | handle null and undefined inputs in RouterLinkActive | +### service-worker +| Commit | Type | Description | +| -- | -- | -- | +| [716f9eb032](https://github.com/angular/angular/commit/716f9eb032baea351c94352f8e36dac8bc82468e) | fix | preserve referrer in asset requests | +| [6f98f98f1f](https://github.com/angular/angular/commit/6f98f98f1f410e5343852e3c8f98c32267b29e01) | fix | preserve referrer policy in asset requests | +### upgrade +| Commit | Type | Description | +| -- | -- | -- | +| [8d31b82116](https://github.com/angular/angular/commit/8d31b82116c4128a00302abd7c4dfc035c77789e) | fix | support model() signals in downgradeComponent | + + + # 22.0.3 (2026-06-25) ### compiler diff --git a/package.json b/package.json index ca2e140d5d5..cb4f76b18ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "22.1.0-next.1", + "version": "22.1.0-next.2", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",