Skip to content

Commit 67f1aab

Browse files
committed
angular 16
1 parent 869cdb6 commit 67f1aab

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The goal of this project is to enable Angular 12+ support for the original [angular2-query-builder](https://github.com/zebzhao/Angular-QueryBuilder). It is *not* production ready. This project may not be maintained. Should the original project become active again, this library may be abandoned.
44

5-
## I suggest forking this project if it is critical to your project because I may not update this regularly. If you want to contribute to maintaining this project open an issue.
5+
## I suggest forking this project if it is critical to your project because I may not update this regularly. If you want to contribute to maintaining this project open an issue.
66

77
This project uses code from https://github.com/designermanjeets/Angular-QueryBuilder a fork of https://github.com/zebzhao/Angular-QueryBuilder both developed under the MIT License.
88

@@ -14,6 +14,7 @@ Use the following versions depending upon your angular version
1414
- Angular 13 - Versions 13.x.x
1515
- Angular 14 - Versions 14.x.x
1616
- Angular 15 - Versions 15.x.x
17+
- Angular 16 - Versions 16.x.x
1718

1819
# Examples
1920

projects/ngx-angular-query-builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ Credit: @ravijoshi007
1919
- Angular 15 upgrade
2020
### 15.0.1
2121
- Angular 15 seems to have a subtle change which causes the templates to not be loaded into the query list when it first looks for them. Worked around by defaulting if these are undefined: this.parentInputTemplates || this.inputTemplates
22+
-
23+
24+
### 16.0.0
25+
- Angular 16 version. (not fully tested, thanks mperezd)

projects/ngx-angular-query-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "ngx-angular-query-builder",
3-
"version": "15.0.1",
3+
"version": "16.0.0",
44
"description": "Port of angular2-query-builder from github.com/designermanjeets/Angular-QueryBuilder in order to support angular 12+",
55
"license": "MIT",
66
"peerDependencies": {
7-
"@angular/common": "^15.2.0",
8-
"@angular/core": "^15.2.0"
7+
"@angular/common": "^16.0.0",
8+
"@angular/core": "^16.0.0"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)