Releases: angular-architects/ngrx-toolkit
Releases · angular-architects/ngrx-toolkit
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
v19.0.2
What's Changed
- fix(devtools): do not throw if devtools are unavailable by @rainerhahnekamp in #125
Full Changelog: v19.0.0...v19.0.1
v19.0.0
What's Changed
- feat: withDevTools disabled in prod - tree-shaking docs by @marcindz88 in #94
- chore: adjusted version range to allow major version of @ngrx/signal … by @Zwergenpunk in #102
- feat: Added support for clear undo redo stack. by @LukasSefcik in #106
- feat: upgrade to NgRx 19 by @mikeshtro in #114
- refactor/devtools by @rainerhahnekamp in #112
- chore: add lint-staged for prettier by @rainerhahnekamp in #113
- test(dataService): add basic tests for
withDataService
by @michael-small in #89 - chore: integrate eslint properly by @rainerhahnekamp in #115
- test(devtools): add e2e tests for devtools by @rainerhahnekamp in #116
- feat: add
withReset()
extension by @rainerhahnekamp in #119 - docs: add missed words in
withReset()
description by @michael-small in #120 - Feat/devtools with serializer by @rainerhahnekamp in #121
- refactor(devtools): extract tracking logic from
DevtoolsSyncer
by @rainerhahnekamp in #122 - fix(docs): fix failed markdown by @rainerhahnekamp in #123
New Contributors
- @Zwergenpunk made their first contribution in #102
- @LukasSefcik made their first contribution in #106
- @mikeshtro made their first contribution in #114
Full Changelog: v18.1.1...v19.0.0
v18.1.1
Full Changelog: v18.1.0...v18.1.1
v18.1.0
What's Changed
- docs: add screenshot of devtools by @rainerhahnekamp in #91
- docs: improve docs for
withDevtools
by @rainerhahnekamp in #93 - Update README.md by @fdonzello in #97
New Contributors
- @fdonzello made their first contribution in #97
Full Changelog: v18.0.3...v18.1.0
v18.0.3
18.0.3 (2024-08-18)
🚀 Features
- add undo-redo skip and keys options, docs and unit tests (e9d9634)
- add secondary entry point for redux connector (48f9d95)
📝 Docs
- docs: Add missing updateAll example to withDataService (42d098b)
❤️ Thank You
- Marcin Dziechciaruk @marcindz88
- Michael Small @michael-small
- Tim Deschryver @timdeschryver
v18.0.2
v18.0.0
v18.0.0-rc.2.0
18.0.0-rc.2.0 (2024-07-10)
🚀 Features
- update to ngrx 18 and refactorings (80ccc52)
- pagination: Add pagination sample using mat-paginator (d583ebe)
🩹 Fixes
- close unterminated code block in
libs/ngrx-toolkit/README.md
(3e8e17b) - undo-redo: prevent duplicated entries on undo stack (e360ee6)
- undo-redo: prevent duplicated entries on undo stack (b4f68af)
❤️ Thank You
- Manfred Steyer @manfredsteyer
- michael-small @michael-small
- Murat Sari @wolfmanfx
- Rainer Hahnekamp @rainerhahnekamp