v0.14.1
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.