0.14.0 #489
0.14.0
#489
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
New:
Modifier.onKeyEvent
orModifier.onPreKeyEvent
to listen to keyboard events.Changed:
runMosaic
andrunMosaicBlocking
) have been changed to directly accept a composable lambda. Asynchronous work should not be performed inside Compose's effect system (e.g.,LaunchEffect
), and rendering will complete when all effects have completed. Check out our samples for more information about how to do this.DrawScope#drawRect
API with the ability to draw with text characters and specifyDrawStyle
(Fill
orStroke
).This discussion was created from the release 0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions