Releases: joshhanley/livewire-autocomplete
v2.1.2
v2.1.1
What's Changed
- Fixing typo in readme by @ChrisThompsonTLDR in #26
- Fix tests by @joshhanley in #32
- Laravel 11 support by @mferrara in #31
- Improve user click away detection by @dircm in #30
New Contributors
- @ChrisThompsonTLDR made their first contribution in #26
- @mferrara made their first contribution in #31
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Extract javascript assets to dedicated file so they can be bundled, see README.md#scripts for more details c615724
Full Changelog: v2.0.0...v2.1.0
v1.1.0
What's Changed
- Extract javascript assets to dedicated file so they can be bundled, see README.md#scripts for more details a1210a5
Full Changelog: v1.0.0...v1.1.0
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
v1.0.0
Release notes
This package has been pretty stable for a while, but I never got around to tagging a v1.0 release.
We're about to release an update for this package to support Livewire V3, but it will have some breaking changes so it will be tagged under a v2.0 release.
So I thought it best to tag v1.0 first 😁
What's Changed
- Submit the search form if no result is selected by @howdu in #19
- Add Laravel 10 support by @joshhanley in #20
New Contributors
Full Changelog: v0.1.8...v1.0.0
v0.1.9
What's Changed
- Submit forms on enter if no result is selected by @howdu in #19
- Add Laravel 10 support by @joshhanley in #20
New Contributors
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- Add option to pass search term to result component for highlighting 2d1ea58
Full Changelog: v0.1.7...v0.1.8