Releases: d3/d3-drag
Releases · d3/d3-drag
v0.1.5
v0.1.4
- Add d3.dragDisable and d3.dragEnable (#22).
- Expose dx and dy on drag events (#21).
- Use the initiating element as the default subject if the associated datum is undefined (#18).
v0.1.3
- Events consumed by the drag behavior no longer propagate.
- The prevention of default behaviors is now slightly more efficient.
- You can no longer customize which default behaviors are prevented.
- Emulated mouse events within 500ms of the end of a touch gesture are now ignored.
- Text selection and native dragging are only suppressed during mouse gestures.
v0.1.2
- Add event.active.
v0.1.1
- The default subject no longer falls back to the element if the datum is undefined.