Skip to content

1.0.0-rc05

Pre-release
Pre-release
Compare
Choose a tag to compare
@DevSrSouza DevSrSouza released this 01 May 13:25
· 93 commits to main since this release
  • Update Compose Multiplatform to 1.4.0
  • Update Kotlin to 1.8.20
  • Support Kodein Compose Multiplatform by @williankl (#138)
  • Fix state restauration Screen already registred by using UUID for Unique Ids by @Syer10 (#115)
  • New API: Customizable NavigatorSaver
    Now is possible to customize the NavigatorSaver for example for enforcing Screens being Parcelable by using parcelableNavigatorSaver.
  • Added skipHalfExpanded support for BottomSheetNavigator by @Kashif-E (#123)