You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.