Skip to content

Releases: square/workflow

v0.14.0

16 Apr 23:58
74932e3
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Kotlin

  • Rename WorkflowContext.compose to composeChild. (#274)
  • Rename compose and composeChild to render and renderChild. (#293)
  • Throw if WorkflowContext is accessed after compose returns. (#273)
  • Pass the workflow's scope into initialState. (#286)
  • Add the ability to update the input for a WorkflowHost. (#282)

Swift

  • No code changes.