Skip to content

Releases: gabrielguerrero/ngrx-traits

v17.1.1

30 Apr 11:23
Compare
Choose a tag to compare

17.1.1 (2024-04-30)

Bug Fixes

  • changed name of withLogger to withStateLogger, fixed docs (c17506f)

v17.1.0

29 Apr 16:10
Compare
Choose a tag to compare

17.1.0 (2024-04-29)

Bug Fixes

  • fix build (5cd61ee)
  • fix signals package npm publish config (8da16fd)
  • fix signals publish (3d4ca26)
  • fixed bug in withEntitiesSingleSelection clear cache when filter is called (762a5de)
  • rename entitiesCurrentPage().loading to isLoading (298983d)
  • unit test, and small bug fixes found in unit test (21626e4)

Features

  • add pagination methods to withEntitiesRemoteScrollPagination, and preload page logic (3298a13)
  • added new default debounce to filter entities (466c677)
  • added onSuccess and onError to withCalls and withEntitiesLoadingCall (2c701bb)
  • added resetEntitiesFilter and isEntitiesFilterChanged to withEntities*Filter (8547fbc)
  • allow hasMore param in setEntitiesResult of withEntitiesRemoteScrollPagination (f5a4422)
  • expose idsSelected computed signal in multi selection (dc9a07e)
  • new filterState for withLogger and withSyncToWebStorage (86393fd)
  • new trait withEventHandler (531b36d)
  • new withSyncToWebStorage plus docs and small fixes (0b6a9dd)
  • withEntitiesInfinitePagination (9af9bfa)
  • signals: new signals package with ngrx signals common store features (92b52eb)
  • signals: several fixes (e8941ca)

v17.1.0-beta.12

29 Apr 11:22
Compare
Choose a tag to compare
v17.1.0-beta.12 Pre-release
Pre-release

17.1.0-beta.12 (2024-04-29)

Features

  • new filterState for withLogger and withSyncToWebStorage (29d8f98)

v17.1.0-beta.10

22 Apr 09:12
Compare
Choose a tag to compare
v17.1.0-beta.10 Pre-release
Pre-release

17.1.0-beta.10 (2024-04-22)

Features

  • allow hasMore param in setEntitiesResult of withEntitiesRemoteScrollPagination (ebab52a)

v17.1.0-beta.9

21 Apr 14:56
Compare
Choose a tag to compare
v17.1.0-beta.9 Pre-release
Pre-release

17.1.0-beta.9 (2024-04-21)

Features

  • new trait withEventHandler (b4c57b8)

v17.1.0-beta.8

19 Apr 16:20
Compare
Choose a tag to compare
v17.1.0-beta.8 Pre-release
Pre-release

17.1.0-beta.8 (2024-04-19)

Bug Fixes

  • fix build (1acfc8a)
  • unit test, and small bug fixes found in unit test (6138fd1)

Features

  • expose idsSelected computed signal in multi selection (6d80ae6)

v17.1.0-beta.7

17 Apr 11:32
Compare
Choose a tag to compare
v17.1.0-beta.7 Pre-release
Pre-release

17.1.0-beta.7 (2024-04-17)

Bug Fixes

  • rename entitiesCurrentPage().loading to isLoading (976ed53)

v17.1.0-beta.6

17 Apr 10:44
Compare
Choose a tag to compare
v17.1.0-beta.6 Pre-release
Pre-release

17.1.0-beta.6 (2024-04-17)

Bug Fixes

  • fixed bug in withEntitiesSingleSelection clear cache when filter is called (16c22d2)

Features

  • added resetEntitiesFilter and isEntitiesFilterChanged to withEntities*Filter (e4e5d70)
  • withEntitiesInfinitePagination (fa39f6b)

v17.1.0-beta.5

08 Apr 17:11
Compare
Choose a tag to compare
v17.1.0-beta.5 Pre-release
Pre-release

17.1.0-beta.5 (2024-04-08)

Features

  • new withSyncToWebStorage plus docs and small fixes (8e4cc87)

v17.1.0-beta.4

05 Apr 15:17
Compare
Choose a tag to compare
v17.1.0-beta.4 Pre-release
Pre-release

17.1.0-beta.4 (2024-04-05)

Features