Skip to content

Release 0.1.0 dev 12

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alex009 Alex009 released this 19 Feb 04:08
· 411 commits to master since this release
dca618f

Changes

moko-widgets

  • fix iOS toast size #107
  • fix iOS 12 progressbar visibility #110
  • InputType allow change of mask #99
  • status bar styles control #102
  • fix iOS button's tap and dismiss keyboard #108
  • fix Android crash on screen actions in invalid moment #97
  • fix iOS wrapContent size compression #117
  • added ripple to clickable on Android #91
  • added popToRoot to NavigationScreen.Router #92
  • removed ripple of root view on Android #18
  • fix Android backstack state restorage #124
  • added dismiss keyboard action #112
  • fix resizing of screen with keyboard on Android #94

moko-widgets-bottomsheet

  • added showBottomSheet action (module moko-widgets-bottomsheet) #73

moko-widgets-sms

  • added one-time-password support to input (module moko-widgets-sms) #74

Breaking changes

  • Add on ios-app in delegate ApplicationHolderKt.application = app after App creating;
  • InputType changed from enum to sealed class, so you should change InputType.PHONE to InputType.Phone() and other same way;
  • now iOS Screen class should implement fun createViewController(isLightStatusBar: Boolean?): UIViewController instead fun createViewController(): UIViewController.

also in ios-app/src/Info.plist should be added:

<key>UIViewControllerBasedStatusBarAppearance</key>
<true/>

Thanks

@Dorofeev , @ATchernov , @Lobynya , @kovalandrew