Skip to content

0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 12:50
· 428 commits to trunk since this release
  • Mosaic is now multiplatform!

    The following targets are now supported in addition to the JVM:

    • Linux (X64)
    • MacOS (ARM & X64)
    • Windows (X64)
    • JS (experimental)

    Additionally, the JetBrains Compose compiler is now used instead of AndroidX which
    should offer better support for native and JS targets.

  • runMosaic is now a suspending function which will return when the composition ends.
    For the previous behavior, a runMosaicBlocking function is provided (JVM + native).