Skip to content

v1.2.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 10 Jun 22:42
· 55 commits to main since this release
d4aa583

Changes

Breaking

  • Add options object with emitEvent flag to addControl and removeControl methods, see #15 (#16) @abarghoud

If your app has a custom class that extends ClassValidatorFormGroup class and override the above-mentioned methods, you may need to update your implementation to take the new options into account and make sure that overrides are compatible from a types perspective.