Skip to content

Releases: cloudnc/ngx-sub-form

v6.0.0-feat-rewrite.6

22 Dec 11:04
Compare
Choose a tag to compare
v6.0.0-feat-rewrite.6 Pre-release
Pre-release

6.0.0-feat-rewrite.6 (2020-12-22)

Bug Fixes

  • rewrite: custom change detection with OnPush (274420a)

v6.0.0-feat-rewrite.5

26 Oct 15:39
Compare
Choose a tag to compare
v6.0.0-feat-rewrite.5 Pre-release
Pre-release

6.0.0-feat-rewrite.5 (2020-10-26)

Features

  • ControlValue: Add exported controlValue$ so components can easily observer the current value of the component (ada8453)

v6.0.0-feat-rewrite.4

24 Oct 14:22
Compare
Choose a tag to compare
v6.0.0-feat-rewrite.4 Pre-release
Pre-release

6.0.0-feat-rewrite.4 (2020-10-24)

Features

  • Form Arrays: Add typesafety to form array option type (1a9e62d)

v5.2.0-feat-rewrite.8

23 Oct 11:12
Compare
Choose a tag to compare
v5.2.0-feat-rewrite.8 Pre-release
Pre-release

5.2.0-feat-rewrite.8 (2020-10-23)

Bug Fixes

  • add ngx-observable-lifecycle to package dependencies (90bacf2)
  • move ngx-observable-lifecycle and fast-deep-equal to peer deps (3640faa)
  • Update to patched version of ngx-observable-lifecycle (e0f1642)

v5.2.0-feat-rewrite.7

23 Oct 08:50
Compare
Choose a tag to compare
v5.2.0-feat-rewrite.7 Pre-release
Pre-release

5.2.0-feat-rewrite.7 (2020-10-23)

Features

  • Rewrite: @NgxSubForm() decorator is no longer needed and is not exported (a73d7e9)

v5.2.0-feat-rewrite.6

28 Sep 08:47
Compare
Choose a tag to compare
v5.2.0-feat-rewrite.6 Pre-release
Pre-release

5.2.0-feat-rewrite.6 (2020-09-28)

Bug Fixes

  • relax isRemap check as we can implement fromFormGroup and/or toFormGroup on a non remap component (it's optional but possible) (464a851)

v5.2.0-feat-rewrite.5

28 Sep 06:34
Compare
Choose a tag to compare
v5.2.0-feat-rewrite.5 Pre-release
Pre-release

5.2.0-feat-rewrite.5 (2020-09-28)

Features

  • implement missing handleEmissionRate (064256f)

v5.2.0-feat-rewrite.4

27 Sep 11:20
Compare
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
Compare
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
Compare
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)