Skip to content

Commit

Permalink
Release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Feb 20, 2023
1 parent 781d834 commit ec73c88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

## Pending changes


---

## 1.0.4

- [#361](https://github.com/bumble-tech/appyx/pull/361)**Added**: Introduced `RetainedInstanceStore`. This provides developers the ability to retain objects between configuration changes.
- [#336](https://github.com/bumble-tech/appyx/pulls/336)**Updated**: ChildAware API does not enforce Node subtypes only anymore, making it possible to use interfaces as public contracts for child nodes.
- [#336](https://github.com/bumble-tech/appyx/pull/336)**Updated**: ChildAware API does not enforce Node subtypes only anymore, making it possible to use interfaces as public contracts for child nodes.

<div style="text-align: center"><small>20 Feb 2023</small></div>

---

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.3
library.version=1.0.4

0 comments on commit ec73c88

Please sign in to comment.