Releases: mxalbert1996/Zoomable
Releases · mxalbert1996/Zoomable
1.6.2
1.6.1
- Fix the compatibility issue with Jetpack Compose 1.5.0 alpha
1.6.0
- Upgrade Kotlin to 1.8.20, Compose Multiplatform to 1.4.0 and Jetpack Compose to 1.4.2
- Zoomable now supports Compose for iOS!
1.5.1
- Fixed the bug where the drag position is reset after restored when the content is an asynchronously loaded image. (thanks @matsudamper)
1.5.0
- Behavior Change: Horizontal drag won't be consumed any more if the zoomed image can't be dragged in that direction. This means if you are using Zoomable in a pager, you can now scroll to the next page while the image is zoomed.
- Use native decay animation spec (so the fling after a drag will be slightly different).
1.4.2
- Zoomable now supports Compose for Desktop!
1.4.1
- Upgrade to Compose 1.1.1
- Fix
dismissDragProgress
change not causing recomposition
1.4.0
- Upgrade Kotlin to 1.6.10 and Compose to 1.1.0
- Add
onTap
parameter toZoomable
to enable use cases such as overlay (thanks @mbichlmeier)
1.3.1
- Zooming should be more natural now as centroid of the gesture is taken into account