Skip to content

compose-v0.30.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@zach-klippenstein zach-klippenstein released this 05 Feb 00:56
· 3610 commits to main since this release

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, 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)