-
Notifications
You must be signed in to change notification settings - Fork 55
Description
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.