Skip to content

Releases: Mr-Pine/Zoomables

Version 1.4.0

17 Apr 22:33
05175de
Compare
Choose a tag to compare

What's Changed

  • Fix default dragGestureMode (was inverted)
  • Call onTransformation when single Finger dragging
  • Add DragGestureMode.default
  • DragGestureMode.default and ZoomableState.DefaultDoubleTapBehaviour change on transformed instead of zoomed

Full Changelog: v1.3.0...v1.4.0

Version 1.3.0

31 Mar 15:01
b09cc45
Compare
Choose a tag to compare

What's Changed

  • Fix inverted zoomed in ZoomableState
  • onTap Callback
  • replace onDoubleTap with doubleTapBehaviour and add DoubleTapBehaviour SAM and DefaultDoubleTapBehaviour

Full Changelog: v1.2.1...v1.3.0

Version 1.2.2

31 Mar 11:07
1882e97
Compare
Choose a tag to compare

What's Changed

  • Remove unnecessary logging

Full Changelog: v1.2.1...v1.2.2

Version 1.2.1

31 Mar 10:35
b068511
Compare
Choose a tag to compare

What's Changed

  • Fixes second part of #11: Reenable Zoom when touching two Pointers again

Full Changelog: v1.2.0...v1.2.1

Release 1.2.0

29 Mar 13:29
4fdb999
Compare
Choose a tag to compare

What's Changed

  • API Change: Replace dragGesturesEnables with dragGestureMode
  • API Change: Replace ZoomableState.notTransformed with ZoomableState.transformed
  • Add: ZoomableState.zoomed
  • Fix #11

Full Changelog: v1.1.2...v1.2.0

Version 1.1.2

07 Apr 17:41
9d2c9e9
Compare
Choose a tag to compare

What's Changed

  • It is now possible to turn off drag gestures via a Boolean function in Zoomables
  • New property of ZoomableState: notTransformed - true if scale is 1, offset is Offset.Zero and rotation is 0

New Contributors

  • @ajans made their first contribution in #8

Full Changelog: v1.1.1...v1.1.2

First GitHub Release: Version 1.1.1

02 Apr 13:22
Compare
Choose a tag to compare

What's Changed from v1.0.0

  • Repository name change from AndroidUtilityLibraries to Zoomables
  • new Enum class ZoomableState.Rotation for defining rotation gesture handling via the ZoomableState
  • new method ZoomableState.animateZoomToPosition for smoothly zooming towards a target position. This is used in the new default behaviour of double-tap which zooms in on the touch point now
  • Name change in rememberZoomableState: the initial value parameters now all have an initial prefix