Skip to content

Commit c64ee96

Browse files
committed
release: cut the v22.0.0-next.9 release
1 parent 602fe93 commit c64ee96

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="22.0.0-next.9"></a>
2+
# 22.0.0-next.9 (2026-04-22)
3+
## Breaking Changes
4+
### router
5+
- paramsInheritanceStrategy now defaults to 'always'
6+
7+
The default value of paramsInheritanceStrategy has been changed from 'emptyOnly' to 'always'. This means that route parameters are inherited from all parent routes by default. To restore the previous behavior, set paramsInheritanceStrategy to 'emptyOnly' in your router configuration.
8+
### core
9+
| Commit | Type | Description |
10+
| -- | -- | -- |
11+
| [8f3d0b9d97](https://github.com/angular/angular/commit/8f3d0b9d97424e058eb7bce57d80833fb68dec4a) | feat | introduce `@Service` decorator |
12+
| [9f479ae964](https://github.com/angular/angular/commit/9f479ae9641a5c928f8eeab9c7846245002b3eff) | feat | Update Testability to use PendingTasks for stability indicator |
13+
### docs
14+
| Commit | Type | Description |
15+
| -- | -- | -- |
16+
| [b24b4cb699](https://github.com/angular/angular/commit/b24b4cb699c325fc2ce40681724341baaabf277b) | fix | link formatting in "Animating your Application with CSS" |
17+
### migrations
18+
| Commit | Type | Description |
19+
| -- | -- | -- |
20+
| [b395173cf2](https://github.com/angular/angular/commit/b395173cf206b8c04c5ab74298e640c9086d0bac) | fix | fix NgClass leaving trailing comma after removal |
21+
### router
22+
| Commit | Type | Description |
23+
| -- | -- | -- |
24+
| [6eff439546](https://github.com/angular/angular/commit/6eff4395467de51a46656d79d957b448b32dde0c) | fix | restore internal URL on popstate when `browserUrl` is used |
25+
| [17d10f7a99](https://github.com/angular/angular/commit/17d10f7a9921429d0192df6925d20d7236425c9a) | fix | set default paramsInheritanceStrategy to 'always' |
26+
27+
<!-- CHANGELOG SPLIT MARKER -->
28+
129
<a name="21.2.10"></a>
230
# 21.2.10 (2026-04-22)
331
### docs

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