Skip to content

Releases: MarkYav/DrawBox

1.3.1

17 Nov 11:11
a458fce
Compare
Choose a tag to compare

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

31 May 02:17
Compare
Choose a tag to compare

Changes:

  • Fixed bug with background update
  • Added option to add an image to the canvas to modify

1.2.0

10 Apr 20:46
f31ab72
Compare
Choose a tag to compare

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

08 Apr 12:56
Compare
Choose a tag to compare

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

02 Apr 17:46
59fc2ef
Compare
Choose a tag to compare

The first stable version of the DrawBox library.
This release has all core features and will develop more in the future!