0.2.5
- Updated Kotlin to
1.5.10
, Jetpack Compose to1.0.0-beta08
, JetBrains Compose to4.0.0
(#160) - Added
watchos
targets (#156 by @plusmobileapps) - Added
ensureNeverFrozen
to mutable classes (#145) - Added
Children
function overloads withRouterState
argument (#146) - Deprecated
@Composable fun Value.asState(): State
, introduced@Composable fun Value.subscribeAsState(): State
(#134) - Fixed
crossfade
does not preserve state (#137)