| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-17 | 2.9 kB | |
| v21.0.0 source code.tar.gz | 2025-12-17 | 6.0 MB | |
| v21.0.0 source code.zip | 2025-12-17 | 6.4 MB | |
| Totals: 3 Items | 12.4 MB | 0 | |
What's Changed
- docs: fix README.md formulation and imports by @xaverfleer in https://github.com/ngxs/store/pull/2360
- feat(store): expose
AbortSignalon the state context by @arturovt in https://github.com/ngxs/store/pull/2244 - refactor(store): clear
_stateson destroy to aid GC under high load by @arturovt in https://github.com/ngxs/store/pull/2365 - fix(store): guard against running state functions after injector is destroyed by @arturovt in https://github.com/ngxs/store/pull/2366
- fix(storage-plugin): guard against
enginemay be null by @arturovt in https://github.com/ngxs/store/pull/2367 - fix(storage-plugin): guard against engine is falsy by @arturovt in https://github.com/ngxs/store/pull/2368
- perf(storage-plugin): replace closure-based action matcher with direct type comparison by @arturovt in https://github.com/ngxs/store/pull/2369
- refactor(store): add debugName to computed signals in selectSignal by @arturovt in https://github.com/ngxs/store/pull/2370
- refactor(store): drop
ɵwrapObserverCallsby @arturovt in https://github.com/ngxs/store/pull/2371 - fix(router-plugin): avoid redundant NGXS state updates for identical router snapshots by @arturovt in https://github.com/ngxs/store/pull/2372
- refactor(store): revert
untrackedchange inStateStreamby @arturovt in https://github.com/ngxs/store/pull/2373 - build: upgrade Nx workspace by @arturovt in https://github.com/ngxs/store/pull/2376
- fix(store): complete
dispatch()if injector is destroyed by @arturovt in https://github.com/ngxs/store/pull/2377 - fix(store):
createPickSelectorshould not throw on unregistered states by @arturovt in https://github.com/ngxs/store/pull/2378 - fix(store): stop contributing to stability once app is stable by @arturovt in https://github.com/ngxs/store/pull/2379
- ci: switch to qlty for quality and coverage by @markwhitfeld in https://github.com/ngxs/store/pull/2380
- chore: replace CodeClimate with Qlty.sh badges by @markwhitfeld in https://github.com/ngxs/store/pull/2381
- docs: v20.0 announcement article by @markwhitfeld in https://github.com/ngxs/store/pull/2348
- docs: remove TravisCI references by @markwhitfeld in https://github.com/ngxs/store/pull/2382
- revert: "refactor(store): drop
ɵwrapObserverCalls(#2371)" by @markwhitfeld in https://github.com/ngxs/store/pull/2383 - Attach action handler return unknown by @joaqcid in https://github.com/ngxs/store/pull/2385
- fix(store): avoid unsubscribe when task is removed by @arturovt in https://github.com/ngxs/store/pull/2388
- docs: v18 announcement tweaks by @markwhitfeld in https://github.com/ngxs/store/pull/2179
- build: angular v21 support by @arturovt in https://github.com/ngxs/store/pull/2387
New Contributors
- @xaverfleer made their first contribution in https://github.com/ngxs/store/pull/2360
Full Changelog: https://github.com/ngxs/store/compare/v20.1.0...v21.0.0