Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v6.0.0-feat-rewrite.15
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
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
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
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
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
6.0.0-feat-rewrite.10 (2021-03-17)
Features
v6.0.0-feat-rewrite.9
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
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
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 (withmarkDirty
before the view is initialised (687ce21)