What's new π
- [#194] Using Compose's latest Graphics API to capture the content.
Fixes π
- [#170]: Fix issue of edges getting cut off and there is a white background when capturing in devices below API 29.
- [#193]: Fix a issue of capturing with inverted colors
- [#202]: Fix issue of CaptureRequest is no getting handled in case when user captures before the request flow starts collection.
Breaking changes π₯
- Composable method
Capturable()
(which was already deprecated) removed in the favour of Modifier-based API. - Removed method
CaptureRequest#capture
. - Removed method for passing
BitmapConfig
tocaptureAsync
method.
Dependent Targets
- Jetpack Compose: 1.7.x (BoM: 2024.09.02)
- Kotlin: 2.0.22
Full Changelog: v2.1.0...v3.0.0