Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@Glazzes Glazzes released this 07 Apr 18:59
· 85 commits to main since this release

Features ✨

  • Add assignState method to ResumableZoom component.
  • Add requestState and assignState methods to CropZoom.
  • Add onGestureEnd callback to ResumableZoom and CropZoom components, refs #14

Enhancements 🚩

  • Expand the condition in which swipe gestures for ResuambleZoom's component are detected, as long the edges of the wrapped component and its enclosing container are in contact a swipe gesture can be triggered.

Bug Fixes 🐛

  • Fixes a bug in which minScale property would always be one, even if the user sets it to another value.

Documentation 📝

  • Clarify panWithPinch feature will not trigger any pan gesture related callbacks #14
  • Update according to the latest features and enhancements.