Releases: jillix/svg.pan-zoom.js
Releases · jillix/svg.pan-zoom.js
2.8.0
Fixed #17 (zoom(z, x, y): transform may be undefined). Thanks @tenKinetic! 🍰
2.7.0
2.6.0
- Some minor fixes.
2.5.0
Added the min file which I forgot to add in previous version.
2.4.0
In this release, the zoom
function allows some optional arguments: the x
and y
coordinates of the zoom origin point and the event object (if provided, the zoom
event will be triggered).
The internal wheel handlers use now the zoom
function and we can provide a zoom origin point from outside of the library which makes our lives easier. 💫
2.3.0
2.2.0
2.1.0
2.0.0
1.0.1
- Added minified file.