Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v2.5.0
2.5.0 (2019-05-17)
Features
v2.4.1
2.4.1 (2019-05-17)
Bug Fixes
- lib: when calling setDisabledState do not emit event to formGroup (2698d79)
v2.4.0
2.4.0 (2019-05-08)
Features
- lib: when disabling a value, recursively disable sub forms (if any) and vice versa (3a40263)
v2.3.0
2.3.0 (2019-04-23)
Features
- Inheritors: Allow descendant classes to control the init and (8952f95)
v2.2.2
2.2.2 (2019-04-05)
Bug Fixes
v2.2.1
2.2.1 (2019-04-01)
Bug Fixes
- lib: do not call this.formGroup.updateValueAndValidity if form has been destroyed (686a2e7)
v2.2.0
2.2.0 (2019-04-01)
Features
- lib: add utility properties formGroupControls and formGroupValues (22310a8)
- lib: formGroupErrors property should be null if no error (79d91da)
v2.1.2
2.1.2 (2019-03-29)
Bug Fixes
- lib: expression has changed error (9d3693b)
v2.1.1
2.1.1 (2019-03-28)
Bug Fixes
v2.1.0
2.1.0 (2019-03-28)
Features
- lib: object to access nested errors from the form and fix the fact that the form was always considered valid for sub levels (9bff5ca)