Skip to content

Latest commit

 

History

History
93 lines (41 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

93 lines (41 loc) · 3.5 KB

7.0.2 (2024-02-23)

docs

  • fix generate docs + publish to github pages (41be31e)
  • fix publish to github pages (64a1db9)

7.0.1 (2024-02-23)

chore

docs

  • improve generators + specify correct tslint version + generate docs (b745f41)

fix

  • github: fix github action (1d5f8fa)
  • tslib: fix tslib versions (49c8b6a)

7.0.0 (2024-02-19)

build

  • deps: bump postcss from 7.0.14 to 7.0.36 (#70) (7ee41fe)

7.0.0-beta.8 (2024-02-16)

feat

  • release new major version, update to last version of angular (128320a)

Breaking changes

  • minimal required version of angular is now angular 16.

7.0.0-beta.7 (2022-09-29)

fix

test

  • fix tests executions + update jest (8fe3a31)

Breaking changes

  • AkitaFiltersPlugin will be generated in last version of Angular Package Format

7.0.0-beta.6 (2022-06-14)

fix

  • Fix extends Akita Filter plugin error : EntityCollectionPlugin cannot be invoked without 'new' (c4f1bbd)

Breaking changes

  • AkitaFiltersPlugin will no longer extend EntityCollectionPlugin, that is not used in the code

7.0.0-beta.5 (2022-06-14)

fix

  • Fix extends DataSource error (fc02b7c)

Breaking changes

  • AkitaMatDatource will not extends anymore DataSource.

7.0.0-beta.4 (2022-06-08)

ci

  • Fix packages root for publish libraries (a0a2068)
  • run multiple npm publish (cd4ae4c)