You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.