Skip to content

Commit 128320a

Browse files
committed
feat: release new major version, update to last version of angular
All previous commits, force update code to last version of angular, t 17 BREAKING CHANGE: minimal required version of angular is now angular 16.
1 parent c72f0ba commit 128320a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
![npm](https://img.shields.io/npm/v/akita-filters-plugin.svg?style=popout-square) ![npm bundle size](https://img.shields.io/bundlephobia/min/akita-filters-plugin.svg?style=popout-square)
44
![GitHub last commit](https://img.shields.io/github/last-commit/manudss/akita-filters-plugin.svg?style=popout-square)
55

6-
![Travis (.org)](https://img.shields.io/travis/manudss/akita-filters-plugin.svg?style=popout-square)
76

87
Sometimes, you need to display a list and provide users the ability to filter your list.
98
Entity-store give the ability to filter, a sorting, by given options to selectAll() function.
@@ -832,10 +831,12 @@ update to angular 10. So this libs should not be fully compatible with previous
832831

833832
### Breaking Changes : 6.x to 7.x
834833

835-
* update to angular 13 and Build in Ivy modes. So this libs should not be fully compatible with previous Angular version.
834+
* update to angular 16-17 and Build in Ivy modes. So this lib should not be fully compatible with previous Angular version.
836835
* Akita filters Mat Datasource is no longer published in the same package o Akita-filter-plugins.
837836
* You need to install it from a separate package
838837
* Imports it from different package
838+
* minimal required version was angular 16 and Akita 8
839+
* Updated all repository
839840

840841
Install the new module akita-filters-mat-datasource
841842

0 commit comments

Comments
 (0)