Skip to content

0.2.0

Compare
Choose a tag to compare
@marcojakob marcojakob released this 03 Jul 18:27
· 44 commits to master since this release
  • Changed API to using groups of Draggables/Dropzones/Sortables. Now options
    and event listeners are set on a group instead of individual elements.
  • Ability to install/uninstall elements. Adds/Removes event subscriptions on
    an element.
  • SortableEvent now carries information about the original group of the
    dragged element and the new group it was dragged to. This enables
    uninstalling in the previous group and installing in the new group.
  • Other minor improvements in Sortable.