The 2.0 versions are code complete, still fixing some minor bugs and
testing cross browser. ETA is most likely about four weeks (early
June). I still need to complete testing and documentation.
The API is the same, everything is still event driven, there are new
custom event properties and to differentiate from normal event
properties, I am trying to keep them together in a single "drag"
property of the event object. For example, instead of "event.offsetX"
you would write "event.drag.offsetX" I will also include a patch that
copies the currently supported event properties back up to the event
object, for backwards compatibility.
New Features:
- New "drag" option for handles
- New "drag" options for drop targets
- New "draginit" and "dropinit" events
- Special events are configured for all event types (You are not
forced to bind a "drag" or "drop" event)
- Drop targets can be managed automatically when dragging begins
- New event properties (startX, startY, originalX, originalY, deltaX,
deltaY)
- Improved text selection disabling
- Support for simultaneous multiple "drag" events
- Support for simultaneous multiple "drop" events
- Support for "live" drag events
- Support for "live" drop events
I hope some of these features help get you excited.