Skip to content

0.3.1

Compare
Choose a tag to compare
@marcojakob marcojakob released this 03 Jul 18:24
· 26 commits to master since this release
  • Touch Event support (Issue #3): Uses touchStart, touchMove, and touchEnd
    events to emulate HTML5 drag and drop behaviour.
  • Reorganized some parts. Now only html5_dnd.dart needs to be imported and
    sortable is imported automatically. If some functionality like sortable isn't
    used, Dart's treeshaking will make sure no unnecessary code is added.
  • Add extended usage documentation to readme.