Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 6, 2025

This PR contains the following updates:

Package Change Age Confidence
app.cash.molecule:molecule-runtime 2.0.0 -> 2.2.0 age confidence

Release Notes

cashapp/molecule (app.cash.molecule:molecule-runtime)

v2.2.0

Compare Source

Changed:

  • Use the AndroidX Compose runtime which is now fully multiplatform. A dependency constraint to the JetBrains Compose runtime version 1.9.0 has been added, which is the first version that is empty and itself now points to AndroidX.
  • Android variant now has a minimum SDK level of 23.
  • In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/.

v2.1.0

Compare Source

New:

  • Add SnapshotNotifier enum to control whether Molecule automatically sends snapshot apply notifications.
    If you are using Molecule with another Compose-based library in a single application, you may want to disable our snapshot notification.
    See the enum for details on when that is appropriate.
    Additionally, the app.cash.molecule.snapshotNotifier system property can be set to one of the enum entry names to control the default process-wide.

Changed:

  • Any specified additional coroutine context elements will now be honored in the coroutine used internally with RecompositionMode.Immediate to send frames and cause recomposition to occur. This is observable, most notably, when a CoroutineDispatcher is included, as now recompositions which occur after the first, synchronous one will occur on that dispatcher.

Fixed:

  • Correct calculation of frame nano time for native Windows and native Linux targets.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from kevincianfarini May 6, 2025 14:35
@renovate renovate bot force-pushed the renovate/molecule branch from 0b9dbdb to 65678c8 Compare July 13, 2025 13:31
@renovate renovate bot force-pushed the renovate/molecule branch from 65678c8 to 3afe3b8 Compare August 10, 2025 13:15
@renovate renovate bot force-pushed the renovate/molecule branch from 3afe3b8 to ddd5953 Compare September 24, 2025 21:10
@renovate renovate bot changed the title Update dependency app.cash.molecule:molecule-runtime to v2.1.0 Update dependency app.cash.molecule:molecule-runtime to v2.2.0 Sep 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant