You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.