0.5.0
π peekaboo 0.5.0 has been released! π
What's Changed
- Bump compose, kotlin, gradle versions by @l2hyunwoo in https://github.com/onseok/peekaboo/pull/59
- [feature/custom-gallery-ui-android] Implement Custom Gallery Feature for Android by @onseok in https://github.com/onseok/peekaboo/pull/60
- [feature/update-editorconfig-for-ktlint] Ignore Function Naming Error for Composable annotation in ktlint by @onseok in https://github.com/onseok/peekaboo/pull/61
- [feature/custom-gallery-ui-enhancements] Implement Custom Gallery Feature for iOS and Add Loading Indicator by @onseok in https://github.com/onseok/peekaboo/pull/62
- [refactor/use-extension-function] Refactor 'getImageSize' function by @l2hyunwoo in https://github.com/onseok/peekaboo/pull/63
- [feature/optimize-gallery-paging3-android] Integrate Paging3 for PeekabooGallery in Android by @onseok in https://github.com/onseok/peekaboo/pull/65
- Adding compression quality as parameter of ResizeOption. Fixes #41. by @shtolik in https://github.com/onseok/peekaboo/pull/42
- Camera state based control by @SuLG-ik in https://github.com/onseok/peekaboo/pull/67
- [fix/camera-capture-ios] Fix Capture Functionality Not Triggering in iOS by @onseok in https://github.com/onseok/peekaboo/pull/69
- [update/deps] Bump AGP 8.3.0, jetbrains compose to 1.6.0, compose ui to 1.6.1, compose foundation to 1.6.1, and compose material3 to 1.2.0 by @onseok in https://github.com/onseok/peekaboo/pull/70
New Contributors
- @shtolik made their first contribution in https://github.com/onseok/peekaboo/pull/42
- @SuLG-ik made their first contribution in https://github.com/onseok/peekaboo/pull/67
Full Changelog: https://github.com/onseok/peekaboo/compare/v0.4.3...v0.5.0
Additional Notes
The newly introduced customizable gallery UI, PeekabooGallery, is still under experimental phase and has not been stabilized yet. It is marked with @ExperimentalPeekabooGalleryApi to indicate its experimental status. I plan to update the README with detailed documentation once it stabilizes. If you are eager to try out this feature, please refer to the sample app for examples on how to use it.