Unclaimed project
Are you a maintainer of molecule? Claim this project to take control of your public changelog and roadmap.
New:
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:
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: