Skip to content

Releases: asantibanez/livewire-select

v2.3.0

10 Nov 12:51

Choose a tag to compare

  • Livewire 3 compatibility
  • Upgraded for Laravel 11 and Laravel 12

v2.2.0

08 Feb 15:05
4d97154

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

31 Jul 22:42

Choose a tag to compare

  • Upgraded dependencies

v2.0.0

13 Dec 21:32
e15bd41

Choose a tag to compare

  • Added support for Livewire V2
  • Added support for Laravel 8

1.1.4

16 Jun 14:50

Choose a tag to compare

Fixed custom Blade

1.1.3

16 Jun 13:54

Choose a tag to compare

  • Fixed Blade directive resolution

1.1.2

11 Jun 22:39

Choose a tag to compare

  • New style properties: searchOptionItemActive and searchOptionItemInactive for AlpineJs interaction styling
  • Option to customize "No options found" message with :noResultsMessage attribute when declaring component

Minor fixes

11 Jun 02:54

Choose a tag to compare

  • 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 using description instead of title

1.1.0

05 Jun 22:48

Choose a tag to compare

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

04 Jun 21:51

Choose a tag to compare

  • Added instructions
  • Added ability to customize base styles by overriding the styles() method
  • Improved reset indicator for searchable behavior