Skip to content

Commit 328bb9a

Browse files
Releasing v0.23.0.
1 parent 4172907 commit 328bb9a

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
Change Log
22
==========
3+
4+
## Version 0.23.0
5+
6+
_2020-01-31_
7+
8+
### Kotlin
9+
10+
* Make all workers run on the `Unconfined` dispatcher. (#851)
11+
* Paramaterize the return type of `Worker.finished()` to make it more convenient to use in tests. (#884)
12+
* Improved animation for `BackStackContainer`, `PanelContainer`. (#886)
13+
* Target JVM 1.8 bytecode for all modules. (#898)
14+
* Don't call `onPropsChanged` unless the old and new props are actually unequal. (#887)
15+
* Use KType instead of KClass in TypedWorker. (#908)
16+
* Make verifyAction and verifyActionResult support no processed action. (#909)
17+
* Drastically simplified ModalViewContainer. (#913)
18+
* Pass `acceptOutput` function to `WorkflowNode` constructor instead of every tick pass. (#916)
19+
* Break UI modules into: (#915)
20+
* `workflow-ui`
21+
* `core-common`
22+
* `core-android`
23+
* `modal-common`
24+
* `modal-android`
25+
* `backstack-common`
26+
* `backstack-android`
27+
28+
### Swift
29+
30+
* No changes.
31+
332
## Version 0.22.4
433

534
_2020-01-15_

kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android.useAndroidX=true
2020
#android.debug.obsoleteApi=true
2121

2222
GROUP=com.squareup.workflow
23-
VERSION_NAME=0.23.0-SNAPSHOT
23+
VERSION_NAME=0.23.0
2424

2525
POM_DESCRIPTION=Reactive workflows
2626

0 commit comments

Comments
 (0)