Skip to content

Releases: aerni/statamic-livewire-forms

v2.0.0

04 Aug 06:43
5602efb
Compare
Choose a tag to compare

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.

v1.2.0-beta.6

02 Aug 10:36
Compare
Choose a tag to compare
v1.2.0-beta.6 Pre-release
Pre-release

What's changed

  • You no longer need to add {{ captcha:scripts }} or @captchaScripts to your layout.

v1.2.0-beta.5

01 Aug 11:10
Compare
Choose a tag to compare
v1.2.0-beta.5 Pre-release
Pre-release

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's head and add {{ captcha:scripts }} or @captchaScripts before the closing body tag instead.

v1.2.0-beta.4

24 Jul 10:29
Compare
Choose a tag to compare
v1.2.0-beta.4 Pre-release
Pre-release

What's fixed

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

v1.2.0-beta.3

24 Jul 09:03
Compare
Choose a tag to compare
v1.2.0-beta.3 Pre-release
Pre-release

What's new

  • You can now use show_label on all fieldtypes.
  • select fields now also render their instructions.

What's fixed

  • The {{ errors }} tag used in errors.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

09 Jul 07:56
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release

What's new

  • Added config option to globally enable/disable the captcha

v1.2.0-beta.1

05 Jul 13:54
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release

What's new

  • Added support for Google reCAPTCHA v2.

v1.1.0

23 Jun 11:59
Compare
Choose a tag to compare

What's new

  • You can now define the form view using the new view parameter.

What's improved

  • The form views are now stored in their own directory views/livewire/forms. Make sure to move your existing views there.

v1.0.0

15 May 09:23
f9f2ddd
Compare
Choose a tag to compare

🎉 Initial release!