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

outdatedDart 1 only

Drag and Drop for Dart web apps with mouse and touch support.

Changelog #

0.2.0 - 2014-03-09 #

  • Fix #3: Shadow DOM is now supported. A dnd-retarget attribute must be added to all custom elements where events should be forwarded to the Shadow DOM children.
  • Fix #7: Add a css class (dnd-invalid by default) to dropzones when a not-accepted draggable is dragged over.

0.1.4 - 2014-10-20 #

  • Add a sortable example.
  • Change comments according to new Dart Style Guide rule (/// instead of /** */).
  • Move event dispatching calls from EventManager to Draggable (refactoring).

0.1.3 - 2014-08-09 #

  • Fix #4: Problem when an ancestor of the dragged element was positioned (relative, absolute, fixed).

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 cancelled flag to DraggableEvent to indicate if a drag ended because of a cancelling operation like esc key, etc.

0.1.1 - 2014-07-21 #

  • Support for IE10 and IE11 touch screens through pointer events.
  • Removed disableTouch and disableMouse options. 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.
53
likes
0
points
115k
downloads

Publisher

verified publisherjakobservices.ch

Weekly Downloads

Drag and Drop for Dart web apps with mouse and touch support.

Homepage

License

unknown (license)

Dependencies

browser

More

Packages that depend on dnd