Skip to content

Releases: cloudnc/ngx-sub-form

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

v1.3.2

20 Mar 16:25
95d103c
Compare
Choose a tag to compare

1.3.2 (2019-03-20)

Bug Fixes

  • demo: update to match latest changes (35f8448)
  • lib: throw error if no formControls or no formControlName and do not recreate the form group once destroyed (because of the getter) (25ba467)

v1.3.1

19 Mar 19:59
06b3f92
Compare
Choose a tag to compare

1.3.1 (2019-03-19)

Bug Fixes

  • lib: all the props within Controls and ControlsNames interfaces should be required (77a0f54)
  • lib: initialize form value considering custom transformation (c9cc255)

v1.3.0

06 Mar 16:05
b79d457
Compare
Choose a tag to compare

1.3.0 (2019-03-06)

Features

  • Demo: Restructures subform to use generic mapping interface to (5d94e8c)
  • Form Component: Restructure to make the form direct redundant & (de4df2b)

v1.2.0

06 Mar 13:18
92293dc
Compare
Choose a tag to compare

1.2.0 (2019-03-06)

Features

  • Demo: Adds ability to create new listing (f147ffe)

v1.1.0

06 Mar 13:00
5353f3d
Compare
Choose a tag to compare

1.1.0 (2019-03-06)

Features

v1.0.1

05 Mar 16:55
Compare
Choose a tag to compare

1.0.1 (2019-03-05)

Bug Fixes

v1.0.0

05 Mar 15:48
e03115b
Compare
Choose a tag to compare

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)