Commit e8680bf 1 parent 5737639 commit e8680bf Copy full SHA for e8680bf
File tree 3 files changed +11
-2
lines changed
projects/akita-mat-datasource
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : Node CI
2
2
3
- on : [push]
3
+ on : [push,pull_request ]
4
4
5
5
jobs :
6
6
test :
Original file line number Diff line number Diff line change 2
2
3
3
![ 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 )
4
4
![ GitHub last commit] ( https://img.shields.io/github/last-commit/manudss/akita-filters-plugin.svg?style=popout-square )
5
+ ![ NPM License] ( https://img.shields.io/npm/l/akita-filters-plugin )
6
+ ![ NPM Version] ( https://img.shields.io/npm/v/akita-filters-plugin?style=for-the-badge&label=akita-filters-plugin&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fakita-filters-plugin )
7
+ ![ NPM Version] ( https://img.shields.io/npm/v/akita-filters-mat-datasource?style=for-the-badge&label=akita-filters-mat-datasource&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fakita-filters-mat-datasource )
8
+
5
9
6
10
7
11
Sometimes, you need to display a list and provide users the ability to filter your list.
Original file line number Diff line number Diff line change 2
2
3
3
![ npm] ( https://img.shields.io/npm/v/akita-filters-mat-datasource.svg?style=popout-square ) ![ npm bundle size] ( https://img.shields.io/bundlephobia/min/akita-filters-mat-datasource.svg?style=popout-square )
4
4
![ GitHub last commit] ( https://img.shields.io/github/last-commit/manudss/akita-filters-plugin.svg?style=popout-square )
5
+ ![ NPM License] ( https://img.shields.io/npm/l/akita-filters-plugin )
6
+ ![ NPM Version] ( https://img.shields.io/npm/v/akita-filters-plugin?style=for-the-badge&label=akita-filters-plugin&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fakita-filters-plugin )
7
+ ![ NPM Version] ( https://img.shields.io/npm/v/akita-filters-mat-datasource?style=for-the-badge&label=akita-filters-mat-datasource&link=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Fakita-filters-mat-datasource )
8
+
5
9
6
10
Sometimes, you need to display a list and provide users the ability to filter your list.
7
11
Entity-store give the ability to filter, a sorting, by given options to selectAll() function.
@@ -382,7 +386,8 @@ update to angular 10. So this libs should not be fully compatible with previous
382
386
383
387
### Breaking Changes : 6.x to 7.x
384
388
385
- * update to angular 13 and Build in Ivy modes. So this libs should not be fully compatible with previous Angular version.
389
+ * update to angular 17 and Build in Ivy modes.
390
+ * Minimal version is Angular 16 and Angular Material 16
386
391
* Akita filters Mat Datasource is no longer published in the same package o Akita-filter-plugins.
387
392
* You need to install it from a separate package
388
393
* Imports it from different package
You can’t perform that action at this time.
0 commit comments