This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
Releases: square/workflow-kotlin-compose
Releases · square/workflow-kotlin-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)
v0.29.0
- First release from separate repo.
- Update: Compose version to dev11. (#26)
- New: Add the ability to display nested renderings with
bindCompose
. (#7) - New: Introduce
ComposeWorkflow
, a self-rendering Workflow. (#8) - New: Introduce tooling module with support for previewing
ViewBinding
s with Compose's Preview. (#15) - New: Introduce
WorkflowContainer
for running a workflow inside a Compose app. (#16) - Breaking: Tidy up the package structure. (#23)