Releases: mnogueron/react-easy-panzoom
Releases · mnogueron/react-easy-panzoom
v0.2.1
Changes
- add
noStateUpdate
props to disable state update while panning to improve performances
- fix touch events for pinch and pan
v0.2.0
Changes
- add
minZoom
and maxZoom
props
- add
preventPan
props to defines a function to prevent panning on specific case
- add
zoomIn
and zoomOut
functions to use by reference
v0.1.1
Changes
- enable default import for
PanZoom
, using import PanZoom from 'react-easy-panzoom'
- fix babel configuration
v0.1.0
Touch events, keyboard interactions and transitions
Changes
- add touch event supports 👆📱
- add keyboard event supports ⌨️
- add CSS transition animation
- prevent text selection on pan
v0.0.1
It's out!
First release for react-easy-panzoom
.