Skip to content

Commit

Permalink
Merge pull request #89 from bumble-tech/release-alpha04
Browse files Browse the repository at this point in the history
Release alpha04
  • Loading branch information
zsoltk authored Aug 18, 2022
2 parents c1ae14a + d204da2 commit 61183d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Pending changes


## 1.0-alpha04

- [#39](https://github.com/bumble-tech/appyx/pull/39) – Added: Workflows implementation to support deeplinks
- [#32](https://github.com/bumble-tech/appyx/pull/32) – Added: `BackPressHandler` plugin that allows to control back press behaviour via `androidx.activity.OnBackPressedCallback`
- [#59](https://github.com/bumble-tech/appyx/issues/59) – Added: interface for ParentNodeView<>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
library.version=1.0-alpha03
library.version=1.0-alpha04

0 comments on commit 61183d8

Please sign in to comment.