raysuelzer / ngx-angular-query-builder

A version of angular2-query-builder to work with Angular 12+ (Need maintainers)
Other
32 stars 38 forks source link

Angular 13 & 14 #9

Open raysuelzer opened 2 years ago

raysuelzer commented 2 years ago

I'm not entirely sure the best way to do this. But I am going to be upgrading this package to support Angular 13 and then Angular 14.

Angular 13 is less of an issue as the current 0.0.5 version works with Angular 13, even though it has a peer dep of Angular 12. But Angular 14 introduces massive breaking changes to form inputs. Why they decided to name change the existing FormControls to UntypedFomControl, versus adding TypedFormControl is an odd decision, as it means most libraries that depend upon @angular/forms will no longer work as peer dependencies.

Anyway,

I am going to create a package version for each angular version Angular 13 - 13.0.0 Angular 14 - 14.0.0

Angular 14 version will become active on the main branch. Angular 13 will live on it's own branch. And the current code will be moved into a new branch named 0.0.5.

RouR commented 1 year ago

Hi. Thank you for your work. Can I know the current status?

raysuelzer commented 1 year ago

@RouR supported up to angular 15 right now. I will do 16 soon, there is an open PR. it's just a matter of creating a new branch for it and publishing it to npm.

Jaga-1267 commented 2 months ago

@raysuelzer is it possible to make it compatible with Angular 18 asap, as there is open PR for it now?

raysuelzer commented 2 months ago

@Jaga-1267 I am currently upgrading our angular to version 18, so I will do that ASAP. Probably by Friday, maybe sooner, I will take a look at the PR.

raysuelzer commented 2 months ago

@Jaga-1267 v18 is now on NPM registry.