dnd 0.1.2
dnd: ^0.1.2 copied to clipboard
Drag and Drop for Dart web apps with mouse and touch support.
Changelog #
0.1.2 - 2014-07-22 #
- Correcting small bug that occurred when setSelectionRange() was called on an element that does not support it.
- Fix Pointer Event bug: Too many event listeners in move, end, cancel.
- Fix for Bug #1 - Not working in Windows 8.1 IE11
- Adding a
cancelledflag toDraggableEventto indicate if a drag ended because of a cancelling operation likeesckey, etc.
0.1.1 - 2014-07-21 #
- Support for IE10 and IE11 touch screens through pointer events.
- Removed
disableTouchanddisableMouseoptions. The goal was to unify touch and mouse dragging, so it should not be necessary to disable one or the other.
0.1.0 - 2014-07-17 #
- First version.