All notable changes to livewire-filters
will be documented in this file.
- Added state preservation support via query string, controllable through
query_string_enabled
configuration key.
- Added
getOptionId
method for better handling of setting an option's ID attribute when dealing with associative arrays - Added
getOptionName
method for better handling of setting an option's name attribute when dealing with associative arrays - Added
getOptionValue
method for better handling of setting an option's value when dealing with associative arrays
- Added the
meta
field toFilter
class
- Initial release