v2.0.0
Release Notes
Due to the changes in Livewire V3, we've had to make some internal breaking changes that are not compatible with Livewire V2.
As such we've tagged a new major version v2.0 of this package.
There shouldn't be any changes required to upgrade to this version.
Note: Livewire V3 no longer supports Eloquent Model binding out of the box. If you are using Eloquent Models in your autocomplete search results (as previously recommended by this package), you can enable legacy_model_binding
in Livewire V3. It's not recommended to use legacy model binding in Livewire V3, so it should only be used to assist with upgrading and refactoring away from models.
What's Changed
- Livewire v3 support by @Edgarborras94 and @joshhanley in #24
New Contributors
- @Edgarborras94 made their first contribution in #24
Full Changelog: v0.1.9...v2.0.0