Skip to content

Releases: mintware-de/mw-form-builder

v3.1.0

16 Aug 09:54
f2fa7ae
Compare
Choose a tag to compare

Feature:

  • Added a Pre Submit Handler

v3.0.0

22 Jul 11:58
0f5c974
Compare
Choose a tag to compare

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

02 Jul 08:58
918eb39
Compare
Choose a tag to compare

Fix:

  • Fixed the order of the form fields in Firefox.

v2.1.2

11 Jun 10:40
284b42f
Compare
Choose a tag to compare

Change:

  • Added type arguments to AbstractCollectionComponent

Fix:

  • Using FormArray.push(...) instead of FormArray.controls.push(...) to ensure FormGroup updates.

v2.1.1

08 Jun 06:25
fdb6a07
Compare
Choose a tag to compare

Fix:

  • The builderInstance field was not set on AbstractLayoutType

v2.1.0

08 Jun 02:46
f4a39fa
Compare
Choose a tag to compare

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

01 Jun 05:54
a5be2e5
Compare
Choose a tag to compare

Fix

  • Fixed ExpressionChangedAfterItHasBeenCheckedError.

Change:

  • Copyright updated.
  • Added shorthand getters for valid and invalid.