release: cut the v22.0.0-next.2 release

This commit is contained in:
Andrew Scott
2026-03-11 19:53:36 +00:00
parent dea3241be6
commit cfb8aff968
2 changed files with 25 additions and 1 deletions
+24
View File
@@ -1,3 +1,27 @@
<a name="22.0.0-next.2"></a>
# 22.0.0-next.2 (2026-03-11)
## Breaking Changes
### core
- `createNgModuleRef` was removed, use `createNgModule` instead
### core
| Commit | Type | Description |
| -- | -- | -- |
| [b918beda32](https://github.com/angular/angular/commit/b918beda323eefef17bf1de03fde3d402a3d4af0) | feat | allow debouncing signals |
| [f9ede9ec98](https://github.com/angular/angular/commit/f9ede9ec98ad233c4bbddf268cce8a647333ebfc) | fix | ensure definitions compile |
| [b401c18674](https://github.com/angular/angular/commit/b401c18674f16bceeaf7c9babcb4b4d70f29be4f) | fix | include signal debug names in their `toString()` representation |
| [8630319f74](https://github.com/angular/angular/commit/8630319f74c9575a21693d875cc7d5252516146d) | fix | sanitize translated attribute bindings with interpolations |
| [36936872c9](https://github.com/angular/angular/commit/36936872c962b2073c8f44080684701068866691) | refactor | remove `createNgModuleRef` |
### forms
| Commit | Type | Description |
| -- | -- | -- |
| [3e7ce0dafc](https://github.com/angular/angular/commit/3e7ce0dafcf1c0b9ed7a8c528f7120f5c796a668) | fix | restrict `SignalFormsConfig` to a readonly API |
### language-service
| Commit | Type | Description |
| -- | -- | -- |
| [5a6d88626b](https://github.com/angular/angular/commit/5a6d88626b604db937287a501cb723c088412a7e) | feat | add angular template inlay hints support |
<!-- CHANGELOG SPLIT MARKER -->
<a name="21.2.3"></a>
# 21.2.3 (2026-03-11)
### core
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "22.0.0-next.1",
"version": "22.0.0-next.2",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",