Skip to content

Releases: cloudnc/ngx-sub-form

v5.2.0-feat-rewrite.4

27 Sep 11:20

Choose a tag to compare

v5.2.0-feat-rewrite.4 Pre-release
Pre-release

5.2.0-feat-rewrite.4 (2020-09-27)

Bug Fixes

  • do not use angular internal function markDirty as it may not been useful yet and causes issues (b6a83af)
  • use startWith on the writeValue$ hook otherwise root form component which are not bind to their input will never be able to emit updates (04633c6)

Features

  • provide a manualSave$ observable as an NgxRootFormOptions (21fe2c4)

v5.2.0-feat-rewrite.3

26 Sep 08:46

Choose a tag to compare

v5.2.0-feat-rewrite.3 Pre-release
Pre-release

5.2.0-feat-rewrite.3 (2020-09-26)

Features

  • expose partial remap options when the form is not a remap form so that we can override some defaults (d82306c)

v5.2.0-feat-rewrite.2

25 Sep 21:57

Choose a tag to compare

v5.2.0-feat-rewrite.2 Pre-release
Pre-release

5.2.0-feat-rewrite.2 (2020-09-25)

Bug Fixes

  • expose shared utils/types through ngx-sub-form/new path so that we can import only from that one when migrating (d13deda)

v5.2.0-feat-rewrite.1

13 Sep 21:53

Choose a tag to compare

v5.2.0-feat-rewrite.1 Pre-release
Pre-release

5.2.0-feat-rewrite.1 (2020-09-13)

Features

v5.1.2

23 Jun 07:21
75e2d60

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

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

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

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

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

Choose a tag to compare

4.0.1 (2020-02-11)

Bug Fixes

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