Skip to content

Commit

Permalink
Merge pull request #1158 from square/zachklipp/changelog-0.28.0
Browse files Browse the repository at this point in the history
Changelog for v0.28.0.
  • Loading branch information
zach-klippenstein committed May 12, 2020
2 parents cf67666 + ff7207a commit 7986552
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Change Log
==========

## Version 0.28.0

_2020-05-12_

### Kotlin

* Breaking: Simplify `ViewRegistry` to act more like a simple map of rendering type to `ViewFactory`. (#1148)
* Extracted Compose support into [square/workflow-kotlin-compose](https://github.com/square/workflow-kotlin-compose). (#1147)
* Artifacts for Compose support will be released separately from now on, which allows us to keep them
updated more frequently as the Workflow library stabilizes.
* Remove RxJava2 dependency from Workflow Android UI integration. (#1150)
* Fix: Make `workflow-ui-android-core` declare `workflow-runtime` as `api` instead of `implementation` dependency. (#1144)
* Fix: Move `WorkflowFragment` initialization to `onViewStateRestored`. (#1133 – thanks @ychescale9!)
* Upgrade coroutines library to 1.3.6. (#1151)

### Swift

* Add os_signpost logs for `render()` and `Workflow` and`Worker` lifecycle. (#1134)

## Version 0.27.1

_2020-05-11_
Expand Down

0 comments on commit 7986552

Please sign in to comment.