Releases: gabrielguerrero/ngrx-traits
Releases · gabrielguerrero/ngrx-traits
v13.0.0-beta.2
Bug Fixes
- package.json: libs dependencies changed to angular and ngrx 13 (5141a4c)
v13.0.0-beta.1
Code Refactoring
- pagination & crud traits: changed to remove the use of selector props (8704272)
Features
- angular and ngrx: upgrade to angular 13 and ngrx 13 (a951a07)
BREAKING CHANGES
- pagination & crud traits: renamed some of the selectors use in pagination
v12.2.0
12.2.0 (2022-07-08)
Features
- cache: cache added skip prop, cache example improvements (3288c9a)
v12.1.2
12.1.2 (2022-06-30)
Bug Fixes
- pagination-trait: fix pagination with local filtering not been reset when filter action (9c276fb)
v12.1.1
12.1.1 (2022-05-21)
Bug Fixes
- sort and pagination traits: sort remote prop required, pageSize default to 10 (a611b3d)
v12.1.0
12.1.0 (2022-05-10)
Features
- pagination: changed default cacheType to partial (ff63f09)
v12.0.0
12.0.0 (2022-05-03)
Features
- packages-name: new packages name to better evolve the lib (ad61825)
BREAKING CHANGES
- packages-name: New packages names, old we be no longer available
v12.0.0-beta.4
Bug Fixes
- docs: libs npm readme , fix github link broken (40de461)
v12.0.0-beta.3
Bug Fixes
- build: fixed common lib build (bc53f4e)
v2.6.0
2.6.0 (2022-04-30)
Bug Fixes
- cache: cache not exported properly (365ea59)
- cache: expose maxCacheSize prop (4390ec3)
- set-entity-trait: fixed export of set entity trait, fixed docs (e775566)
Features
- cache: new simple cache functionality for effects call to backend api (0fce370)
- filter-trait: new isRemoteFiter prop (7bc9c06)