File tree Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Expand file tree Collapse file tree 3 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 1+ # v1.1.5 - 2025/10/30 JST
2+
3+ #### Improvement
4+
5+ * update: navigation3 1.0.0-beta01, CMP navigation3 1.0.0-alpha04+dev3171 [ #30 ] ( https://github.com/irgaly/compose-navigation3-resultstate/pull/30 )
6+
17# v1.1.4 - 2025/10/14 JST
28
39#### Improvement
Original file line number Diff line number Diff line change @@ -13,16 +13,6 @@ Compose Multiplatform.
1313The result values are stored into SavedState, and survive through Activity recreation or process restarting correctly.
1414Also the saved results are tied to NavEntry's lifecycle, and cleared automatically when the receiver screen is popped out.
1515
16- # Compatibility in Navigation3 alpha versions
17-
18- Compose Navigation3 is still in alpha version, so use the Navigation3 version that ResultState is
19- compatible with.
20-
21- * ResultState 1.1.4 is compatible with [ Navigation3 1.0.0-alpha11] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha11 ) .
22- * ResultState 1.1.3 is compatible with [ Navigation3 1.0.0-alpha10] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha10 ) .
23- * ResultState 1.1.2 is compatible with [ Navigation3 1.0.0-alpha09] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha09 ) .
24- * ResultState 1.1.0 is compatible with [ Navigation3 1.0.0-alpha08] ( https://developer.android.com/jetpack/androidx/releases/navigation3#1.0.0-alpha08 ) .
25-
2616# Supporting Platforms
2717
2818* Supporting all platforms that Navigation3 supports.
@@ -52,7 +42,7 @@ plugins {
5242
5343dependencies {
5444 // add ResultState dependency
55- implementation(" io.github.irgaly.navigation3.resultstate:resultstate:1.1.4 " )
45+ implementation(" io.github.irgaly.navigation3.resultstate:resultstate:1.1.5 " )
5646 implementation(" androidx.navigation3:navigation3-ui:..." )
5747 // ...
5848}
Original file line number Diff line number Diff line change 11[versions ]
2- resultstate = " 1.1.4 "
2+ resultstate = " 1.1.5 "
33kotlin = " 2.2.20"
44kotlinx-coroutines = " 1.10.2"
55kotlinx-serialization = " 1.9.0"
You can’t perform that action at this time.
0 commit comments