v2.0.0
- Add zoom.tapDistance. #180
- Change zoom.on to pass the event directly to listeners.
- Change the default zoom.filter to observe wheel events if the control key is pressed. #204 #213
- Change the default zoom.wheelDelta to go faster if the control key is pressed. #204 #213
- Don‘t set touch-action: none. #206
- Upgrade to d3-selection 2.
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.