Skip to content

Releases: square/workflow-swift

v3.6.0

11 Jan 15:49
e2139cc
Compare
Choose a tag to compare

What's Changed

  • [chore]: add WorkflowSwiftUIExperimental to list of pods to push by @square-tomb in #257
  • [gardening]: batch swiftlint calls for all modified files by @jamieQ in #261
  • Ensure all adapted environment methods are public by @kyleve in #263
  • [feat]: add 'screen container' API by @jamieQ in #258
  • [release]: bump to version 3.6.0 by @jamieQ in #264

Full Changelog: v3.5.0...v3.6.0

v3.5.0

17 Nov 16:25
4e8ad44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

v3.4.0

18 Oct 14:56
5adfd51
Compare
Choose a tag to compare

What's Changed

  • Bump activesupport from 6.1.7.3 to 6.1.7.6 by @dependabot in #242
  • Resolved Swift 5.9 compilation warning related to UnsafeRawPointer object conversion by @robmaceachern in #243
  • [fix]: address some RenderTester limitations with optionals by @jamieQ in #245
  • Expose 'screen' on WorkflowHostingController by @amorde in #246
  • RxSwift 6.6 by @lickel in #212
  • [release]: bump to version 3.4.0 by @jamieQ in #250

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0

16 Aug 18:25
87c2b21
Compare
Choose a tag to compare

What's Changed

  • [fix]: support nil output in RenderTester Publisher extension by @jamieQ in #236
  • [fix]: improve fatal error diagnostic message in RenderTester by @jamieQ in #237
  • [fix]: add render context validation check to makeSink by @jamieQ in #239
  • [fix]: drop invalidated sink events instead of crashing by @jamieQ in #234
  • Exhaustive RenderTester state assertion by @gilgtm in #238
  • [release]: bump version to 3.3.0 by @jamieQ in #241

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

27 Jul 14:53
37fcb98
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

30 Jun 18:21
db5fcae
Compare
Choose a tag to compare

What's Changed

  • [fix]: update WorkflowHostingController on layout if ancestor hierarchy has changed by @n8chur in #227
  • Add ViewWillDisappear / ViewDidDisappear to WorkflowUI experimental observation by @amorde in #226

Full Changelog: v3.0.0...v3.1.0

v3.0.0

14 Jun 16:53
95ddd1e
Compare
Choose a tag to compare

What's Changed

  • Add missing keyword 'func' to Tutorial1.md by @himammz in #219
  • [chore]: update codeowners by @jamieQ in #223
  • [feat]: add ViewEnvironmentUI and support automatic bridging in WorkflowUI by @n8chur in #215
  • [feat]: add experimental WorkflowUI telemetry hooks by @jamieQ in #221
  • [release]: bump version to 3.0.0 by @jamieQ in #224

New Contributors

Full Changelog: v2.5.0...v3.0.0

v2.5.0

22 May 20:51
7333a21
Compare
Choose a tag to compare

What's Changed

  • Expose Publisher.asAnyWorkflow as public API by @amorde in #213
  • [fix]: resolve memory exclusivity violations in some WorkflowObserver paths by @jamieQ in #216
  • [release]: bump version to 2.5.0 by @jamieQ in #217

Full Changelog: v2.4.0...v2.5.0

v2.4.0

06 Apr 14:04
1f86835
Compare
Choose a tag to compare

What's Changed

  • Add UI Systems to WorkflowUI Codeowners by @kyleve in #199
  • Conditionally conform AdaptedEnvironmentScreen to Screen, based on its content by @kyleve in #198
  • Fixed runSideEffect key in WorkflowConcurrency Worker by @mjohnson12 in #202
  • Updated version number for a new release by @mjohnson12 in #203

Full Changelog: v2.3.0...v2.4.0

v2.3.0

23 Mar 13:41
5ad4c60
Compare
Choose a tag to compare

What's Changed

  • Improve introspection for SignalProducerWorkflow actions by @amorde in #192
  • Expose AnyScreen.wrappedScreen for inspection by @amorde in #193
  • [feat]: give AnyWorkflow a Workflow conformance by @jamieQ in #184
  • Introduce AdaptedEnvironmentScreen, for modifying the ViewEnvironment when creating screens by @kyleve in #195
  • [task]: attempt to improve debugging info for AnyWorkflowAction by @jamieQ in #194
  • Bump activesupport from 6.1.7.1 to 6.1.7.3 by @dependabot in #196
  • [release]: bump version to 2.3.0 by @jamieQ in #197

New Contributors

Full Changelog: v2.2.0...v2.3.0