Releases: mnogueron/react-easy-panzoom
Releases · mnogueron/react-easy-panzoom
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
Breaking changes
autoCenter
no longer animates on componentDidMount
but the animation can be manually triggered with
autoCenter(1, true)
See the dedicated story for an example.
Changes
v0.3.0
Contributors
Thanks to @n1ru4l for all his contributions for this new version! 🎉
Changes
- add
disableDoubleClickZoom
feature (#5) - add
onStateChange
prop to support on state change listener (#6) - propagate unsupported props to the container
div
element and propagate eventonDoubleClick
,onMouseDown
,onKeyDown
,onTouchStart
through props (#7) - fix flow types and some other minor code styling (#8)
v0.2.5
v0.2.4
Important changes
This new version introduces a PoC for the rotation. This feature can only be controlled using the rotate
method available through the PanZoom
ref.
Minor changes
- Rewrite transform calculation to support rotation
- Fix Chrome 73 issue with default passive behaviour of
onWheel
#2 - Improve overall performances