Skip to content

Releases: d3/d3-zoom

v3.0.0

11 Jun 17:44
debbe3d
Compare
Choose a tag to compare
  • Adopt type: module.
  • Update dependencies.
  • Make build reproducible.
  • Declare wheel listener as non-passive. #225
  • Fix variable initialization error. #235
  • Expose ZoomTransform constructor. #191

This package now requires Node.js 12 or higher. For more, please read Sindre Sorhus’s FAQ.

v2.0.0

23 Aug 21:52
@Fil Fil
Compare
Choose a tag to compare

See https://observablehq.com/@d3/zoom-with-tooltip for an example.

This release adopts ES2015 language features such as for-of and drops support for older browsers, including IE. If you need to support pre-ES2015 environments, you should stick with d3-brush 1.x or use a transpiler.

v1.8.3

10 Aug 14:40
Compare
Choose a tag to compare
  • Fix handling of filtered multitouch gestures. #176

v1.8.2

16 Nov 21:09
Compare
Choose a tag to compare
  • Fix handling of filtered multitouch gestures. #176

v1.8.1

09 Aug 19:35
Compare
Choose a tag to compare
  • Fix consuming of wheel events when the scale extent is reached. #158

v1.8.0

09 Aug 19:26
Compare
Choose a tag to compare

v1.7.4

07 Aug 18:09
Compare
Choose a tag to compare

v1.7.3

24 Aug 21:34
Compare
Choose a tag to compare
  • Housekeeping.

v1.7.2

24 Aug 19:28
Compare
Choose a tag to compare
  • Update dependencies.

v1.7.1

30 Oct 14:15
Compare
Choose a tag to compare
  • Fix touch-based zooming.