Releases: Mr-Pine/Zoomables
Releases · Mr-Pine/Zoomables
Version 1.4.0
What's Changed
- Fix default dragGestureMode (was inverted)
- Call onTransformation when single Finger dragging
- Add DragGestureMode.default
- DragGestureMode.default and ZoomableState.DefaultDoubleTapBehaviour change on
transformedinstead ofzoomed
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
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
Version 1.2.1
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
What's Changed
- API Change: Replace
dragGesturesEnableswithdragGestureMode - API Change: Replace
ZoomableState.notTransformedwithZoomableState.transformed - Add:
ZoomableState.zoomed - Fix #11
Full Changelog: v1.1.2...v1.2.0
Version 1.1.2
What's Changed
- It is now possible to turn off drag gestures via a Boolean function in
Zoomables - New property of
ZoomableState:notTransformed-trueif scale is 1,offsetisOffset.Zeroandrotationis 0
New Contributors
Full Changelog: v1.1.1...v1.1.2
First GitHub Release: Version 1.1.1
What's Changed from v1.0.0
- Repository name change from
AndroidUtilityLibrariestoZoomables - new Enum class
ZoomableState.Rotationfor defining rotation gesture handling via the ZoomableState - new method
ZoomableState.animateZoomToPositionfor 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
initialprefix