Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v2.4.1
v2.4.0
v2.3.0
v2.2.2
v2.2.1
v2.2.0
v2.1.2
v2.1.1
2.1.1 (2019-03-28)
Bug Fixes
- lib: do not call onChange callback when the component is created, wait for one tick before doing so (90e0f56), closes cloudnc/ngx-sub-form#15
v2.1.0
v2.0.0
2.0.0 (2019-03-26)
Bug Fixes
- lib: define formControls with a method instead of property (57fb45b), closes cloudnc/ngx-sub-form#23
BREAKING CHANGES
- lib: formControls should now be a method
getFormControls
instead of the attribute
This avoid the need to have a getter with side effect.
Cleaner, will open possibilities to reset the form and...