Skip to content

Releases: manudss/akita-filters-plugin

v6.0.1

08 Jun 09:47
7f208a0
Compare
Choose a tag to compare

6.0.1 (2021-06-08)

Bug Fixes

  • AkitaMatDataSource: Fix type mismacth in sortData function (#69) (7f208a0), closes #68

v6.0.0

02 May 21:35
bbbf880
Compare
Choose a tag to compare

6.0.0 (2021-05-02)

Bug Fixes

  • akita-filter: Fix compile issue for datasource (4f54bbd)
  • akita-filter: Fix compile issue with type AkitaFilter (e38573d)

Features

  • akita-mat-data-source: add function getAllByFilters (546fa13), closes #27

BREAKING CHANGES

  • akita-filter: deprecated AkitaFilter type : use AkitaFilterLocal or AkitaFilterServer instead. All type extends AkitaFilterBase, that is used by the library.

v5.0.0

12 Feb 17:41
2edb574
Compare
Choose a tag to compare

5.0.0 (2021-02-12)

feature

  • akita-filter-plugins: update all npm libraries (angular 11 & Akita 6) (#57) (2edb574), closes #56

BREAKING CHANGES

  • akita-filter-plugins: Update to last version of angular and Akita 6

v4.1.1

08 Feb 08:36
57f0285
Compare
Choose a tag to compare

4.1.1 (2021-02-08)

Bug Fixes

  • akita-filter-plugins: split Akita Filters interface into two types for Local Filters and Server Filters. (#55) (57f0285)

v4.1.0

28 Jan 21:55
e4eda31
Compare
Choose a tag to compare

4.1.0 (2021-01-28)

Bug Fixes

  • akita-filter-plugins: fix withServer sort (6d7513f)
  • akita-filter-plugins: Remove connect with until disconnect (a46155f)
  • akita-filter-plugins: Remove share() operators in plugins (2ebea9c)
  • akita-filters-plugin: fix compile error (741b4f9)
  • akita-mat-data-source: Correct count to work in all time. (d10187b)
  • akita-mat-data-source: extract data-source-with-server-options (ca35e40)
  • akita-mat-data-source: fix akita mat datasource compile (ab1e09a)
  • akita-mat-data-source: fix filters/distinct compare for onFiltersChanges$ (6b7c88c)
  • akita-mat-data-source: Fix subription when withserver pagination (32e27ef)
  • akita-mat-data-source: Fix subscription (dc7521a)
  • filters-utils: fix imports akita-mat-data-source (db1db90)
  • mat-data-source: fix imports for akita-mat-data-source when compile:datasource (a00b487)
  • fix builds errors (08e9f85)
  • fix PR review [] with Array<> (16cfa57)
  • with-server: fix with-server feature (39cc448), closes #23
  • with-server-demo: fix search (8a86a2b)

Features

  • akita-mat-data-source: ✨ Add getter for Mat Sort (7eb36e3)
  • akita-mat-data-source: ✨ Add server side pagination for mat datasource (61ec633), closes #23
  • akita-mat-data-source: add reset pagination page index when changes filters on server pagination (bcf7666)
  • akita-mat-datasource: publish in beta withServer feature (def61b5), closes #23
  • akitaMatDataSource: add with options function to set options after constructors. (7253f69)
  • demo: display an add cart button (6631a4b)
  • filters-plugins: add share pipe, in all public select (4771a5b)
  • mat-data-source: add with server function in akitaMatDataSource + can specify id for search filter. (328b1e5)
  • with-server: add deep distinct changes to select-filters to avoid call server, when update to a local filters (223dc83)
  • with-server: cancel previous is server function, when new call back arrive. (6310711)
  • with-server-demo: add a with server demo (1ca85e0)
  • with-server-demo: improve demo with a version of filters local (fd708fc)
  • with-server-demo: use NgEntityService (24aeced)

v4.1.0-beta.9

06 Jan 14:20
Compare
Choose a tag to compare
v4.1.0-beta.9 Pre-release
Pre-release

4.1.0-beta.9 (2021-01-06)

Bug Fixes

  • akita-filter-plugins: fix withServer sort (0e15be6)

v4.1.0-beta.8

27 Nov 16:09
Compare
Choose a tag to compare
v4.1.0-beta.8 Pre-release
Pre-release

4.1.0-beta.8 (2020-11-27)

Bug Fixes

  • akita-filter-plugins: Remove connect with until disconnect (d2b7727)

v4.1.0-beta.7

27 Nov 15:42
Compare
Choose a tag to compare
v4.1.0-beta.7 Pre-release
Pre-release

4.1.0-beta.7 (2020-11-27)

Bug Fixes

  • akita-filter-plugins: Remove share() operators in plugins (7be2d5c)

v4.1.0-beta.6

26 Nov 22:01
Compare
Choose a tag to compare
v4.1.0-beta.6 Pre-release
Pre-release

4.1.0-beta.6 (2020-11-26)

Bug Fixes

  • akita-mat-data-source: fix filters/distinct compare for onFiltersChanges$ (ef8bf97)
  • filters-utils: fix imports akita-mat-data-source (aee068d)
  • mat-data-source: fix imports for akita-mat-data-source when compile:datasource (d24fce3)

Features

  • filters-plugins: add share pipe, in all public select (434802a)

v4.1.0-beta.5

24 Nov 16:27
Compare
Choose a tag to compare
v4.1.0-beta.5 Pre-release
Pre-release

4.1.0-beta.5 (2020-11-24)

Bug Fixes

  • akita-mat-data-source: Correct count to work in all time. (a76b265)
  • akita-mat-data-source: extract data-source-with-server-options (e56e59e)
  • akita-mat-data-source: Fix subscription (3772660)

Features

  • akita-mat-data-source: add reset pagination page index when changes filters on server pagination (b6d2984)