From 128320a3f29aebca2435f990bc71b08d3f9aa9df Mon Sep 17 00:00:00 2001 From: Emmanuel DE SAINT STEBAN Date: Fri, 16 Feb 2024 19:40:41 +0100 Subject: [PATCH] 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. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa64af..8ac6603 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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