File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.0-alpha.08 / 16.12.2022
2
+ - Add ` iosSimulatorArm64 ` target
3
+ - Implemented ` DialogNavigator `
4
+ - Fixed ` currentTopFlow ` property of ` StackNavigator `
5
+ - Added default back handling for ` SetNavigator `
6
+ - A bit of refactoring: improved extensions for navigators.
7
+
1
8
# 1.0.0-alpha.07 / 11.12.2022
2
9
- Kotlin is updated to 1.7.20.
3
10
- Fixed the desktop sample.
Original file line number Diff line number Diff line change 25
25
object Premo {
26
26
27
27
const val groupId = " me.dmdev.premo"
28
- const val version = " 1.0.0-alpha.07 "
28
+ const val version = " 1.0.0-alpha.08 "
29
29
const val description = " Premo helps you implement the presentation layer and share it on iOS and Android."
30
30
const val url = " https://github.com/dmdevgo/Premo"
31
31
You can’t perform that action at this time.
0 commit comments