Skip to content

Commit 9cc62d0

Browse files
authored
docs: log @ngworker/router-signal-store 17.0.0 release (#357)
2 parents 964c916 + 01ed936 commit 9cc62d0

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
# Router Component Store changelog
1+
# ngworker Router Store changelog
2+
3+
## @ngworker/router-signal-store 17.0.0 (2025-09-24)
4+
5+
First release of the signal-based router store. It has similar features to `@ngworker/router-component-store` but uses Angular Signals instead of RxJS Observables and has a peer dependency on NgRx Signals (`@ngrx/signals`) instead of NgRx Component Store (`@ngrx/component-store`).
6+
7+
### Features
8+
9+
- `RouterSignalStore` shared API for dependency injection
10+
- `provideLocalRouterSignalStore` for providing a local router signal store, a replacement for `ActivatedRoute`
11+
- `provideGlobalRouterSignalStore` for providing the global router signal store, a replacement for NgRx Router Store
12+
- Strong and strict typing with `StrictQueryParams`, `StrictRouteData`, and `StrictRouteParams`
13+
- Serializable router state with `MinimalActivatedRouteSnapshot`
14+
15+
**Compatibility**
16+
17+
- Require Angular 17.0
18+
- Require `@ngrx/signals` 17.0
19+
- Require TypeScript 5.2
220

321
## 17.0.0 (2025-09-16)
422

0 commit comments

Comments
 (0)