Releases: square/workflow
Releases · square/workflow
v0.14.0
Kotlin
- Rename
WorkflowContext.compose
tocomposeChild
. (#274) - Rename
compose
andcomposeChild
to render andrenderChild
. (#293) - Throw if
WorkflowContext
is accessed aftercompose
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.