Selectable v0.14.1 Release Notes

Release Date: 2018-12-05 // over 5 years ago
  • ๐Ÿ”„ Changes

    ๐Ÿ”„ Changed event names:

    • selectable.init => init
    • โšก๏ธ selectable.update => update
    • selectable.refresh => refresh
    • selectable.start => start
    • selectable.drag => drag
    • selectable.end => end
    • selectable.select => selecteditem
    • selectable.deselect => deselecteditem
    • selectable.state => state
    • selectable.enable => enable
    • selectable.disable => disable

    ๐Ÿšš The old event names are deprecated and will be removed in v0.16.0.

    โž• Added events:

    • selectable.addeditem - fires when an item is added to the instance.
    • ๐Ÿšš selectable.removeditem - fires when an item is removed from the instance.