Imported from https://github.com/square/workflow-kotlin-compose/releases/tag/compose-v0.30.0.
- Update Compose to dev12. (#41)
- New/Breaking: Make
renderAsState
public, makeWorkflowContainer
take a ViewEnvironment. (#32) - Breaking: Rename
bindCompose
tocomposedViewFactory
. (#35) - Breaking: Rename
showRendering
toWorkflowRendering
and make it not an extension function. (#36) - Breaking: Rename
ComposeViewFactoryRoot
toCompositionRoot
and decouple the implementation. (#34) - Fix: Make
ViewRegistry.showRendering
update ifViewRegistry
changes. (#33) - Fix: Fix subcomposition of ComposableViewFactory and WorkflowRendering. (#37)