Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Releases: square/workflow-kotlin-compose

v0.30.0

31 May 20:46
Compare
Choose a tag to compare
v0.30.0 Pre-release
Pre-release
  • Update Compose to dev12. (#41)
  • New/Breaking: Make renderAsState public, make WorkflowContainer take a ViewEnvironment. (#32)
  • Breaking: Rename bindCompose to composedViewFactory. (#35)
  • Breaking: Rename showRendering to WorkflowRendering and make it not an extension function. (#36)
  • Breaking: Rename ComposeViewFactoryRoot to CompositionRoot and decouple the implementation. (#34)
  • Fix: Make ViewRegistry.showRendering update if ViewRegistry changes. (#33)
  • Fix: Fix subcomposition of ComposableViewFactory and WorkflowRendering. (#37)

v0.29.0

18 May 22:52
Compare
Choose a tag to compare
v0.29.0 Pre-release
Pre-release
  • 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 ViewBindings with Compose's Preview. (#15)
  • New: Introduce WorkflowContainer for running a workflow inside a Compose app. (#16)
  • Breaking: Tidy up the package structure. (#23)