Skip to content

Releases: ringlesoft/laravel-selectable

1.0.5

22 Apr 14:41
4b0c0bd
Compare
Choose a tag to compare
  • Improved IDE Helper for better auto-completion
  • Minor bug fixes

1.0.4

22 Mar 13:30
d292f64
Compare
Choose a tag to compare
  • Added support for IDs: Added support for adding id attributes to the selectable items using the withId method.

  • withDataAttribute method: Added support for passing a Closure to the withDataAttribute method to generate the data attribute value dynamically.

  • withClass method: Added support for passing an array of classes to the withClass method to add multiple classes to the selectable items.

  • Performance optimization option rendering

Full Changelog: 1.0.3...1.0.4

1.0.3

19 Nov 19:42
db7aeb6
Compare
Choose a tag to compare

Added support for non-object (array) collections

1.0.2

02 Jul 18:46
Compare
Choose a tag to compare

Introduced custom IDE helper file

1.0.1

21 May 16:00
a1aaaab
Compare
Choose a tag to compare

First stable release

First Release

20 May 22:15
Compare
Choose a tag to compare

First release with basic functionality