v0.28.0
Pre-release
Pre-release
Kotlin
- Breaking: Simplify
ViewRegistry
to act more like a simple map of rendering type toViewFactory
. (#1148) - Extracted Compose support into square/workflow-kotlin-compose. (#1147)
- Artifacts for Compose support will be released separately from now on, which allows us to keep them
updated more frequently as the Workflow library stabilizes.
- Artifacts for Compose support will be released separately from now on, which allows us to keep them
- Remove RxJava2 dependency from Workflow Android UI integration. (#1150)
- Fix: Make
workflow-ui-android-core
declareworkflow-runtime
asapi
instead ofimplementation
dependency. (#1144) - Fix: Move
WorkflowFragment
initialization toonViewStateRestored
. (#1133 – thanks @ychescale9!) - Upgrade coroutines library to 1.3.6. (#1151)
Swift
- Add os_signpost logs for
render()
andWorkflow
andWorker
lifecycle. (#1134)