Skip to content

Commit 2c8396b

Browse files
committed
release: cut the v21.1.4 release
1 parent 2b99eaa commit 2c8396b

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="21.1.4"></a>
2+
# 21.1.4 (2026-02-11)
3+
### compiler
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [caab23dfe6](https://github.com/angular/angular/commit/caab23dfe6acf06c3b859af091f5e078b08f1c4c) | fix | add geolocation element to schema |
7+
### core
8+
| Commit | Type | Description |
9+
| -- | -- | -- |
10+
| [2b99eaa019](https://github.com/angular/angular/commit/2b99eaa019b5551a2e2fcf9ff8cd0a796e1e857b) | fix | capture animation dependencies eagerly to avoid destroyed injector |
11+
| [d6aeac504c](https://github.com/angular/angular/commit/d6aeac504c6181f15e5d8afdca3d9c3e3b32652c) | fix | Fix flakey test due to document injection |
12+
### forms
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [0d1acd0165](https://github.com/angular/angular/commit/0d1acd0165511b57ce853f29486d9b92d0215959) | feat | support signal-based schemas in validateStandardSchema |
16+
### http
17+
| Commit | Type | Description |
18+
| -- | -- | -- |
19+
| [3905015ccc](https://github.com/angular/angular/commit/3905015ccc53399a606dd8e4f3c4d0cce628a08e) | fix | correctly parse ArrayBuffer and Blob in transfer cache |
20+
21+
<!-- CHANGELOG SPLIT MARKER -->
22+
123
<a name="21.1.3"></a>
224
# 21.1.3 (2026-02-04)
325
### core

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