Releases: asantibanez/livewire-select
Releases · asantibanez/livewire-select
v2.2.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #47
New Contributors
- @laravel-shift made their first contribution in #47
Full Changelog: v2.1.0...v2.2.0
v2.1.0
- Upgraded dependencies
v2.0.0
- Added support for Livewire V2
- Added support for Laravel 8
1.1.4
Fixed custom Blade
1.1.3
- Fixed Blade directive resolution
1.1.2
- New style properties:
searchOptionItemActive
andsearchOptionItemInactive
for AlpineJs interaction styling - Option to customize "No options found" message with
:noResultsMessage
attribute when declaring component
Minor fixes
- Removed "name" attribute to not submit value if used within form
- Added extra z-10 class for dropdown options to be present above other inputs
- Fixed Blade directives registration
- Changed key for
selectableOption()
displayed value. Now usingdescription
instead oftitle
1.1.0
Added AlpineJs support for keyboard events
- Arrow key navigation between options
- Enter key for selection
- Enter/Space keys for reset
- Tab for navigation
- Added focus on search reset
1.0.1
- Added instructions
- Added ability to customize base styles by overriding the
styles()
method - Improved reset indicator for searchable behavior
Initial release
Enjoy! 🎉