Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 16:08
· 532 commits to trunk since this release

New:

  • Enable Kotlin multiplatform usage on JVM and JS targets (in addition to Android). All native targets are blocked on JetBrains' Compose runtime supporting them (with a stable release).
  • Update to Compose compiler 1.2.0 which supports Kotlin 1.7.0.
  • Add RecomposeClock parameter to both moleculeFlow and launchMolecule which allows choosing between a frame-based clock for recomposition or a clock which immediately recomposes for any change.
  • The 'molecule-testing' library is deprecated. The recommendation is to use the new immediate clock mode and Turbine. If you have a use case which cannot be handled by this change please comment on this issue.