Skip to content

Releases: d3/d3-drag

v0.1.5

22 May 16:01
Compare
Choose a tag to compare
  • Use the pointer coordinates as the default subject if the initiating datum is undefined (#18).
  • Fix the reported dx, dy and listeners during beforestart.

v0.1.4

22 May 15:51
Compare
Choose a tag to compare

v0.1.3

19 May 05:25
Compare
Choose a tag to compare
  • 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

11 May 23:44
Compare
Choose a tag to compare

v0.1.1

11 May 15:35
Compare
Choose a tag to compare
  • The default subject no longer falls back to the element if the datum is undefined.

v0.1.0

10 May 23:57
Compare
Choose a tag to compare
  • First release.

v0.0.1

02 May 18:15
Compare
Choose a tag to compare
  • Placeholder release.