Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@Glazzes Glazzes released this 02 Aug 20:55
· 97 commits to main since this release

✨ New Features

  • Add onVerticalPull property to Gallery component.
  • 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.
  • Add build documentation step to CI pipeline.