v2.9.0
In this version, ZoomState is now recreated when the parameters of rememberZoomState change.
This makes it easier to use Zoomable in combination with Coil's rememberAsyncImagePainter.
See https://github.com/usuiat/Zoomable?tab=readme-ov-file#asynchronous-image-loading
What's Changed
- chore(deps): update kotlin monorepo to v2.2.21 by @renovate[bot] in https://github.com/usuiat/Zoomable/pull/403
- chore(deps): update dependency org.jetbrains.compose to v1.9.3 by @renovate[bot] in https://github.com/usuiat/Zoomable/pull/399
- Fix crash when ZoomState is initialized with unspecified contentSize by @usuiat in https://github.com/usuiat/Zoomable/pull/406
- Update remembered ZoomState when maxScale, contentSize, and initialScale are changed by @usuiat in https://github.com/usuiat/Zoomable/pull/407
Full Changelog: https://github.com/usuiat/Zoomable/compare/v2.8.2...v2.9.0