Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v6.0.0-feat-rewrite.6
v6.0.0-feat-rewrite.5
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
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
5.2.0-feat-rewrite.8 (2020-10-23)
Bug Fixes
v5.2.0-feat-rewrite.7
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
5.2.0-feat-rewrite.6 (2020-09-28)
Bug Fixes
- relax isRemap check as we can implement
fromFormGroup
and/ortoFormGroup
on a non remap component (it's optional but possible) (464a851)
v5.2.0-feat-rewrite.5
v5.2.0-feat-rewrite.4
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 thewriteValue$
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
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
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)