Skip to content

Releases: angular-architects/ngrx-toolkit

v18.0.3

18 Aug 14:14
Compare
Choose a tag to compare

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

v18.0.2

02 Aug 14:59
Compare
Choose a tag to compare

18.0.2 (2024-08-02)

🚀 Features

  • update to NgRx Signals 18.0.2 (819ee18)

v18.0.0

30 Jul 14:50
Compare
Choose a tag to compare

18.0.0 (2024-07-30)

🚀 Features

  • update to NgRx Signals 18 Release (3d61dd2)

🩹 Fixes

  • switch to yarn because of failing ci (bd8cb25)
  • switch to pnpm (for local dev) (c24cba8)

❤️ Thank You

v18.0.0-rc.2.0

10 Jul 13:23
Compare
Choose a tag to compare

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

v0.4.0

07 Jun 14:36
Compare
Choose a tag to compare

0.4.0 (2024-06-07)

🚀 Features

  • Add local pagination feature (#56)

❤️ Thank You

v0.3.1

27 May 21:50
Compare
Choose a tag to compare

0.3.1 (2024-05-27)

🩹 Fixes

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

v0.3.0

20 Apr 16:20
Compare
Choose a tag to compare

0.3.0 (2024-04-20)

🚀 Features

  • devtools: rename patchState to updateState (4343720)

❤️ Thank You

v0.2.0

20 Apr 15:46
Compare
Choose a tag to compare

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)

Refactor

  • refactored named types of withCallState (92a47ef4)

❤️ Thank You

v0.1.0

02 Mar 10:10
Compare
Choose a tag to compare

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