Releases: MarkYav/DrawBox
Releases · MarkYav/DrawBox
1.3.1
Changes:
- This update does not introduce any changes to the public API
- Internal changes:
- Korlin updated to 1.9.20
- Compose Multiplatform updated to 1.5.10
- AndroidX libs are updated for examples
- Gradle updated to 8.4
- AGP updated to 8.1.4
- Started using TOML for version catalogue
- Started using androidSourceSetLayoutVersion=2
1.3.0
Changes:
- Fixed bug with background update
- Added option to add an image to the canvas to modify
1.2.0
Changes:
- Migrated from Compose State to Kotlin StateFlow in DrawController
- Changer API (no more
CoroutineScopes
needed for getting ImageBitmap
)
- Updated documentation and examples
1.1.0
Changes:
- Updated API: now you can get a StateFlow of drawn bitmap instead of just Flow
- Bug fixed regarding DrawBoxSubscription.FinishDrawingUpdate
- Added samples for Android and desktop
- Updated documentation
1.0.0
The first stable version of the DrawBox library.
This release has all core features and will develop more in the future!