Skip to content

Release 1.2.0

Compare
Choose a tag to compare
@Glazzes Glazzes released this 04 May 17:05
· 59 commits to main since this release

Features ✨

  • Add a new Gallery component based on Telegram's one.
  • Add extendGestures property to ResuambleZoom component.

Enhancements 🚩

  • panWithPinch feature will be set to true by default for iOS users if a version of GH's greater than equals 2.16.0 is detected.
  • Clamp the Y axis for ResuambleZoom component when panMode property is set to PanMode.CLAMP
  • Change root view of ResumableZoom and CropZoom components for GH's GestureHandlerRootView component.

Miscellaneous 🗃️

  • Add Reanimated and GH as peer dependencies.
  • Deprecate hitSlop property for ResumableZoom component.

Documentation 📝

  • Update according to the latest features and enhancements.