Skip to content

Releases: mxalbert1996/Zoomable

1.6.2

31 Aug 06:34
1d23900
Compare
Choose a tag to compare
  • Upgrade Kotlin to 2.0.20, Compose Multiplatform to 1.6.11 and Jetpack Compose to 1.6.8

1.6.1

11 May 11:58
e0f12c1
Compare
Choose a tag to compare
  • Fix the compatibility issue with Jetpack Compose 1.5.0 alpha

1.6.0

25 Apr 11:45
e2421d1
Compare
Choose a tag to compare
  • 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

24 Jul 04:11
320f6f3
Compare
Choose a tag to compare
  • Fixed the bug where the drag position is reset after restored when the content is an asynchronously loaded image. (thanks @matsudamper)

1.5.0

20 Jul 13:59
5220c30
Compare
Choose a tag to compare
  • 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

25 Apr 09:03
ee07204
Compare
Choose a tag to compare
  • Zoomable now supports Compose for Desktop!

1.4.1

12 Mar 09:30
Compare
Choose a tag to compare
  • Upgrade to Compose 1.1.1
  • Fix dismissDragProgress change not causing recomposition

1.4.0

10 Feb 09:56
Compare
Choose a tag to compare
  • Upgrade Kotlin to 1.6.10 and Compose to 1.1.0
  • Add onTap parameter to Zoomable to enable use cases such as overlay (thanks @mbichlmeier)

1.3.1

04 Jan 08:37
Compare
Choose a tag to compare
  • Zooming should be more natural now as centroid of the gesture is taken into account

1.3.0

24 Dec 10:49
9bb5ff8
Compare
Choose a tag to compare
  • Upgrade to Compose 1.0.5
  • Support over-zoom effect (thanks @rustamsmax)
  • Add dismissDragProgress property (thanks @dev-gvs)