We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b1d0c + 264117c commit 6ac16c9Copy full SHA for 6ac16c9
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Router Component Store changelog
2
3
+## 15.0.0-rc.1 (2024-09-17)
4
+
5
+### Refactors
6
7
+- Replace `StrictRouteParams` with simple type ([#325](https://github.com/ngworker/router-component-store/pull/325))
8
+- Replace `StrictRouteData` with simple type ([#326](https://github.com/ngworker/router-component-store/pull/326))
9
10
## 15.0.0-rc.0 (2024-09-03)
11
12
### Features
packages/router-component-store/package.json
@@ -1,6 +1,6 @@
{
"name": "@ngworker/router-component-store",
- "version": "15.0.0-rc.0",
+ "version": "15.0.0-rc.1",
"description": "A strictly typed lightweight alternative to NgRx Router Store (@ngrx/router-store) and ActivatedRoute",
"license": "MIT",
"peerDependencies": {
0 commit comments