Skip to content

Releases: bumbu/svg-pan-zoom

v2.3.5 Fix getBoundingClientRect bug in FF

13 Aug 21:30
Compare
Choose a tag to compare
update getBoundingClientRect to make behavior consistent between Fire…

…fox and the rest.

v2.3.4 - Fix IE markers bug. Update control behavior.

12 Aug 23:45
Compare
Choose a tag to compare

Zoom controls should work if they are enabled, even if zoomEnabled is false.

v2.3.3 Fix zoomAtPoint and zooming

07 Aug 23:40
Compare
Choose a tag to compare

Fix zoomAtPoint caching.
Allow zooming out of limits by bounding values to min/max values. Previously values out of bounds were ignored.

v2.3.2 Add resize to public API

07 Aug 14:37
Compare
Choose a tag to compare

v2.3.1 Update namespace handling

30 Jul 23:52
Compare
Choose a tag to compare

Safari had trouble with the namespace code, so I updated it to produce consistent behavior in Chrome, Firefox and Safari.

v2.3.0 Disable dblClick, remove drag, fix touch events

30 Jul 23:20
Compare
Choose a tag to compare

v2.2.0 beforePan callback

09 Jul 01:19
Compare
Choose a tag to compare

v2.1.1 beforeZoom callback

23 May 13:20
Compare
Choose a tag to compare

v2.1.0: Add fit and center

18 May 13:47
Compare
Choose a tag to compare

v2.0.3

14 May 21:22
Compare
Choose a tag to compare
Fix bug with getting SVG dimensions in Firefox