Open raysuelzer opened 2 years ago
Hi. Thank you for your work. Can I know the current status?
@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 is it possible to make it compatible with Angular 18 asap, as there is open PR for it now?
@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.
@Jaga-1267 v18 is now on NPM registry.
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.