Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
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...
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2019-03-05)
Bug Fixes
- demo: disable IDs (25bdd06)
- demo: do not disable IDs (4d43400)
- demo: select droid type not set correctly (a998cff)
- lib: do not reset state with ngxSubFormOptions (e47cac1)
- lib: ExpressionChangedAfterItHasBeenCheckedError when parent initialize data (f271ddd)
- do not pass formControl to ngxSubFormOptions as it's not used for now (b43716b)
- lib: set formGroup as public instead of protected (cadb17e)
Features
- demo: define interfaces (e8c2d65)
- base setup (e1ee6b3)
- demo: first version of the demo (8593c10)
- display sells on the left with data based on type (3ef1b0c)
- initial commit of the library (4774991)
- ngxSubFormOptions and ngxSubFormOption directive to not reset the state when choosing a type (9fe117f)
- when clicking on a sell, display the sell in the form (a7d1172)
- demo: upsert instead of adding values (eea8553)
- lib: add utils to type Controls and ControlsNames (5f9c702)