Skip to content

Releases: onseok/peekaboo

0.3.0

17 Dec 16:03
Compare
Choose a tag to compare

What's Changed

  • Support Camera Integration for Image Selection by @onseok in #16
  • Update dependency androidx.activity:activity-compose to v1.8.2 by @renovate in #17
  • Update dependency com.google.android.material:material to v1.11.0 by @renovate in #18
  • Implement Custom Camera View by @onseok in #20
  • Add permissionDeniedContent parameter to PeekabooCamera composable by @onseok in #22

Full Changelog: v0.2.1...v0.3.0

0.2.1

11 Dec 00:34
Compare
Choose a tag to compare

🎉 peekaboo 0.2.1 has been released! 🎉

What's Changed

  • Integrate spotless with ktlint and update CI configuration by @onseok in #8
  • Add feature to display selected images in sample app by @onseok in #11
  • Resolve Concurrency Issue in iOS Multiple Image Picker by @onseok in #13

Full Changelog: v0.2.0...v0.2.1

0.2.0

09 Dec 13:37
e4a8076
Compare
Choose a tag to compare

🎉 peekaboo 0.2.0 has been released! 🎉

What's Changed

  • Allow specifying maximum number of photos to select by @l2hyunwoo in #1
  • Add byteArray to imageBitmap extension for image handling by @onseok in #4

New Contributors

Full Changelog: v0.1.1...v0.2.0

0.1.1

09 Dec 09:41
Compare
Choose a tag to compare

🎉 peekaboo has been released! 🎉

📂 Kotlin Multiplatform library for Compose Multiplatform, designed for seamless integration of an image picker feature in iOS and Android applications.