Skip to content

Releases: square/workflow-kotlin

v1.8.0-beta04

06 Jul 23:48
Compare
Choose a tag to compare
v1.8.0-beta04 Pre-release
Pre-release

What's Changed

  • Optimize Action Handling by handling all possible actions within a reasonable frame rate. by @steve-the-edwards in #795
  • Sets the intial value of InOverlay before the Dialog is built. by @rjrjr in #826

New Contributors

Full Changelog: v1.8.0-beta03...v1.8.0-beta04

v1.8.0-beta03

15 Jun 22:16
Compare
Choose a tag to compare
v1.8.0-beta03 Pre-release
Pre-release

What's Changed

  • always add the Kotlin bom dependency, and only add it once by @RBusarow in #813

Full Changelog: v1.8.0-beta02...v1.8.0-beta03

v1.8.0-beta02

15 Jun 03:40
Compare
Choose a tag to compare
v1.8.0-beta02 Pre-release
Pre-release

What's Changed

Full Changelog: v1.8.0-beta01...v1.8.0-beta02

v1.8.0-beta01

29 Apr 00:29
Compare
Choose a tag to compare
v1.8.0-beta01 Pre-release
Pre-release

This is our first Beta release in a while, to start the soaking period for the complete overhaul of the workflow-ui API that was spelled out in #195. With this published, we can spend some time on the much needed documentation that will let you all try it out and tell us what's wrong with it before we freeze the API.

What's Changed

  • Introduces Screen, WithEnvironment : Screen. Deprecates ViewFactory by @rjrjr in #577
  • Renames WithEnvironment to EnvironmentScreen. by @rjrjr in #587
  • Introduces Overlay, and its first uses: BodyAndModalsScreen, AlertOverlay by @rjrjr in #588
  • Introduces ScreenOverlay and ModalScreenOverlayDialogFactory by @rjrjr in #595
  • Introduces ScreenViewFactoryFinder by @rjrjr in #625
  • Simpler, safer ViewEnvironment and ViewRegistry management. by @rjrjr in #631
  • Overhaul of Compose support. by @rjrjr in #689
  • Introduces OverlayDialogFactoryFinder by @rjrjr in #690
  • rememberPreview... by @rjrjr in #692
  • Makes the constructor of EnvironmentScreen public. by @rjrjr in #693
  • ScreenViewHolder replaces View.* extensions and DecorativeViewFactory by @rjrjr in #712
  • Hello ModalScreenOverlay by @rjrjr in #726
  • Add Baseline and Perf Tests to Perf Poetry by @steve-the-edwards in #719
  • Upload Poetry APK to mobile.dev and start analysis by @steve-the-edwards in #731
  • Report Fully Drawn from PerformancePoetryActivity by @steve-the-edwards in #733
  • More consistent use of Compatible.keyFor by @rjrjr in #734
  • Introduces ViewEnvironmentKey.combine, makes ViewRegistry use it. by @rjrjr in #737
  • View.environmentOrNull, View.screenOrNull. by @rjrjr in #742

Full Changelog: v1.7.1...v1.8.0-beta01
Known Issues: https://github.com/square/workflow-kotlin/issues?q=is%3Aopen+is%3Aissue+milestone%3Aui-1.0

v1.7.1

23 Apr 00:00
Compare
Choose a tag to compare

What's Changed

  • Backports BackStackContainer view persistence fix 155ad6e

Full Changelog: v1.7.0...v1.7.1

v1.7.0

12 Apr 23:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

18 Feb 23:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

27 Jan 19:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

20 Jan 23:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 Dec 23:36
Compare
Choose a tag to compare

What's Changed

  • View.launchWhenAttached tolerates strange ids by @rjrjr in #604
  • Fixes index out of bounds crash in hello-todo-terminal sample by @JsFlo in #605
  • BREAKING: Replaces *.initializeView with *.viewStarter by @rjrjr in #602
  • End CHANGELOG.md by @rjrjr in #607

New Contributors

Full Changelog: v1.2.0...v1.3.0