html5_dnd 0.2.0 copy "html5_dnd: ^0.2.0" to clipboard
html5_dnd: ^0.2.0 copied to clipboard

outdatedDart 1 only

HTML5 Drag and Drop

Changelog #

Version 0.1.0 (2013-06-05) #

  • First Version.

Version 0.2.0 (2013-06-10) #

  • 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.