Skip to content

v2.0.0

Compare
Choose a tag to compare
@aerni aerni released this 04 Aug 06:43
· 263 commits to main since this release
5602efb

What's new

  • Added support for Google reCAPTCHA v2.
  • You can now use show_label on all fieldtypes.
  • select fields now also render their instructions.

What's fixed

  • Avoid name collisions when using multiple forms on the same page.

What's breaking

  • Removed support for Antlers views. You can still import your form component in your Antlers views, but the form views themselves are only provided in Blade now. If you published your form views in Antlers, they will no longer work. You will need to publish the form views afresh and update the markup according to your changes.
  • Multiple changes to the form views. If you published the views, you have to manually update them.