This repository was archived by the owner on Feb 5, 2021. It is now read-only.
v0.30.0
Pre-release
Pre-release
- 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)