Skip to content

v3.0.0

Compare
Choose a tag to compare
@aerni aerni released this 21 Jan 15:32
· 84 commits to main since this release

What's new

  • Added support for field conditions. Go nuts!
  • Added support for the assets fieldtype.
  • Complete refactor introducing a whole bunch of new concepts and customization options like themes, components, hooks, callbacks, and more. Make sure to read the docs.

What's breaking

  • Dropped support for PHP 7.4
  • Changed the form parameter on the component to handle.
  • The component view now defaults to default and not the handle of the form anymore. Use the view parameter on the component to use a different view.
  • You now need a theme. Run php please livewire-forms:theme to create one.
  • There are lots of breaking changes in the form views. Migrate your old views to the views in the theme you just created.
  • There are probably other changes as well. Just make sure to read the docs and follow the instructions. It should be pretty easy to upgrade.