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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ $ npm install @ngxs/store@dev
10
10
- Fix(store): Guard against running state functions after injector is destroyed [#2366](https://github.com/ngxs/store/pull/2366)[#2377](https://github.com/ngxs/store/pull/2377)
11
11
- Fix(store): `createPickSelector` should not throw on unregistered states [#2378](https://github.com/ngxs/store/pull/2378)
12
12
- Fix(store): Stop contributing to stability once app is stable [#2379](https://github.com/ngxs/store/pull/2379)
13
+
- Fix(store): update action handler type to allow Observable<unknown> and Promise<unknown> [#2385](https://github.com/ngxs/store/pull/2385)
13
14
- Refactor(store): Clear `_states` on destroy to aid GC under high load [#2365](https://github.com/ngxs/store/pull/2365)
14
15
- Refactor(store): Add `debugName` to `computed` signals in `selectSignal`[#2370](https://github.com/ngxs/store/pull/2370)
15
16
- Fix(storage-plugin): Guard against `engine` may be falsy [#2367](https://github.com/ngxs/store/pull/2367)[#2368](https://github.com/ngxs/store/pull/2368)
0 commit comments