Skip to content

Commit

Permalink
feat: release new major version, update to last version of angular
Browse files Browse the repository at this point in the history
All previous commits, force update code to last version of angular, t 17

BREAKING CHANGE: minimal required version of angular is now angular 16.
  • Loading branch information
manudss committed Feb 16, 2024
1 parent c72f0ba commit 128320a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
![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)
![GitHub last commit](https://img.shields.io/github/last-commit/manudss/akita-filters-plugin.svg?style=popout-square)

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

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

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

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

Install the new module akita-filters-mat-datasource

Expand Down

0 comments on commit 128320a

Please sign in to comment.