Skip to content

Commit 2a19754

Browse files
committed
release: cut the v22.0.0-next.12 release
1 parent 8ebae1d commit 2a19754

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<a name="22.0.0-next.12"></a>
2+
# 22.0.0-next.12 (2026-05-08)
3+
### core
4+
| Commit | Type | Description |
5+
| -- | -- | -- |
6+
| [8ebae1de33](https://github.com/angular/angular/commit/8ebae1de330729f945391283e25661aada11b4ed) | fix | allow service with factory on abstract classes |
7+
| [6f525245cd](https://github.com/angular/angular/commit/6f525245cd97a934b2b5ea888ee9d52c26c58cb5) | fix | disallow event attribute bindings in host bindings unconditionally |
8+
### migrations
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [0f2160c410](https://github.com/angular/angular/commit/0f2160c4105a53ef6488d2c799dda9c0959ce7dc) | fix | remove compiler import from safe optional chaining migration |
12+
### platform-server
13+
| Commit | Type | Description |
14+
| -- | -- | -- |
15+
| [a451a1d66e](https://github.com/angular/angular/commit/a451a1d66ee4bf52b24b06dc9d35a7b7ae7b7eb5) | fix | add `allowedHosts` option to `renderModule` and `renderApplication` |
16+
17+
<!-- CHANGELOG SPLIT MARKER -->
18+
119
<a name="22.0.0-next.11"></a>
220
# 22.0.0-next.11 (2026-05-06)
321
## Breaking Changes

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": "22.0.0-next.11",
3+
"version": "22.0.0-next.12",
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)