Releases: gabrielguerrero/ngrx-traits
Releases · gabrielguerrero/ngrx-traits
v18.4.1
18.4.1 (2024-12-09)
Bug Fixes
- signals: withCalls mapPipe not working correctly (2b9647c), closes #148
v18.4.0
18.4.0 (2024-11-09)
Features
- deepcomputed: apply deepcomputed for non flat computeds (5fd0d1c)
v18.3.1
18.3.1 (2024-10-01)
Bug Fixes
- signals: fix return type for some of the traits (29b69e6), closes #145 #91
v18.3.0
18.3.0 (2024-09-27)
Features
- signals: add support for _ method names in withCalls (0fa2efe), closes #142
v18.2.3
18.2.3 (2024-09-23)
Bug Fixes
- withEntitiesSyncToRouteQueryParams should requires to have sort,filter and pagination (b79659c), closes #140
v18.2.2
18.2.2 (2024-09-22)
Bug Fixes
- signals: fix Sort model type so it can autocomplet Entity type props (8da3833), closes #138
v18.2.1
18.2.1 (2024-09-19)
Bug Fixes
- signals: fix typeCallConfig not removing result prop from types when storeResult:false (aa5f7cb), closes #136
v18.2.0
18.2.0 (2024-09-18)
Features
- signals: add skipWhen function to withCalls config (ec09537), closes #134
v18.1.0
18.1.0 (2024-09-16)
Features
- signals: withEntitiesLocalSort allow custom sort function (0451e08), closes #131
v18.0.2
18.0.2 (2024-08-29)
Bug Fixes
- signals: fix clearEntitiesCache for remote scroll pagination (880acef), closes #128