Releases: angular-architects/ngrx-toolkit
Releases · angular-architects/ngrx-toolkit
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