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