Skip to content

Commit

Permalink
Releasing v0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Jan 31, 2020
1 parent 4172907 commit 328bb9a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
Change Log
==========

## Version 0.23.0

_2020-01-31_

### Kotlin

* Make all workers run on the `Unconfined` dispatcher. (#851)
* Paramaterize the return type of `Worker.finished()` to make it more convenient to use in tests. (#884)
* Improved animation for `BackStackContainer`, `PanelContainer`. (#886)
* Target JVM 1.8 bytecode for all modules. (#898)
* Don't call `onPropsChanged` unless the old and new props are actually unequal. (#887)
* Use KType instead of KClass in TypedWorker. (#908)
* Make verifyAction and verifyActionResult support no processed action. (#909)
* Drastically simplified ModalViewContainer. (#913)
* Pass `acceptOutput` function to `WorkflowNode` constructor instead of every tick pass. (#916)
* Break UI modules into: (#915)
* `workflow-ui`
* `core-common`
* `core-android`
* `modal-common`
* `modal-android`
* `backstack-common`
* `backstack-android`

### Swift

* No changes.

## Version 0.22.4

_2020-01-15_
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android.useAndroidX=true
#android.debug.obsoleteApi=true

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

POM_DESCRIPTION=Reactive workflows

Expand Down

0 comments on commit 328bb9a

Please sign in to comment.