v9.0.0
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
, andsubmittedForm
hooks. - Removed the
submissionCreated
event. - Removed the
$HANDLE
,$VIEW
and$THEME
component properties. - Removed
showLabel
field property.