Releases: cloudnc/ngx-sub-form
Releases · cloudnc/ngx-sub-form
v2.10.1
2.10.1 (2019-06-16)
Bug Fixes
- Readme Code: Fix readme code so it compiles with AoT (37ac2aa)
v2.9.0
2.9.0 (2019-06-12)
Features
- lib: custom emission rate on
NgxSubFormComponent
and DataInput
decorator for NgxRootFormComponent
(0cf683f)
- lib: NgxAutomaticRootFormComponent to automatically publish form updates (8a9405e)
- RootForm: Add implementation of root form (e510831)
v2.8.0
2.8.0 (2019-06-12)
Bug Fixes
- Fix typescript errors with overload method (513601d)
Features
v2.7.1
2.7.1 (2019-06-10)
Bug Fixes
- CI: Fix CI not exiting before deploy when script fails (34f4b40)
v2.7.0
2.7.0 (2019-06-04)
Features
- throw if missing key when patching the form value (57e263d)
v2.6.1
2.6.1 (2019-06-03)
Bug Fixes
v2.6.0
2.6.0 (2019-05-22)
Features
- Validation: Add better type safety to validation methods (f79c434)
- Validation: Add hook to allow sub forms to add their own form (84fa775)
- Validation: Add readme info (83509eb)
v2.5.1
2.5.1 (2019-05-21)
Bug Fixes
- onChange: Fix onChange handling to only emit the form update when (723e31c)
v2.5.0
2.5.0 (2019-05-17)
Features