You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+34-34Lines changed: 34 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Router Component Store changelog
2
2
3
+
## 16.0.0 (2025-08-19)
4
+
5
+
### Features
6
+
7
+
- Add `RouterStore#selectRouteDataParam(param: string)` to match NgRx Router Store selector name ([#341](https://github.com/ngworker/router-component-store/pull/341))
8
+
9
+
**Deprecations**
10
+
11
+
- Deprecate `RouterStore#selectRouteData`
12
+
- Use `RouterStore#selectRouteDataParam` instead
13
+
- To be removed in version 18
14
+
15
+
**BREAKING CHANGES**
16
+
17
+
**Compatibility**
18
+
19
+
- Require Angular 16.0
20
+
- Require `@ngrx/component-store` 16.0
21
+
- Require RxJS 7.5
22
+
- Require TypeScript 4.9
23
+
3
24
## 15.0.0 (2025-08-14)
4
25
5
26
First stable release. No functional or API changes from 15.0.0-rc.2.
@@ -58,9 +79,7 @@ import { RouterStore } from '@ngworker/router-component-store';
0 commit comments