Skip to content

Latest commit

 

History

History
198 lines (122 loc) · 7.51 KB

CHANGELOG.md

File metadata and controls

198 lines (122 loc) · 7.51 KB

19.0.2 (2025-01-14)

🚀 Features

  • redux: add possibility to extract elements to separate files (ef7ba1f)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

19.0.1 (2025-01-09)

🚀 Features

  • withDevTools disabled in prod, and tree-shaking docs (4c2baa9)
  • withDevTools disabled in prod, and tree-shaking docs - docs utility function update (ada5f26)
  • Add support for clear undo redo stack. (#106)
  • upgrade to NgRx 19 (f257624)
  • devtools: add withMapper feature (97c0031)
  • devtools: add withGlitchTracking feature (fc972d5)
  • signals: add withReset() feature to SignalStore (90a64b3)

🩹 Fixes

  • devtools: do not throw if devtools are unavailable (8c471a1)
  • docs: fix failed markdown (f6430c6)

❤️ Thank You

  • Lukáš Šefčík @LukasSefcik
  • marcindz88
  • Michal Štrajt @mikeshtro
  • Rainer Hahnekamp @rainerhahnekamp

19.0.0 (2025-01-08)

🚀 Features

  • withDevTools disabled in prod, and tree-shaking docs (4c2baa9)
  • withDevTools disabled in prod, and tree-shaking docs - docs utility function update (ada5f26)
  • Add support for clear undo redo stack. (#106)
  • upgrade to NgRx 19 (f257624)
  • devtools: add withMapper feature (97c0031)
  • signals: add withReset() feature to SignalStore (90a64b3)

❤️ Thank You

  • Lukáš Šefčík @LukasSefcik
  • marcindz88
  • Michal Štrajt @mikeshtro
  • Rainer Hahnekamp @rainerhahnekamp

18.1.0 (2024-10-15)

🚀 Features

❤️ Thank You

  • Rainer Hahnekamp

18.0.3 (2024-08-18)

🚀 Features

  • update to NgRx Signals 18 Release (3d61dd2)
  • add undo-redo skip and keys options, docs and unit tests (e9d9634)
  • add secondary entry point for redux connector (48f9d95)

🩹 Fixes

  • switch to yarn because of failing ci (bd8cb25)

❤️ Thank You

  • marcindz88
  • Rainer Hahnekamp @rainerhahnekamp

18.0.0 (2024-07-30)

🚀 Features

  • update to NgRx Signals 18 Release (3d61dd2)

🩹 Fixes

  • switch to yarn because of failing ci (bd8cb25)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

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
  • michael-small @michael-small
  • Murat Sari
  • Rainer Hahnekamp @rainerhahnekamp

0.4.0 (2024-06-07)

🚀 Features

  • Add local pagination feature (#56)

❤️ Thank You

  • Murat Sari

0.3.1 (2024-05-27)

🩹 Fixes

  • lazy load routes to get under the build budget (729c84d)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

0.3.0 (2024-04-20)

🚀 Features

  • devtools: rename patchState to updateState (4343720)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

0.2.0 (2024-04-20)

🚀 Features

🩹 Fixes

  • nx release with correct publish directory (9c0f94f)
  • redux: multiple effects can subscribe to the same action (12d0077)
  • redux: remove parameter from noPayload action functions (0e83882)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

0.1.1 (2024-04-20)

🩹 Fixes

  • nx release with correct publish directory (9c0f94f)
  • redux: multiple effects can subscribe to the same action (12d0077)
  • redux: remove parameter from noPayload action functions (0e83882)

❤️ Thank You

  • Rainer Hahnekamp @rainerhahnekamp

0.1.0 (2024-03-02)

🚀 Features

  • prototype of with-redux (22157c9)
  • devtools integration, demo app (4b219b4)
  • add dataservice feature (c6334de)
  • add storage sync (ef46f75)
  • update to nx 18 (111a389)
  • redux: add private/public feature (284da58)
  • redux: type-safe mvp (aee6def)
  • redux: introduce withRedux extension (c5fa930)

🩹 Fixes

❤️ Thank You

  • Basti Hoffmann @bohoffi
  • Anders Finserås Graneng @andersfgraneng
  • Derrick Brown @ricochetbrown
  • Manfred Steyer @manfredsteyer
  • mikezks @mikezks
  • Rainer Hahnekamp @rainerhahnekamp