Skip to content

Releases: aerni/statamic-livewire-forms

v9.4.1

20 Nov 16:03
4a80c31
Compare
Choose a tag to compare

What's fixed

v9.4.0

01 Nov 17:13
dba32af
Compare
Choose a tag to compare

What's new

  • Add config options to control panel by @aerni in #73
  • Never render hidden fields by @aerni in #74

What's fixed

v9.3.2

20 Sep 13:26
ea06251
Compare
Choose a tag to compare

What's fixed

v9.3.1

19 Aug 17:05
aab0a95
Compare
Choose a tag to compare

What's fixed

  • Fix options according to changes in Statamic by @aerni in #68

v9.3.0

17 Jun 19:23
246a8f5
Compare
Choose a tag to compare

What's new

  • Add the ability to redirect the user after form submission by @aerni in #64

v9.2.0

24 May 21:52
daabff1
Compare
Choose a tag to compare

What's new

  • Load scoped form localizations from vendor lang file by @aerni in #62

v9.1.0

24 May 16:00
02692a4
Compare
Choose a tag to compare

What's new

  • Add support for Statamic's native hide_display property as a replacement for the previously deprecated show_label property by @aerni in #59

What's fixed

  • Fix processing of asset fields with max_files: 1 by @aerni in #60
  • Some minor tweaks and improvements to views by @aerni in #59
  • Respect the configured Livewire namespace when creating a Livewire Forms component by @aerni in #61

v9.0.2

23 May 19:38
a43f731
Compare
Choose a tag to compare

What's fixed

v9.0.1

22 May 14:02
d0c7a6e
Compare
Choose a tag to compare

What's fixed

  • Fix issues around hidden fields by @aerni in #55

v9.0.0

13 May 19:26
94f9fa3
Compare
Choose a tag to compare

Livewire Forms was rewritten from the ground up to support the latest features of Livewire 3. It is much faster and snappier and comes with notable new features, such as a wizard form type for stepped forms. Please follow the Upgrade Guide.

What's new

  • Rewritten from the ground up for Livewire 3.
  • Support for Statamic 5.
  • Support for Laravel 11.
  • New wizard form type.
  • Major performance improvements.
  • Conditional fields powered by Alpine.
  • Self-containing field models powered by a synthesizer
  • FilePond integration for the Assets field.
  • Prettier commands thanks to Laravel Prompts.

Breaking changes

  • Complete overhaul of the theme folder structure and its views.
  • Replaced the @formSections, @formHoneypot, @formSubmit, @formErrors and @formSuccess blade directives with a global @formView directive.
  • Removed the hydratedFields, submittingForm, createdSubmission, and submittedForm hooks.
  • Removed the submissionCreated event.
  • Removed the $HANDLE, $VIEW and $THEME component properties.
  • Removed showLabel field property.