Skip to content

Commit 1636451

Browse files
committed
release: cut the v21.1.0-next.2 release
1 parent d343ff3 commit 1636451

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
<a name="21.1.0-next.2"></a>
2+
3+
# 21.1.0-next.2 (2025-12-10)
4+
5+
## Deprecations
6+
7+
### upgrade
8+
9+
- `VERSION` from `@angular/upgrade` is deprecated. Please use the entry from `@angular/upgrade/static` instead.
10+
11+
### compiler
12+
13+
| Commit | Type | Description |
14+
| ------------------------------------------------------------------------------------------------- | ---- | --------------------------------- |
15+
| [ae1c0dc4900](https://github.com/angular/angular/commit/ae1c0dc49002665c10d4e44f530f4cb8d1e35b8d) | perf | chain query creation instructions |
16+
17+
### compiler-cli
18+
19+
| Commit | Type | Description |
20+
| ------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------- |
21+
| [8a3f3a91cf6](https://github.com/angular/angular/commit/8a3f3a91cf6919f11c1583afeb71b65488f8cba4) | fix | expand type for native controls with a dynamic type |
22+
23+
### forms
24+
25+
| Commit | Type | Description |
26+
| ------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------------------------------------------------------------- |
27+
| [aff8b248b35](https://github.com/angular/angular/commit/aff8b248b35931cbe7d644ad2594144b75064ca6) | feat | expose element on signal forms `Field` directive |
28+
| [ebc5c2b083a](https://github.com/angular/angular/commit/ebc5c2b083a90fde6fced3521be434a414ef29dd) | feat | redo the signal forms metadata API |
29+
| [9fe95665813](https://github.com/angular/angular/commit/9fe95665813e24544d00dcf463658067da745ac2) | fix | add signals for dirty, hidden, and pending states in custom controls |
30+
| [14713d09923](https://github.com/angular/angular/commit/14713d09923b5315ac7c6f20acc06fc69ff0ed79) | fix | allow resetting with empty string |
31+
| [b96f65a963f](https://github.com/angular/angular/commit/b96f65a963febab376f2a783cf4313a8b8140efe) | fix | memoize reads of child fields in signal forms ([#65802](https://github.com/angular/angular/pull/65802)) |
32+
| [179b4cba67b](https://github.com/angular/angular/commit/179b4cba67b95563da27fd5f12dd2acc910a1a52) | fix | Reuse key in parent in compat structure |
33+
34+
### upgrade
35+
36+
| Commit | Type | Description |
37+
| ------------------------------------------------------------------------------------------------- | -------- | -------------------------- |
38+
| [75fe8f8af94](https://github.com/angular/angular/commit/75fe8f8af9488bae6f7068b64d44500643c5d63f) | refactor | deprecate `VERSION` export |
39+
40+
<!-- CHANGELOG SPLIT MARKER -->
41+
142
<a name="21.0.4"></a>
243

344
# 21.0.4 (2025-12-10)

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": "21.1.0-next.1",
3+
"version": "21.1.0-next.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)