Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mosaic 0.14.0 might have some interesting improvements #49

Open
opatry opened this issue Oct 7, 2024 · 0 comments
Open

Mosaic 0.14.0 might have some interesting improvements #49

opatry opened this issue Oct 7, 2024 · 0 comments
Labels
mosaic Compose Mosaic console version

Comments

@opatry
Copy link
Owner

opatry commented Oct 7, 2024

See v0.14.0

In particular:

  • Added Modifier.onKeyEvent or Modifier.onPreKeyEvent to listen to keyboard events.
  • 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.
@opatry opatry added request Feature request mosaic Compose Mosaic console version and removed request Feature request labels Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mosaic Compose Mosaic console version
Projects
None yet
Development

No branches or pull requests

1 participant