| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 391c378 commit 5dcaf50
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,53 @@ | |||
| 1 | + <a name="22.1.3"></a> | ||
| 2 | + # 22.1.3 (2026-08-19) | ||
| 3 | + ### animations | ||
| 4 | + | Commit | Type | Description | | ||
| 5 | + | -- | -- | -- | | ||
| 6 | + | [d9620e0f1b](https://github.com/angular/angular/commit/d9620e0f1b85ff5896e4d725c52c5ad6c30e1af9) | fix | detect object trigger values with Object.hasOwn | | ||
| 7 | + ### common | ||
| 8 | + | Commit | Type | Description | | ||
| 9 | + | -- | -- | -- | | ||
| 10 | + | [b3c78a5081](https://github.com/angular/angular/commit/b3c78a50816af5685b2a6ed51166d08941c09946) | fix | preserve literal key union in KeyValuePipe.transform() | | ||
| 11 | + ### compiler | ||
| 12 | + | Commit | Type | Description | | ||
| 13 | + | -- | -- | -- | | ||
| 14 | + | [94f0b9a371](https://github.com/angular/angular/commit/94f0b9a3710ad000cf927caf5333db3582db1126) | fix | preserve &ngsp; between sibling control flow blocks | | ||
| 15 | + ### core | ||
| 16 | + | Commit | Type | Description | | ||
| 17 | + | -- | -- | -- | | ||
| 18 | + | [afe529cb2d](https://github.com/angular/angular/commit/afe529cb2d97e766b4f9014c3b6864420b7c8deb) | fix | accept readonly arrays for setClassMetadata decorators | | ||
| 19 | + | [2c72fe3797](https://github.com/angular/angular/commit/2c72fe3797ff92ead7a2531d32665fac370b4688) | fix | allow readonly arrays in RawScopeInfoFromDecorator | | ||
| 20 | + | [ef2ce9a098](https://github.com/angular/angular/commit/ef2ce9a09802faa5ffff0860f473c4018f25f2ac) | fix | expose debuggableFn for non-computed signal graph nodes | | ||
| 21 | + | [7bcce260f5](https://github.com/angular/angular/commit/7bcce260f51dc8a099c8e63f1e1e3ff8f580dcf1) | fix | prevent orphaned requestIdleCallback handle from re-entrant scheduling | | ||
| 22 | + | [44137117b3](https://github.com/angular/angular/commit/44137117b361f5bbad64e3d488e9aefd2f9ec5cb) | fix | replace all hasOwnProperty usages with Object.hasOwn | | ||
| 23 | + | [85f12a5a13](https://github.com/angular/angular/commit/85f12a5a130aa7fd5cd21fce3eb786a2262480e1) | fix | stop running further effects once one destroys the view mid-flush | | ||
| 24 | + | [c04931c88b](https://github.com/angular/angular/commit/c04931c88b1c7959cb95abd28cf5b3614d97e168) | fix | throw a descriptive error instead of crashing when a hydration node is missing | | ||
| 25 | + | [601d1f6576](https://github.com/angular/angular/commit/601d1f6576b296748f56ffb50646bb1808a7c0fc) | fix | throw NG0500 instead of a raw TypeError on element hydration mismatch | | ||
| 26 | + ### forms | ||
| 27 | + | Commit | Type | Description | | ||
| 28 | + | -- | -- | -- | | ||
| 29 | + | [83450d2924](https://github.com/angular/angular/commit/83450d292443cae811e87ab61020f3ed72d27d77) | fix | report forbidden 2way bindings on when `FormField` is applied | | ||
| 30 | + | [5cb4ea7e35](https://github.com/angular/angular/commit/5cb4ea7e355bb9ea43efa15a03dc38c53d2e4faf) | fix | warn in dev mode when ngModel cannot reach parent NgForm across component boundary | | ||
| 31 | + ### http | ||
| 32 | + | Commit | Type | Description | | ||
| 33 | + | -- | -- | -- | | ||
| 34 | + | [0cd635e9e2](https://github.com/angular/angular/commit/0cd635e9e2c409a045eaeaf920a226ef54aecc48) | fix | cancel oversized fetch response bodies | | ||
| 35 | + ### language-server | ||
| 36 | + | Commit | Type | Description | | ||
| 37 | + | -- | -- | -- | | ||
| 38 | + | [14fbe04612](https://github.com/angular/angular/commit/14fbe04612d29460c5d01d6c65cde579f0a42e95) | fix | recover project for external templates in solution-style workspaces | | ||
| 39 | + ### platform-browser | ||
| 40 | + | Commit | Type | Description | | ||
| 41 | + | -- | -- | -- | | ||
| 42 | + | [3ddcb1a101](https://github.com/angular/angular/commit/3ddcb1a10168ead616e523bbe044f4c39ada4cca) | fix | disallow event handler attributes in Meta | | ||
| 43 | + | [640460d606](https://github.com/angular/angular/commit/640460d6065cdcd8fe407c7b35883f81f5045473) | fix | throw a descriptive error when insertBefore reference node is missing | | ||
| 44 | + ### router | ||
| 45 | + | Commit | Type | Description | | ||
| 46 | + | -- | -- | -- | | ||
| 47 | + | [abe019d505](https://github.com/angular/angular/commit/abe019d5050532c87179cf46e840965e70a78b1b) | fix | pass correct component to canDeactivate for named outlets in componentless parent routes | | ||
| 48 | + | ||
| 49 | + <!-- CHANGELOG SPLIT MARKER --> | ||
| 50 | + | ||
| 1 | 51 | <a name="22.1.2"></a> | |
| 2 | 52 | # 22.1.2 (2026-08-13) | |
| 3 | 53 | ### compiler | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "angular-srcs", | |
| 3 | - "version": "22.1.2", | ||
| 3 | + "version": "22.1.3", | ||
| 4 | 4 | "private": true, | |
| 5 | 5 | "description": "Angular - a web framework for modern web apps", | |
| 6 | 6 | "homepage": "https://github.com/angular/angular", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments