Releases: ringlesoft/laravel-selectable
Releases · ringlesoft/laravel-selectable
1.0.5
1.0.4
-
Added support for IDs: Added support for adding
id
attributes to the selectable items using thewithId
method. -
withDataAttribute
method: Added support for passing a Closure to thewithDataAttribute
method to generate the data attribute value dynamically. -
withClass
method: Added support for passing an array of classes to thewithClass
method to add multiple classes to the selectable items. -
Performance optimization option rendering
Full Changelog: 1.0.3...1.0.4
1.0.3
1.0.2
1.0.1
First Release
First release with basic functionality