Skip to content

Commit 191e171

Browse files
committed
angular 18 update package.json and changelong
1 parent 0a19722 commit 191e171

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ The goal of this project is to enable Angular 12+ support for the original [angu
44

55
## 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

7+
The changelog for the package is here: https://github.com/raysuelzer/ngx-angular-query-builder/blob/main/projects/ngx-angular-query-builder/CHANGELOG.md
8+
79
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.
810

911
## Change Log
1012

1113
https://github.com/raysuelzer/ngx-angular-query-builder/blob/main/projects/ngx-angular-query-builder/CHANGELOG.md
1214

15+
1316
## Branches
1417

1518
- Main should be the latest / highest version.
@@ -26,6 +29,7 @@ Use the following versions depending upon your angular version
2629
- Angular 15 - Versions 15.x.x
2730
- Angular 16 - Versions 16.x.x
2831
- Angular 17 - Versions 17.x.x
32+
- Angular 18 - Versions 18.x.x
2933

3034
# Examples
3135

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,8 @@
4848
- Scripts update, individual commands for demo and lib project
4949
- Addition of prettier script, and prettier changes including .prettierrc and .prettierignore files
5050
- Fixed the HostBinding method for query condition (fixes typo)
51+
52+
53+
### 18.0.0
54+
55+
- Support angular 18 Thank you to 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": "17.0.0",
3+
"version": "18.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": "^17.0.8",
8-
"@angular/core": "^17.0.8"
7+
"@angular/common": "^18.0.3",
8+
"@angular/core": "^18.0.3"
99
},
1010
"dependencies": {
1111
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)