Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Mar 27, 2023
1 parent 4e52b54 commit 66b69fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## Pending changes


---

## 1.1.0

- [#383](https://github.com/bumble-tech/appyx/pull/383)**Changed**: Removed deprecated methods in Node, ParentNode and CombinedHandler classes
- [#376](https://github.com/bumble-tech/appyx/issues/376)**Changed**: Androidx lifecycle version updated to 2.6.1.
- [#376](https://github.com/bumble-tech/appyx/issues/376)**Updated**: Kotlin and Compose compiler version updated to 1.8.10 to align kotlin version used in androidx lifecycle
- [#375](https://github.com/bumble-tech/appyx/issues/375)**Fixed**: SaveableStateHolder does no longer save state for destroyed elements

<div style="text-align: center"><small>27 Mar 2023</small></div>

---

## 1.0.5
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.5
library.version=1.1.0

0 comments on commit 66b69fa

Please sign in to comment.