Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6e0b66d

Browse files
committed
release: cut the v20.2.2 release
1 parent 47caed9 commit 6e0b66d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="20.2.2"></a>
2+
# 20.2.2 (2025-08-27)
3+
### compiler
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [d7b6045d61](https://github.com/angular/angular/commit/d7b6045d61582d20a17802e769dc1441984988f0) | fix | fixes animations on elements with structural directives ([#63390](https://github.com/angular/angular/pull/63390)) |
7+
### core
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [6c421ed65d](https://github.com/angular/angular/commit/6c421ed65d050765a18eafc51fe7257abc5682ce) | fix | Ensures `@for` loop animations never get cancelled ([#63328](https://github.com/angular/angular/pull/63328)) |
11+
| [9093e0e132](https://github.com/angular/angular/commit/9093e0e132f99c2b590c31b299871bcd493b7de0) | fix | fix memory leak with leaving nodes tracking ([#63328](https://github.com/angular/angular/pull/63328)) |
12+
| [c8f07daf8f](https://github.com/angular/angular/commit/c8f07daf8f2c7e8c6641eb4368379a3f5f1d1f52) | fix | Fixes `animate.leave` binding to a string with spaces ([#63366](https://github.com/angular/angular/pull/63366)) |
13+
14+
<!-- CHANGELOG SPLIT MARKER -->
15+
116
<a name="20.2.1"></a>
217
# 20.2.1 (2025-08-21)
318
### compiler

‎MODULE.bazel.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-srcs",
3-
"version": "20.2.1",
3+
"version": "20.2.2",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

0 commit comments

Comments
 (0)