From e72faa511e70810c9b39574be5860ceac8327e84 Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Sun, 28 Jan 2024 01:12:38 +0100 Subject: [PATCH] Bump to 1.2.0-beta02 --- docs/changelog.md | 9 +++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index f90938d2..7c6d065a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.2.0 +### 1.2.0-beta02 + +2024-01-28 + +#### New Features + +- Added new `RecyclerViewCompositionStrategy.DisposeOnRecycled` for compose interop +to re-use compositions when views are detached and attached from the window again. + ### 1.2.0-beta01 2024-01-17 diff --git a/gradle.properties b/gradle.properties index bf1b7b27..69b9df37 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.2.0-beta01 \ No newline at end of file +LIBRARY_VERSION=1.2.0-beta02 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 11cee319..4eb664f3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.2.0-beta01' + version: '1.2.0-beta02' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'