You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support synchronized terminal update for rendering. This should eliminate tearing when rendering updates for terminals that support this feature.
The terminal cursor is now automatically hidden during rendering and restored afterward.
Added Modifier.onKeyEvent or Modifier.onPreKeyEvent to listen to keyboard events.
Send real frame times into Compose which can be used for things like animations.
Changed:
The entrypoints (runMosaic and runMosaicBlocking) 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.
Сhange DrawScope#drawRect API with the ability to draw with text characters and specify DrawStyle (Fill or Stroke).
Drop support for JS target. If you were using this, please file an issue so we can discuss support.
This discussion was created from the release 0.14.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
New:
Modifier.onKeyEventorModifier.onPreKeyEventto listen to keyboard events.Changed:
runMosaicandrunMosaicBlocking) 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#drawRectAPI with the ability to draw with text characters and specifyDrawStyle(FillorStroke).This discussion was created from the release 0.14.0.
Beta Was this translation helpful? Give feedback.
All reactions