Releases: d3/d3-drag
Releases · d3/d3-drag
v3.0.0
v2.0.0
- Change drag.on to pass the event directly to listeners.
- Upgrade to d3-selection 2.
See https://observablehq.com/@d3/circle-dragging-ii 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.2.5
v1.2.4
- Fix default drag.filter on control-click. #62
- Fix default drag.touchable if navigator.maxTouchPoints. #47
- Update dependencies.
- Adopt exact paths for imports.
- Adopt explicit files for publishing.
v1.2.3
v1.2.2
v1.2.1
- Optimize drag.touchable slightly.
v1.2.0
- Add drag.touchable. (#41) Thanks, @nicolas-van!