Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@Glazzes Glazzes released this 08 Sep 16:49
· 49 commits to main since this release

✨ New Features

  • Add onPress support for SnapbackZoom and ResumableZoom components.
  • Add useTransformationState hook.
  • Add double tap spport for onGestureEnd callback.
  • Add programmatic zoom method to ResumableZoom
  • Add scaleMode, onUpdate, onGestureEnd and zoomEnabled properties to Gallery component.

💥 Breaking Changes

  • Renames all instances of onGestureActive property to onUpdate.
  • Replace all enums for string union types.
  • Simplify CropZoom usage.
  • Merge Cropzoom's rotate and rotateWithDirection into a single method.

📝 Documentation

  • Add "How to use with Skia Components" guide.
  • Add "Downscaling Nested Components" guide.