Releases: mintware-de/mw-form-builder
Releases · mintware-de/mw-form-builder
v3.1.0
Feature:
- Added a Pre Submit Handler
v3.0.0
Feature:
- Updated the peerDependencies for Angular 12
Change:
- Extracted an interface of the FormBuilderComponent to remove a cyclic dependency.
BREAKING CHANGE:
- Dropped support for Angular <10.0.0
v2.1.3
Fix:
- Fixed the order of the form fields in Firefox.
v2.1.2
Change:
- Added type arguments to
AbstractCollectionComponent
Fix:
- Using
FormArray.push(...)
instead of FormArray.controls.push(...)
to ensure FormGroup updates.
v2.1.1
Fix:
- The builderInstance field was not set on AbstractLayoutType
v2.1.0
Features:
- Added a Type Parameter for the FormModel to improve autocomplete.
- Added Angular 10 and 11 version constraints to the package.json
v2.0.1
Fix
- Fixed ExpressionChangedAfterItHasBeenCheckedError.
Change:
- Copyright updated.
- Added shorthand getters for valid and invalid.