All notable changes to bs-blade-forms will be documented in this file
- fix: english translations
- feat: Support for custom values in the autocomplete element
- perf: Select optimizations for Safari
- fix: conflict between autocomplete blur handler and option selection
- fix: use proper translation key for autocomplete no results
- fix: add updated compiled assets
- feat: new Autocomplete component
- fix: mouseover handler did not work on fetched options
- feat: support for option fetching from url in search-select and multi-select
- fix: solved livewire rendering issue on searchselect and multiselect
- Bump dependencies for Laravel 12
- Added additional wire:key to select options because of livewire rendering issues
- Added wire:key to complex select wrappers
- Direct value definition now takes precedence over model binding.
- Improved performance on SearchSelect and MultiSelect with thousands of options
- Values from
Session::old()storage now take precedence over explicitly set values.
On v0.2.x, old session flash data was discarded when a value was explicitly set on the component
- Fix: Nested array data was not resolved correctly on old inputFix: nested array data was not resolved correctly on old input
- Fix: Safari always displayed an empty dropdown for search and multi select
- Added
Formelement with automatic binding
- Initial beta release