Arkadii Ivanov
04/04/2023, 1:08 PMValue
and MutableValue
are now thread-safe
• Error handling and main thread checks
• Avoid using movableContentOf
in some animation APIs
• Always recreate components in Child Stack
• Introduced Child Slot
, deprecated Child Overlay
• Fixed a bug when state is not saved for initially inactive components
• Updated Jetpack Compose to 1.4.0
and JB Compose to 1.3.1
Release notes: https://github.com/arkivanov/Decompose/releases/tag/2.0.0-alpha-01Adam Brown
04/04/2023, 6:53 PMmoveableContentOf
compose bug was fixed in 1.3.1, if that makes any differenceArkadii Ivanov
04/04/2023, 6:57 PMAdam Brown
04/04/2023, 6:57 PM