Skip to content

Releases: jillix/svg.pan-zoom.js

2.8.0

04 Feb 09:51
Compare
Choose a tag to compare

Fixed #17 (zoom(z, x, y): transform may be undefined). Thanks @tenKinetic! 🍰

2.7.0

16 Sep 15:03
Compare
Choose a tag to compare
  • Support for panning in IE11. Thanks @exxi! 🍰

2.6.0

13 Aug 13:00
Compare
Choose a tag to compare
  • Some minor fixes.

2.5.0

13 Aug 12:36
Compare
Choose a tag to compare

Added the min file which I forgot to add in previous version.

2.4.0

13 Aug 12:25
Compare
Choose a tag to compare

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

15 Jul 08:52
Compare
Choose a tag to compare

This version fixes the parent field -- which is a function in the new versions of SVG.js. Fixed #9.

2.2.0

08 May 09:02
Compare
Choose a tag to compare
  • Fixed #7. Made the zoom speed/direction configurable.

2.1.0

30 Apr 15:48
Compare
Choose a tag to compare

Send the data object in the detail field. Fixes #5. 🐛

2.0.0

30 Apr 14:13
Compare
Choose a tag to compare
  • Move the graph programmatically. Fixes #3.
  • Zoom the graph programmatically.
  • 🐛 Fixed the zoom issue. Fixed #2.

1.0.1

19 Mar 09:01
Compare
Choose a tag to compare
  • Added minified file.