https://kotlinlang.org logo
Title
a

Arkadii Ivanov

04/04/2023, 1:08 PM
Decompose 2.0.0-alpha-01 is released! •
Value
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-01
a

Adam Brown

04/04/2023, 6:53 PM
the
moveableContentOf
compose bug was fixed in 1.3.1, if that makes any difference
a

Arkadii Ivanov

04/04/2023, 6:57 PM
Unfortunately, there were multiple issues. E.g. this one is not yet fixed (in a stable release) - https://github.com/arkivanov/Decompose/issues/330
a

Adam Brown

04/04/2023, 6:57 PM
😩
wonder if the final 1.4.0 has a fix for this ah I see that it does!