Skip to content

Releases: cashapp/molecule

1.1.0

21 Jul 02:16
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.9.0
  • Switch to JetBrains Compose compiler 1.5.0 (based on AndroidX Compose compiler 1.5.0)

1.0.0

19 Jul 13:01
Compare
Choose a tag to compare

Changed:

  • RecompositionClock is now named RecompositionMode to better reflect that it is not itself the clock,
    but the mode by which Molecule will perform recomposition. A clock is always used internally as that is the
    underlying mechanism of Compose.
  • Darwin frame clock and the internal frame clock used with RecompositionMode.Immediate now correctly
    send actual frame times.

0.11.0

30 Jun 17:04
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.8.22
  • Switch to JetBrains Compose compiler 1.4.8 (AndroidX Compose compiler 1.4.8)

0.10.0

26 Jun 22:45
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.8.21
  • Update to JetBrains Compose runtime 1.4.1 (AndroidX Compose runtime 1.4.3).
  • Switch to JetBrains Compose compiler 1.4.7 (AndroidX Compose compiler 1.4.7)

0.9.0

12 Apr 16:13
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.8.20
  • Update to JetBrains Compose runtime 1.4.0 (AndroidX Compose runtime 1.4.0).
  • Switch to JetBrains Compose compiler 1.4.5 (as yet unreleased AndroidX Compose compiler, probably 1.4.5)

0.8.0

10 Mar 03:59
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.8.10
  • Update to JetBrains Compose runtime 1.3.1 (AndroidX Compose runtime 1.2.1).
  • Switch to JetBrains Compose compiler 1.3.2.1 (AndroidX Compose compiler 1.3.2 + JS fix)

0.7.1

21 Feb 02:21
Compare
Choose a tag to compare

New:

  • Add WindowAnimationFrameClock for use in browser-based JS environments.

Changed:

  • Switch to JetBrains Compose compiler which has better support for JS and native targets.

0.7.0

17 Jan 20:31
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.8.0
  • Switch (back) to AndroidX Compose compiler 1.4.0

0.6.1

16 Nov 21:18
Compare
Choose a tag to compare

New:

  • Add support for watchosArm32 and watchosX86 native targets.

0.6.0

08 Nov 19:33
Compare
Choose a tag to compare

New:

  • Support for Kotlin 1.7.20
  • Update to JetBrains Compose runtime 1.2.1 (AndroidX Compose runtime 1.2.1).
  • Switch to JetBrains Compose compiler 1.3.2.1 (AndroidX Compose compiler 1.3.2 + JS fix)

Fixed:

  • When applying the Compose compiler plugin to Kotlin/JS targets, ensure decoys are used.
  • Add cacheKind=none Gradle configuration which ensures downstream Kotlin/Native projects can link.