Releases: GetStream/sketchbook-compose
Releases · GetStream/sketchbook-compose
1.0.3
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
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
🎉 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
🎉 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.