Skip to content

Releases: d3/d3-zoom

v1.7.0

25 Oct 17:27
Compare
Choose a tag to compare

v1.6.0

03 Oct 17:12
Compare
Choose a tag to compare

v1.5.0

14 Jul 20:55
Compare
Choose a tag to compare

v1.3.1

12 Jul 20:44
Compare
Choose a tag to compare
  • Only register touch event listeners on platforms that support touch.
  • When touch is supported, set the touch-action style to “none”.

v1.3.0

30 May 18:06
Compare
Choose a tag to compare

v1.2.0

11 May 16:00
Compare
Choose a tag to compare
  • Add zoom.clickDistance for setting the click distance threshold. Thanks, @Epiphero!
  • Fix click suppression to ignore mousemove events that don’t actually move (#65).

v1.1.4

24 Mar 15:55
Compare
Choose a tag to compare
  • Fix primary touch location on secondary touchend. (#90)

v1.1.3

10 Mar 17:41
Compare
Choose a tag to compare
  • Update dependencies.

v1.1.2

28 Feb 17:04
Compare
Choose a tag to compare
  • Update dependencies.

v1.1.1

28 Nov 23:32
Compare
Choose a tag to compare
  • Fix handling of gestures that start with multiple touches (#72).