-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix TypedFormArray controls as array of arrays #177
Fix TypedFormArray controls as array of arrays #177
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zakhenry what do you think?
Good enough for now and maybe we change it to what I said along the next breaking change?
Yea agreed, this is an improvement regardless so no reason to delay it |
@zakhenry I checked on both ngx-sub-form demo and our own app at CloudNC: We don't have any usage of @jaycetde thanks for your first contribution and welcome 🎉 We use semantic versionning which is then used to generate changelog and releases of the library. Could you please amend your commit with the necessary changes to taken into account my previous comment on the review and also edit the commit name to:
Thanks |
Yes this is not breaking as it is correcting an incorrectly typed form. It is possible it could break someones compilation, but for the better. Their runtime would be unaffected. |
@maxime1992 I'll update the commit name. I'm not quite sure what you mean by "Could you please amend your commit with the necessary changes to taken into account my previous comment on the review". Are you asking me to also include the additional "preferred" changes? If so, I assume lines 24 would also need to be updated from |
controls should be an array of controls that have the single item as the value
15b0122
to
a73d691
Compare
@jaycetde @maxime1992 I think we should limit the scope of this change to just what we have here. The commit message looks good, so the release notes will go out fine. I think this MR is good to go 👍 |
🎉 This PR is included in version 5.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
controls should be an array of controls that have the single item as the value