Skip to content

Releases: cloudnc/ngx-sub-form

v2.10.1

16 Jun 15:12
2bcaa55
Compare
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
Compare
Choose a tag to compare

2.10.0 (2019-06-15)

Features

v2.9.0

12 Jun 16:52
518da9d
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

2.7.0 (2019-06-04)

Features

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

v2.6.1

03 Jun 10:54
e22c5de
Compare
Choose a tag to compare

2.6.1 (2019-06-03)

Bug Fixes

v2.6.0

22 May 12:50
fc2c45b
Compare
Choose a tag to compare

2.6.0 (2019-05-22)

Features

  • Validation: Add better type safety to validation methods (f79c434)
  • Validation: Add hook to allow sub forms to add their own form (84fa775)
  • Validation: Add readme info (83509eb)

v2.5.1

21 May 13:23
d609e60
Compare
Choose a tag to compare

2.5.1 (2019-05-21)

Bug Fixes

  • onChange: Fix onChange handling to only emit the form update when (723e31c)

v2.5.0

17 May 11:23
7015a1f
Compare
Choose a tag to compare

2.5.0 (2019-05-17)

Features

  • lib: add onFormUpdate hook (d642fec), closes #34