This is the first Workflow release to introduce support for Jetpack Compose!
- Introduce
ComposeViewFactory
as a convenient way to defineViewFactories
as composable functions. (#473) - Introduce
withCompositionRoot
to help with introducing composable view factories in mixed codebases. (#474) - Introduce support for
ViewTreeSavedStateRegistryOwner
inBackStackContainer
. (#468) - Introduce
ComposeRendering
, the compose version ofAndroidViewRendering
. (#491) - Introduce
WorkflowRendering
to show child renderings inside acomposeViewFactory
. (#488) - Introduce a preview extension for
ViewFactories
. (#490) - Introduce
renderAsState
, a handy way to run the workflow runtime from composables. (#493, #503) - Upgrade Radiography to 2.4.0 get Compose 1.0.1 support. (#509)
Other changes: