Skip to content

Commit bd0870f

Browse files
committed
release: cut the v20.2.0-next.1 release
1 parent 193257b commit bd0870f

File tree

4 files changed

+76
-14
lines changed

4 files changed

+76
-14
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ adev/shared-docs/package.json=450629456
88
adev/shared-docs/pipeline/api-gen/package.json=939673974
99
integration/package.json=-239561259
1010
modules/package.json=-285876398
11-
package.json=140346357
11+
package.json=383296054
1212
packages/animations/package.json=-678724831
1313
packages/benchpress/package.json=-1908328724
1414
packages/common/package.json=1729763064
@@ -26,7 +26,7 @@ packages/platform-server/package.json=-737662753
2626
packages/router/package.json=860819913
2727
packages/upgrade/package.json=16347051
2828
packages/zone.js/package.json=-1005735564
29-
pnpm-lock.yaml=611600853
29+
pnpm-lock.yaml=-881136886
3030
pnpm-workspace.yaml=1738525657
3131
tools/bazel/rules_angular_store/package.json=-239561259
3232
yarn.lock=-2129776087

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
<a name="20.2.0-next.1"></a>
2+
# 20.2.0-next.1 (2025-07-16)
3+
### compiler
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [a1e3f2bcd1](https://github.com/angular/angular/commit/a1e3f2bcd14f897e685e11a84e011406dd6f7a33) | fix | incorrect spans for left side of binary operation ([#62641](https://github.com/angular/angular/pull/62641)) |
7+
| [18a675081f](https://github.com/angular/angular/commit/18a675081f945ed4d7f4c0ee83172ca1528e7b2e) | fix | more permissive parsing of @ characters ([#62644](https://github.com/angular/angular/pull/62644)) |
8+
### compiler-cli
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [527bd778a7](https://github.com/angular/angular/commit/527bd778a7b23c23766bad7fb272d61df9a884b1) | fix | infer type of event target for void elements ([#62648](https://github.com/angular/angular/pull/62648)) |
12+
### core
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [745ea44394](https://github.com/angular/angular/commit/745ea4439465494ab5b7002dd1fa320cd32220fb) | feat | support TypeScript 5.9 ([#62541](https://github.com/angular/angular/pull/62541)) |
16+
| [859958dbfe](https://github.com/angular/angular/commit/859958dbfe5b8b505c84ecfed81d43e6c59e6f0c) | fix | Ensure application remains unstable during bootstrap ([#62631](https://github.com/angular/angular/pull/62631)) |
17+
| [780774f948](https://github.com/angular/angular/commit/780774f94806b8eb895cb2a77c0d2a154f3d2d22) | fix | InputBinding marks component a dirty. ([#62613](https://github.com/angular/angular/pull/62613)) |
18+
### http
19+
| Commit | Type | Description |
20+
| -- | -- | -- |
21+
| [be811fee79](https://github.com/angular/angular/commit/be811fee7925fb482567fa7cd9d485ac28acdade) | feat | add referrer & integrity support for fetch requests in httpResource ([#62461](https://github.com/angular/angular/pull/62461)) |
22+
| [1408baff45](https://github.com/angular/angular/commit/1408baff453e636da05838fa17c6e4abd86c4b72) | fix | Add missing timeout and transferCache options to `HttpClient` ([#62586](https://github.com/angular/angular/pull/62586)) |
23+
| [75a5d08c5e](https://github.com/angular/angular/commit/75a5d08c5e9947f835ef911aacfe6c673e4c9e94) | fix | do not display warnings `Angular detected that a `HttpClient` request with the `keepalive` option was sent using XHR` when option is not true ([#62536](https://github.com/angular/angular/pull/62536)) |
24+
### language-service
25+
| Commit | Type | Description |
26+
| -- | -- | -- |
27+
| [d64dd27a02](https://github.com/angular/angular/commit/d64dd27a02630b631bc9890d7292d4683493cb65) | feat | support to report the deprecated API in the template ([#62054](https://github.com/angular/angular/pull/62054)) |
28+
### router
29+
| Commit | Type | Description |
30+
| -- | -- | -- |
31+
| [9c45c322d1](https://github.com/angular/angular/commit/9c45c322d1ac3b05c916b7c956263066fb9be47f) | fix | ensure preloaded components are properly activated ([#62502](https://github.com/angular/angular/pull/62502)) |
32+
| [e9f215624f](https://github.com/angular/angular/commit/e9f215624f73c6aec6ec78117339c803830f4114) | fix | handle errors from view transition readiness ([#62535](https://github.com/angular/angular/pull/62535)) |
33+
34+
<!-- CHANGELOG SPLIT MARKER -->
35+
136
<a name="20.1.1"></a>
237
# 20.1.1 (2025-07-16)
338
### compiler

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.0-next.0",
3+
"version": "20.2.0-next.1",
44
"private": true,
55
"description": "Angular - a web framework for modern web apps",
66
"homepage": "https://github.com/angular/angular",

pnpm-lock.yaml

Lines changed: 38 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)