Skip to content

Releases: cloudnc/ngx-sub-form

v2.4.1

17 May 10:10
dc6ff59
Compare
Choose a tag to compare

2.4.1 (2019-05-17)

Bug Fixes

  • lib: when calling setDisabledState do not emit event to formGroup (2698d79)

v2.4.0

08 May 09:11
40c47cf
Compare
Choose a tag to compare

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

23 Apr 10:28
0124273
Compare
Choose a tag to compare

2.3.0 (2019-04-23)

Features

  • Inheritors: Allow descendant classes to control the init and (8952f95)

v2.2.2

05 Apr 08:58
fcc57a5
Compare
Choose a tag to compare

2.2.2 (2019-04-05)

Bug Fixes

v2.2.1

01 Apr 15:18
ccb248d
Compare
Choose a tag to compare

2.2.1 (2019-04-01)

Bug Fixes

  • lib: do not call this.formGroup.updateValueAndValidity if form has been destroyed (686a2e7)

v2.2.0

01 Apr 14:11
7c6e01e
Compare
Choose a tag to compare

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

29 Mar 13:32
cd85752
Compare
Choose a tag to compare

2.1.2 (2019-03-29)

Bug Fixes

  • lib: expression has changed error (9d3693b)

v2.1.1

28 Mar 18:01
16e9fa9
Compare
Choose a tag to compare

2.1.1 (2019-03-28)

Bug Fixes

v2.1.0

28 Mar 13:08
d4bc09d
Compare
Choose a tag to compare

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)

v2.0.0

26 Mar 15:47
3ccb25c
Compare
Choose a tag to compare

2.0.0 (2019-03-26)

Bug Fixes

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...