Releases: gabrielguerrero/ngrx-traits
Releases · gabrielguerrero/ngrx-traits
v18.0.0-beta.2
Bug Fixes
- signals: fix cdk optional dependecies (1791286)
v18.0.0-beta.1
Bug Fixes
- signals: replaced NamedEntityState<Entity, any> with NamedEntityState<Entity, Collection> (407234c)
Features
- ngrx: support angular and ngrx 18 (0ad4c85), closes #109
BREAKING CHANGES
- ngrx: Dependancy on ngrx and ngrx-signals 18
v17.9.0
17.9.0 (2024-07-02)
Bug Fixes
- signals: fix for withEntitiesRemotePagination bug when last page has 1 item (711d1b7), closes #106
Features
- signals: allow idkey to withEntities* to have allow custom key prop in entities (05e0424), closes #85
- signals: Don't unsubscribe from response observable after first response (679c12e), closes #102
v17.9.0-beta.3
Features
- signals: allow idkey to withEntities* to have allow custom key prop in entities (99593ad), closes #85
v17.9.0-beta.2
Bug Fixes
- signals: fix for withEntitiesRemotePagination bug when last page has 1 item (eab9f67), closes #106
v17.9.0-beta.1
Features
- signals: Don't unsubscribe from response observable after first response (a5b7a46), closes #102
v17.8.2
17.8.2 (2024-06-26)
Bug Fixes
- signals: withEntitiesLocalSort default conflicts local filter, should sort after local filter (a02b7d5), closes #104
v17.8.1
17.8.1 (2024-06-07)
Bug Fixes
- signals: fix change page size not working after second change on same page (fe18164), closes #100
v17.8.0
17.8.0 (2024-06-07)
Bug Fixes
- signals: change page size on withEntitiesRemotePagination corrupts data (52e9976), closes #98
Features
- signals: allow disabling clear selection on filter an sort (11b4f7d), closes #97
v17.7.0
17.7.0 (2024-06-06)
Features
- signals: allow withEntitiesLoadingCall to receive a factory function for config (3dc8a9e), closes #95