Releases: usuiat/Zoomable
Releases · usuiat/Zoomable
v1.6.2
What's Changed
- Fix tap conflict by @usuiat in #240
- Call onCancel when mainEvent is consumed by @jaspervergeer in #233
- Update Compose to 1.6.8 by @usuiat in #189
New Contributors
- @jaspervergeer made their first contribution in #233
Full Changelog: v1.6.1...v1.6.2
v2.0.0-beta01
Zoomable now supports Kotlin Multiplatform 🎉 🎉 🎉 Thanks @Sanlorng
Platforms
Platform | Support |
---|---|
Android | ✅ Supported |
iOS | ✅ Supported |
Desktop | Only double-tap zoom is available. Touch gestures and mouse gestures are not available. |
Web | 🚫 Not supported |
What's Changed
New Contributors
Full Changelog: v1.7.0-beta02...v2.0.0-beta01
v1.7.0-beta02
What's Changed
Full Changelog: v1.7.0-beta01...v1.7.0-beta02
v1.6.1
v1.6.1-beta01
What's Changed
- Cancel gesture handling when PointerEvent is consumed by the parent. by @usuiat in #180
- Update Compose version to 1.6.3 by @usuiat in #181
Full Changelog: v1.6.0...v1.6.1-beta01
v1.7.0-beta01
What's Changed
New API
Modifier.snapBackZoomable
is available.
This is a modifier function that revert the content scale to original one when a pinch gesture ends like Instagram
Full Changelog: v1.6.0...v1.7.0-beta01
v1.6.0
What's Changed
- Migrate Modifier.composed to Modifier.Node by @usuiat in #131
- Resolve gesture conflict with Pager by @usuiat in #143
- Add scroll gesture propagation parameter by @usuiat in #147
- Add zoomEnabled parameter. by @usuiat in #159
- Update Compose to 1.6.0, Compose Compiler to 1.5.8, Kotlin to 1.9.22
Full Changelog: v1.5.3...v1.6.0
v1.6.0-beta4
v1.6.0-beta3
What's Changed
- Upgrade compose to 1.6.0-beta03 by @usuiat in #141
- Resolve gesture conflict with Pager by @usuiat in #143
Full Changelog: v1.6.0-beta2...v1.6.0-beta3
API Change
The requirement added in v1.6.0-beta1 for using Pager has been removed.
No special processing is required when used in combination with Pager.