Skip to content

Releases: cloudnc/ngx-sub-form

v2.11.2

20 Jul 17:11
96fa4e8

Choose a tag to compare

2.11.2 (2019-07-20)

Bug Fixes

v2.11.1

28 Jun 10:20
2e24ffd

Choose a tag to compare

2.11.1 (2019-06-28)

Bug Fixes

  • lib: formGroupErrors properties are not correctly typed (62d0eb4)

v2.11.0

23 Jun 12:22

Choose a tag to compare

2.11.0 (2019-06-23)

Features

  • Array Handling: Use interface to manage array handling methods. (92fa38e)
  • lib: formGroupControls property now gives you access to the correct type without the need to cast it (either FormControl or FormArray) (ddfcd5a)
  • lib: add a hook createFormArrayControl to give full control when creating a FormControl for a FormArray (94f58c6)
  • lib: handle FormArray (52a5e76), closes cloudnc/ngx-sub-form#9
  • lib: handle errors for FormArrays (781c683)

v2.10.2

18 Jun 05:01
e1ba611

Choose a tag to compare

2.10.2 (2019-06-18)

Bug Fixes

v2.10.1

16 Jun 15:12
2bcaa55

Choose a tag to compare

2.10.1 (2019-06-16)

Bug Fixes

  • Readme Code: Fix readme code so it compiles with AoT (37ac2aa)

v2.10.0

15 Jun 16:49
ad63e2d

Choose a tag to compare

2.10.0 (2019-06-15)

Features

v2.9.0

12 Jun 16:52
518da9d

Choose a tag to compare

2.9.0 (2019-06-12)

Features

  • lib: custom emission rate on NgxSubFormComponent and DataInput decorator for NgxRootFormComponent (0cf683f)
  • lib: NgxAutomaticRootFormComponent to automatically publish form updates (8a9405e)
  • RootForm: Add implementation of root form (e510831)

v2.8.0

12 Jun 09:40
9a911f5

Choose a tag to compare

2.8.0 (2019-06-12)

Bug Fixes

  • Fix typescript errors with overload method (513601d)

Features

v2.7.1

10 Jun 10:50
ac1224e

Choose a tag to compare

2.7.1 (2019-06-10)

Bug Fixes

  • CI: Fix CI not exiting before deploy when script fails (34f4b40)

v2.7.0

04 Jun 08:50
ea677d4

Choose a tag to compare

2.7.0 (2019-06-04)

Features

  • throw if missing key when patching the form value (57e263d)