Skip to content

Releases: cloudnc/ngx-sub-form

v6.0.0-feat-rewrite.15

24 Jun 23:32
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.15 (2021-06-24)

Bug Fixes

  • Disabled: Apply the markDirty for disabled in the same side effect so it delays for the init phase. (f520b7f)

v6.0.0-feat-rewrite.14

23 Jun 22:05
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.14 (2021-06-23)

Bug Fixes

  • Disabled: Disabled must emit in fallback option (c936ff7)

v6.0.0-feat-rewrite.13

23 Jun 20:37
8d9e3ce
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.13 (2021-06-23)

Bug Fixes

  • Disabled: Mark form as dirty when disabling to ensure the disabled view is propagated with OnPush strategy (68c7d55)

Features

  • Disabled: Permit root forms to omit the disabled option, defaulting to an empty observable which will not disable the form (d1f95c1)

v6.0.0-feat-rewrite.12

17 Mar 23:04
aaefb64
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.12 (2021-03-17)

Bug Fixes

  • Root form emission: Fix mistaken missed negation in previous refactor. Refactor to make the clever one liner actually readable so this kind of mistake can't happen again (9eb8531)

v6.0.0-feat-rewrite.11

17 Mar 20:38
412c588
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.11 (2021-03-17)

Bug Fixes

  • Root form emission: It is required to double check validation of forms during sub form population phase (078d9cd)

v6.0.0-feat-rewrite.10

17 Mar 19:24
543357e
Compare
Choose a tag to compare
Pre-release

6.0.0-feat-rewrite.10 (2021-03-17)

Features

  • Output control: Add option to provide custom predicate for controlling the output filter (0493115)
  • Touched: Add ability for sub form components to mark sub control as touched with an observable (57178d0)

v6.0.0-feat-rewrite.9

16 Mar 11:42
6dbed3d
Compare
Choose a tag to compare
v6.0.0-feat-rewrite.9 Pre-release
Pre-release

6.0.0-feat-rewrite.9 (2021-03-16)

Bug Fixes

  • Value emission: Fix invalid values being published that were valid in the previous tick (c45fc12)

v6.0.0-feat-rewrite.8

24 Feb 23:34
Compare
Choose a tag to compare
v6.0.0-feat-rewrite.8 Pre-release
Pre-release

6.0.0-feat-rewrite.8 (2021-02-24)

Bug Fixes

  • Deps: empty commit to trigger release of ngx-observable-lifecycle update (b74c43a)

v6.0.0-feat-rewrite.7

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

6.0.0-feat-rewrite.7 (2020-12-30)

Bug Fixes

  • lib: Cannot read property 'nodeIndex' of null thrown when component is being marked as dirty (with markDirty before the view is initialised (687ce21)

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)