Releases: square/workflow-kotlin
Releases · square/workflow-kotlin
v1.0.0-alpha17
- Apply snapshots on the first render pass only. (#449)
v1.0.0-alpha16
- Tweak kotlin module names to avoid META-INF conflicts.
v1.0.0-alpha15
Various dependency updates, no feature changes or bug fixes.
v1.0.0-alpha14
- Don't try to restore unrecognized view state. (#431)
- Replace experimental time API in TraceEncoder with custom implementation of TimeMark (#430)
- Add Explicit Worker Tag for RenderTester (#425)
v1.0.0-alpha13
- Cleans up view initialization in DecorativeViewFactory. (#409)
- bindShowRendering no longer calls showRendering. (#408)
- Tweaks to Compatible API, DecorativeViewFactory kdoc. (#403)
- Drop the final dot in alpha versions. (#386)
- Deletes ViewRegistry(vararg registries: ViewRegistry). (#382)
v1.0.0-alpha.12
- Use moshi codegen for tracing. (#367)
v1.0.0-alpha.11
- Drops support for ViewTreeSavedStateRegistryOwner and ViewTreeLifecycleOwner, which relied on androidx pre-releases. (#354, #366)
- Add a module that provides a ViewStateRenderer for Radiography that describes workflow views. (#357)
v1.0.0-alpha.10
- Introduce support for ViewTreeSavedStateRegistryOwner in Android container views. (#284)
- Makes the names logged by TracingWorkflowInterceptor human readable. (#343)
- Improve support for intercepting RenderContext calls. (#332)
- Prefix Props & Context with "Render" (#322)
- Upgrade to kotlin 1.4.30. (#318)
- Fixes core error message in ViewRegistry.buildView (#286)
- Make ModalContainer look for the parent lifecycle using ViewTreeLifecycleOwner. (#315)
- Stop leaking the viewbinding dependency to consumers. (#320)
- Introduce support for ViewTreeLifecycleOwner in Android container views. (#283)
- Make Sink and LayoutRunner fun interfaces. (#174)
v1.0.0-alpha.9
- Make runningSideEffect's function accept a CoroutineScope receiver. (#267)
- Android wrappers for renderWorkflowIn deprecate setContentWorkflow. (#266)
- Fixes error message when no view binding is found. (#264)
- Upgrade kotlin to 1.4.21 bug fix. (#261)
v1.0.0-alpha.8
- Introduce
AndroidViewRendering
, de-emphasize ViewRegistry
(#248)
- Upgrade kotlin to 1.4.20. (#256)
- Upgrade coroutines to 1.4.2. (#258)
- Fix
RenderTester
kdoc references to deprecated renderTester()
function. (#240)