Skip to content

Releases: johncarter-/statamic-livewire-forms

v1.0.4

06 Jan 15:45
666b3eb

Choose a tag to compare

Support jonassiewertsen/statamic-livewire ^3.0

v1.0.3

06 Jan 15:43
3606ddd

Choose a tag to compare

Statamic ^5.0 support

v1.0.2

20 Sep 08:13
7cac4e1

Choose a tag to compare

Checks for validate key in array before working with it.

v1.0.1

18 Sep 12:51
071a648

Choose a tag to compare

See CHANGELOG

v1.0

18 Aug 17:26

Choose a tag to compare

Want labels

v0.4.0

17 Mar 10:30

Choose a tag to compare

Added

  • View generation command to create form component views based on current Statamic forms that allows users to select a form and make a basic view from a stub. ( Doesn't auto-populate fields)

Changed

  • Allows you to specify a view on the livewire component incase you want to have two forms with different views.
  • Tidys up README.

0.3.1

10 Mar 15:31

Choose a tag to compare

Just use `$fields` - it's an array!

Fix resetting the handle

10 Mar 15:16

Choose a tag to compare

Releases fix that keeps the form handle as class property so we know what view to render.

Adds success boolean

10 Mar 15:02

Choose a tag to compare

Realised there was no way to tell if a form had been successfully submitted.

  • Added $success boolean.
  • Resets form on success.

Initial Release

10 Mar 13:17

Choose a tag to compare

v0.1.0

First release