Skip to content

Releases: joshhanley/livewire-autocomplete

v2.1.2

15 May 02:37
e5d357d
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect classname in laravel autodiscover config by @dircm in #34

Full Changelog: v2.1.1...v2.1.2

v2.1.1

14 May 11:06
f4cc7f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

22 Sep 05:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v1.1.0

22 Sep 05:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v2.0.0

14 Sep 11:54
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.1.9...v2.0.0

v1.0.0

14 Sep 10:35
9044cd0
Compare
Choose a tag to compare

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

New Contributors

  • @howdu made their first contribution in #19

Full Changelog: v0.1.8...v1.0.0

v0.1.9

15 Feb 00:38
9044cd0
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @howdu made their first contribution in #19

Full Changelog: v0.1.8...v0.1.9

v0.1.8

01 Feb 10:04
Compare
Choose a tag to compare

What's Changed

  • Add option to pass search term to result component for highlighting 2d1ea58

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 Feb 06:30
0740a62
Compare
Choose a tag to compare

Added

Full Changelog: v0.1.6...v0.1.7

v0.1.6

01 Dec 10:00
c94cfd2
Compare
Choose a tag to compare

Fixed

  • Decouple input value from entangled value by @dircm in #5

New Contributors

  • @dircm made their first contribution in #5

Full Changelog: v0.1.5...v0.1.6