File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
plugins/src/main/kotlin/me/dmdev/premo Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0-alpha.11 / 29.08.2023
2
+ - Published new module: ` premo-navigation-compose ` .
3
+ - Removed ` showForResult ` from ` DialogNavigator ` because this way of waiting the result is not persistent.
4
+ - Removed ` sendResult ` from ` DialogNavigator ` . The right way to send a result is using PM messages.
5
+ - Kotlin is updated to 1.9.0.
6
+
1
7
# 1.0.0-alpha.10 / 30.07.2023
2
8
- Published new module: ` premo-saver-json ` .
3
9
- Implemented ` DialogGroupNavigation ` for showing a group of dialogs.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ package me.dmdev.premo
27
27
object Premo {
28
28
29
29
const val groupId = " me.dmdev.premo"
30
- const val version = " 1.0.0-alpha.10 "
30
+ const val version = " 1.0.0-alpha.11 "
31
31
const val description = " Premo helps to implement the presentation layer and share it on Android, iOS, Desktop and Web."
32
32
const val url = " https://github.com/dmdevgo/Premo"
33
33
You can’t perform that action at this time.
0 commit comments