Releases: angular-architects/ngrx-toolkit
Releases · angular-architects/ngrx-toolkit
v20.1.0
v20.0.3
Full Changelog: v20.0.2...v20.0.3
v20.0.2
What's Changed
- docs: include docs dir in pnpm workspace by @rainerhahnekamp in #206
- Fix/docs 1 by @rainerhahnekamp in #208
- docs: improve docs for
withStorageSync
by @rainerhahnekamp in #203 - fix #190: make withUndoRedo sync with watchState instead of effect by @richardliebmann in #207
- fix: type issue with
updateState
by @rainerhahnekamp in #215 - ci: run build actions for version branches by @rainerhahnekamp in #216
New Contributors
- @richardliebmann made their first contribution in #207
Full Changelog: v20.0.1...v20.0.2
v19.2.3
Full Changelog: v19.2.2...v19.2.3
v20.0.1
v19.2.2
Full Changelog: v19.1.2...v19.2.2
v20.0.0
What's Changed
- chore(deps): migrate to v20 packages and ngrx
20.0.0
by @michael-small in #184
Full Changelog: v19.2.0...v20.0.0
v19.2.1
Full Changelog: v19.2.0...v19.1.2
v19.2.0
What's Changed
- chore: update to pnpm 10 by @rainerhahnekamp in #152
- feat(with-storage-sync): indexeddb support by @mzkmnk in #134
- refactor: move with-storage-sync.(spec).ts files to storage-sync by @mzkmnk in #153
- feat(ngrx-toolkit): Creates provideDevtoolsConfig by @mikerentmeister in #151
- fix(devtools): do not log that devtools are unavailable by @MikeDabrowski in #158
- docs: add
import
statements to doc pages by @michael-small in #162 - docs: add
withReset
to sidenav + add imports towithReset
by @michael-small in #163 - fix(devtools): set types of
withDevtools
toEmptyFeatureResult
by @rainerhahnekamp in #166 - feat: Enhanced
withCallState
to accept mutliple collection configuration by @abhijit-chikane in #148 - chore: update to NgRx 19.1.0 by @michael-small in #168
- docs: add
withCallState
feature documentation by @abhijit-chikane in #169 - docs: deprecate
withFeatureFactory
in favor ofwithFeature
by @michael-small in #167 - feat: Enhanced
withDataService
to require callState collection name by @Clarchik in #154 - docs: deprecate
withRedux
by @michael-small in #174 - docs(with-call-state): fix custom updaters documentation by @gremlin896 in #177
- fix(undo-redo): clearStack should also clear the previous item by @GregOnNet in #186
- refactor:
withStorageSync
by @rainerhahnekamp in #191 - docs: create
CONTRIBUTING.md
by @michael-small in #193 - style: format whole project with prettier by @GregOnNet in #194
- feat: set pnpm version to 10 as minimum by @rainerhahnekamp in #195
- chore: upgrade to latest Nx version supporting Angular 19 by @rainerhahnekamp in #196
New Contributors
- @mzkmnk made their first contribution in #134
- @mikerentmeister made their first contribution in #151
- @MikeDabrowski made their first contribution in #158
- @abhijit-chikane made their first contribution in #148
- @Clarchik made their first contribution in #154
- @gremlin896 made their first contribution in #177
- @GregOnNet made their first contribution in #186
Full Changelog: v19.1.0...v19.2.0
v19.1.0
19.1.0 (2025-02-12)
🚀 Features
🩹 Fixes
- improve tree shaking for with-pagination (ad09e31)
- devtools: fix existing name error in SSR (b638698)
- redux: don't override methods of innerStore (#132)
❤️ Thank You
- Murat Sari
- Rainer Hahnekamp @rainerhahnekamp