Releases: square/workflow-kotlin
Releases · square/workflow-kotlin
v1.13.0-beta2
What's Changed
- Update CI Actions Versions; tests results upload version and name for artifact by @steve-the-edwards in #1252
- Pin dependencies by @renovate in #1253
- Update actions/cache digest to 1bd1e32 by @renovate in #1254
- Update actions/checkout digest to 11bd719 by @renovate in #1255
- Update actions/setup-java digest to 7a6d8a8 by @renovate in #1256
- 1249: Cache Intercepted Workflow Instance by @steve-the-edwards in #1250
- 988: Cache RenderContext per instance by @steve-the-edwards in #1251
- Reverts make
TextController
support equals by @jkwiz in #1260 - Make Flow.collectToSink public. by @zach-klippenstein in #1261
- Improve the kdoc on the newly-public collectToSink. by @zach-klippenstein in #1262
- Clean up RenderWorkflowIn Tests by @steve-the-edwards in #1265
- Fix Conflate Stale Rendering Logic for Short Circuit by @steve-the-edwards in #1263
- 1247: Partial Tree Rerendering by @steve-the-edwards in #1248
Full Changelog: v1.13.0-beta1...v1.13.0-beta2
v1.13.0-beta1
What's Changed
- BREAKING CHANGE: Remove Deprecated Worker, eventHandler, and action APIs by @steve-the-edwards in #1237
- Add smol caching & a utility method by @pyricau in #1239
- Add WorkflowTracer Through some Runtime Internals by @steve-the-edwards in #1240
- Pipe Worker Output Action Names by @steve-the-edwards in #1241
- Update to Kotlin 1.9.24, w/ corresponding Compose, KSP by @steve-the-edwards in #1242
- Remove unnecessary fully qualified LocalLifecycleOwner use by @steve-the-edwards in #1243
- Update androidx library versions (and a few others) by @steve-the-edwards in #1244
- Update to AGP 8.3.2, Gradle 8.11 by @steve-the-edwards in #1245
Full Changelog: v1.12.1-beta18...v1.13.0-beta1
v1.12.1-beta18
What's Changed
- Ensure Correct SavedStateRegistryOwner Propagation in asComposableFactory by @ekeitho in #1233
- Refactor to ComposeLifecycleOwner for Better Lifecycle Synchronization by @ekeitho in #1234
Full Changelog: v1.12.1-beta17...v1.12.1-beta18
v1.12.1-beta17
What's Changed
- Deprecates the name-optional flavor of
StatelessWorkflow.action
by @rjrjr in #1229 - Add public
debuggingName
toWorkflowAction
, use it in defaulttoString()
by @steve-the-edwards in #1232
Full Changelog: v1.12.1-beta16...v1.12.1-beta17
v1.12.1-beta16
What's Changed
action {}
,eventHandler {}
with no debugging name is deprecated by @rjrjr in #1226- Introduces
SavedStateHandle.removeWorkflowState()
by @rjrjr in #1227
Full Changelog: v1.12.1-beta15...v1.12.1-beta16
v1.12.1-beta15
v1.12.1-beta14
What's Changed
Full Changelog: v1.12.1-beta13...v1.12.1-beta14
v1.12.1-beta13
What's Changed
Full Changelog: v1.12.1-beta12...v1.12.1-beta13
v1.12.1-beta12
What's Changed
Full Changelog: v1.12.1-beta11...v1.12.1-beta12
v1.12.1-beta11
What's Changed
- DialogCollator destroys/rebuild instead of dismiss/show by @rjrjr in #1211
- BREAKING: Renames
BackStackConfig.Other
toCanGoBack
by @rjrjr in #1214
Full Changelog: v1.12.1-beta10...v1.12.1-beta11