Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Releasing v0.30.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed May 31, 2020
1 parent ba902a6 commit bd78a1f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

Version 0.30.0
--------------

_2020-05-31_

* Update Compose to dev12. (#41)
* New/Breaking: Make `renderAsState` public, make `WorkflowContainer` take a ViewEnvironment. (#32)
* Breaking: Rename `bindCompose` to `composedViewFactory`. (#35)
* Breaking: Rename `showRendering` to `WorkflowRendering` and make it not an extension function. (#36)
* Breaking: Rename `ComposeViewFactoryRoot` to `CompositionRoot` and decouple the implementation. (#34)
* Fix: Make `ViewRegistry.showRendering` update if `ViewRegistry` changes. (#33)
* Fix: Fix subcomposition of ComposableViewFactory and WorkflowRendering. (#37)

Version 0.29.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android.enableJetifier=true
systemProp.org.gradle.internal.publish.checksums.insecure=true

GROUP=com.squareup.workflow
VERSION_NAME=0.30.0-SNAPSHOT
VERSION_NAME=0.30.0

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit bd78a1f

Please sign in to comment.