Skip to content

Releases: gabrielguerrero/ngrx-traits

v13.0.0-beta.2

12 Jul 08:46
Compare
Choose a tag to compare
v13.0.0-beta.2 Pre-release
Pre-release

13.0.0-beta.2 (2022-07-12)

Bug Fixes

  • package.json: libs dependencies changed to angular and ngrx 13 (5141a4c)

v13.0.0-beta.1

11 Jul 23:49
Compare
Choose a tag to compare
v13.0.0-beta.1 Pre-release
Pre-release

13.0.0-beta.1 (2022-07-11)

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

08 Jul 10:20
Compare
Choose a tag to compare

12.2.0 (2022-07-08)

Features

  • cache: cache added skip prop, cache example improvements (3288c9a)

v12.1.2

30 Jun 22:40
Compare
Choose a tag to compare

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

21 May 22:59
Compare
Choose a tag to compare

12.1.1 (2022-05-21)

Bug Fixes

  • sort and pagination traits: sort remote prop required, pageSize default to 10 (a611b3d)

v12.1.0

10 May 20:45
Compare
Choose a tag to compare

12.1.0 (2022-05-10)

Features

  • pagination: changed default cacheType to partial (ff63f09)

v12.0.0

03 May 11:07
Compare
Choose a tag to compare

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

03 May 10:21
Compare
Choose a tag to compare
v12.0.0-beta.4 Pre-release
Pre-release

12.0.0-beta.4 (2022-05-03)

Bug Fixes

  • docs: libs npm readme , fix github link broken (40de461)

v12.0.0-beta.3

03 May 10:11
Compare
Choose a tag to compare
v12.0.0-beta.3 Pre-release
Pre-release

12.0.0-beta.3 (2022-05-03)

Bug Fixes

  • build: fixed common lib build (bc53f4e)

v2.6.0

30 Apr 08:11
Compare
Choose a tag to compare

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)