Skip to content

Releases: GetStream/sketchbook-compose

1.0.4

29 Jun 22:59
8a39f6b
Compare
Choose a tag to compare

What's Changed

  • Bump Compose version to 1.2.0-rc03 and other dependencies by @skydoves in #7
  • Improve library performance with Baseline Profiles by @skydoves in #8
  • Update Compose compiler to 1.2.0 by @skydoves in #10
  • Prepare release 1.0.4 by @skydoves in #9

Full Changelog: 1.0.3...1.0.4

1.0.3

25 Mar 08:54
f303f9d
Compare
Choose a tag to compare

What's Changed

  • Pass MotionEvent value to the onEventListener by @skydoves in #5
  • Split initialization of the Sketchbook composable into the SideEffect and DisposableEffect by @skydoves

Full Changelog: 1.0.2...1.0.3

1.0.2

10 Mar 04:39
ee733e0
Compare
Choose a tag to compare

What's Changed

  • Implement addDrawPath() methods to SketchbookController by @skydoves in #3
  • Implement onPathListener for Sketchbook Composable by @skydoves in #4
  • Bump AGP to 7.1.2 and Gradle to 7.4 by @skydoves in #2

Full Changelog: 1.0.1...1.0.2

1.0.1

28 Feb 09:11
11ae9da
Compare
Choose a tag to compare

🎉 New version 1.0.1 has been released. 🎉

What's Changed

  • Bump Jetpack Compose to 1.1.1 by @skydoves in #1
  • Refactored internal functions to stateless.

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Feb 02:37
e276786
Compare
Choose a tag to compare

🎉 Sketchbook 1.0.0 has been released! 🎉

🎨 Jetpack Compose canvas library that helps you to draw paths, images on canvas with color pickers and palettes.