Skip to content

Commit e8680bf

Browse files
committed
feat(release)!: release new major version
release new major version, update to last version of angular 16+ Closes: #94 BREAKING CHANGE: minimal required version of angular is now angular 16
1 parent 5737639 commit e8680bf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.github/workflows/test-and-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Node CI
22

3-
on: [push]
3+
on: [push,pull_request]
44

55
jobs:
66
test:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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)
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+
59

610

711
Sometimes, you need to display a list and provide users the ability to filter your list.

projects/akita-mat-datasource/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
![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)
44
![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+
59

610
Sometimes, you need to display a list and provide users the ability to filter your list.
711
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
382386

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

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
386391
* Akita filters Mat Datasource is no longer published in the same package o Akita-filter-plugins.
387392
* You need to install it from a separate package
388393
* Imports it from different package

0 commit comments

Comments
 (0)