Skip to content

Releases: cloudnc/ngx-sub-form

v5.1.2

23 Jun 07:21
75e2d60
Compare
Choose a tag to compare

5.1.2 (2020-06-23)

Bug Fixes

  • typings: controls property on TypedFormArray (a73d691)

v5.1.1

29 Feb 21:16
6a39e4a
Compare
Choose a tag to compare

5.1.1 (2020-02-29)

Bug Fixes

  • typings: added typings for getRawValue (f36bde7)

v5.1.0

26 Feb 12:41
00aea19
Compare
Choose a tag to compare

5.1.0 (2020-02-26)

Bug Fixes

  • formatting: ran prettier:write (4c9f247)
  • formatting: ran yarn run prettier:write (b5e2cee)
  • lint: ignore interface-over-type-literal for TypedControlBase as all others are types as well (733f5c2)
  • typed-form-array: set/patchValue now use TValue directly as it extends any[] (1472ab0)
  • typings: remove the use of omit to remove build errors when using Ivy #134 (f264775)
  • typings: use Abstract control setValue/patchValue for TypedAbstractControl (1ff3e3f)
  • typings: use Parameter<> for setValue / patchValue + refactored base typing (4d303bd)

Features

  • ControlsType: added typings for AbstractControls + FormArrays (1e7d271)
  • readme: updated list of interfaces (338a9b8)
  • typing: added control typings for form group (f389439)
  • typings: updated typings for ControlType to an intersection for non arrays (a658d31)
  • typings: use optional typing for patch/setValue on TypedAbstractControl (c1afcdd)

v5.0.1

25 Feb 12:26
05ad0a8
Compare
Choose a tag to compare

5.0.1 (2020-02-25)

Bug Fixes

  • Ivy: Fix TypedFormGroup not being assignable to FormGroup (4381a42), closes #134

v5.0.0

19 Feb 18:36
1ba8842
Compare
Choose a tag to compare

5.0.0 (2020-02-19)

Features

BREAKING CHANGES

  • lib: requires angular 9

v4.0.1

11 Feb 11:44
c45528f
Compare
Choose a tag to compare

4.0.1 (2020-02-11)

Bug Fixes

  • lib: deprecate OnFormUpdate hook (aa3c9a7), related to #127

v4.0.0

19 Dec 12:56
050cd3a
Compare
Choose a tag to compare

4.0.0 (2019-12-19)

Bug Fixes

  • lib: remap and root form components don't have the default values passed (only a type issue) (b58e983)

BREAKING CHANGES

  • lib: Adding a parameter to the transformToFormGroup method could be a breaking change if you're calling super.transformToFormGroup. As this method is a callback for ngx-sub-form, chances are: You're not calling it and this change will probably NOT affect you. The upgrade should go smoothly. If it does affect you, it'll be caught at build time so it should be easy to find out.

v3.0.6

18 Dec 16:16
48dc131
Compare
Choose a tag to compare

3.0.6 (2019-12-18)

Bug Fixes

v3.0.5

18 Dec 12:51
bdcc5aa
Compare
Choose a tag to compare

3.0.5 (2019-12-18)

Bug Fixes

v3.0.4

02 Dec 13:03
e01e19a
Compare
Choose a tag to compare

3.0.4 (2019-12-02)

Bug Fixes

  • lib: remove lodash-es dependency (04dafb3)