You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add pinchCenteringMode property to ResumableZoom and Gallery components.
Add rotateWithDirection method to CropZoom component by @iqorlobanov
Add onZoomBegin and onZoomEnd callbacks to Gallery component by @HadesShadows
🐛 Bug Fixes
Fix a bug in ResuambleZoom where setting panMode property to anything but PanMode.CLAMP would prevent the component from properly animating back to its original position.
🏗️ Internal Changes
Refactor the internals of the common of pan and pinch implementations.
🗃️ Miscellaneous
Update Gallery component example to support images and videos simultaneously.