File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
plugins/src/main/kotlin/me/dmdev/premo Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0-alpha.14 / 05.02.2024
2
+ - Fixed ` DialogGroupNavigator ` and ` DialogGroupNavigationHost ` .
3
+ - Removed sender tag from ` PmMessage ` .` PmMessage ` is the interface again.
4
+
1
5
# 1.0.0-alpha.13 / 04.02.2024
2
6
- Published new module for PM testing: ` premo-test ` . Use ` runPmTest ` to test a presentation and navigation logic.
3
7
- Added new methods to send PM messages: ` sendToTarget ` and ` sendToChildren ` . Added sender tag to ` PmMessage ` (now it is abstract class).
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.13 "
30
+ const val version = " 1.0.0-alpha.14 "
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