Skip to content

v4.0.0

Compare
Choose a tag to compare
@maxime1992 maxime1992 released this 19 Dec 12:56
· 165 commits to master since this release
050cd3a

4.0.0 (2019-12-19)

Bug Fixes

  • lib: remap and root form components don't have the default values passed (only a type issue) (b58e983)

BREAKING CHANGES

  • lib: Adding a parameter to the transformToFormGroup method could be a breaking change if you're calling super.transformToFormGroup. As this method is a callback for ngx-sub-form, chances are: You're not calling it and this change will probably NOT affect you. The upgrade should go smoothly. If it does affect you, it'll be caught at build time so it should be easy to find out.