Releases: aerni/statamic-livewire-forms
Releases · aerni/statamic-livewire-forms
v2.0.0
What's new
- Added support for Google reCAPTCHA v2.
- You can now use
show_label
on all fieldtypes. select
fields now also render theirinstructions
.
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.
v1.2.0-beta.6
What's changed
- You no longer need to add
{{ captcha:scripts }}
or@captchaScripts
to your layout.
v1.2.0-beta.5
What's fixed
- The captcha scripts did not always load correctly.
Breaking changes
- If you use the captcha, please remove
{{ captcha:head }}
or@captchaHead
from your layout'shead
and add{{ captcha:scripts }}
or@captchaScripts
before the closingbody
tag instead.
v1.2.0-beta.4
What's fixed
- Avoid name collisions when using multiple forms on the same page.
v1.2.0-beta.3
What's new
- You can now use
show_label
on all fieldtypes. select
fields now also render theirinstructions
.
What's fixed
- The
{{ errors }}
tag used inerrors.antlers.html
caused a name collision with the form on password-protected pages. The tag was renamed to{{ livewire_forms }}
and also refactored. If you published this addon's views, you have to manually update the errors view.
v1.2.0-beta.2
What's new
- Added config option to globally enable/disable the captcha
v1.2.0-beta.1
What's new
- Added support for Google reCAPTCHA v2.