ngx-angular-query-builder icon indicating copy to clipboard operation
ngx-angular-query-builder copied to clipboard

Angular 13 & 14

Open raysuelzer opened this issue 3 years ago • 5 comments

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.

raysuelzer avatar Oct 27 '22 19:10 raysuelzer

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

RouR avatar Apr 07 '23 20:04 RouR

@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.

raysuelzer avatar Jun 13 '23 17:06 raysuelzer

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

Jaga-1267 avatar Aug 20 '24 07:08 Jaga-1267

@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 avatar Aug 21 '24 17:08 raysuelzer

@Jaga-1267 v18 is now on NPM registry.

raysuelzer avatar Aug 21 '24 17:08 raysuelzer