Skip to content

Commit

Permalink
Merge pull request #93 from bumble-tech/release-alpha05
Browse files Browse the repository at this point in the history
Release alpha05
  • Loading branch information
zsoltk authored Aug 19, 2022
2 parents 106a05e + 0051e66 commit 828d0a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Pending changes

## 1.0-alpha05 – 19 Aug 2022

- [#83](https://github.com/bumble-tech/appyx/issues/83)**Breaking change**: `RoutingSource` renamed to `NavModel`. All subclasses, fields, package names, etc., any mentions of the word follow suit.
- [#91](https://github.com/bumble-tech/appyx/pull/91)**Fixed**: Spotlight next and previous operations crash fix

## 1.0-alpha04
## 1.0-alpha04 – 18 Aug 2022

- [#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`
Expand All @@ -18,12 +20,12 @@
- [#88](https://github.com/bumble-tech/appyx/issues/88)**Updated**: Moved `TestUpNavigationHandler` to `testing-unit-common`


## 1.0-alpha03
## 1.0-alpha03 – 2 Aug 2022

- [#38](https://github.com/bumble-tech/appyx/pull/38)**Added**: JUnit5 support


## 1.0-alpha02
## 1.0-alpha02 – 19 Jul 2022

- [#19](https://github.com/bumble-tech/appyx/pull/19)**Fixed**: Do not allow setting `Node.integrationPoint` on non-root nodes
- [#23](https://github.com/bumble-tech/appyx/pull/21)**Fixed**: Integration point attached twice crash when using live literals
Expand All @@ -33,6 +35,6 @@
- [#9](https://github.com/bumble-tech/appyx/pull/9)**Migrated**: [app-tree-utils](https://github.com/badoo/app-tree-utils) into this repository


## 1.0-alpha01
## 1.0-alpha01 – 4 July

- Initial release
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-alpha04
library.version=1.0-alpha05

0 comments on commit 828d0a6

Please sign in to comment.