Skip to content

v0.14.1

Compare
Choose a tag to compare
@Mobius1 Mobius1 released this 05 Dec 13:53
· 171 commits to master since this release

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.