This is the first Workflow release to introduce support for Jetpack Compose!
- Introduce
ComposeViewFactoryas a convenient way to defineViewFactoriesas composable functions. (#473) - Introduce
withCompositionRootto help with introducing composable view factories in mixed codebases. (#474) - Introduce support for
ViewTreeSavedStateRegistryOwnerinBackStackContainer. (#468) - Introduce
ComposeRendering, the compose version ofAndroidViewRendering. (#491) - Introduce
WorkflowRenderingto 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: