Skip to content

Release 1.0.3

Compare
Choose a tag to compare
@workspace workspace released this 27 Oct 07:17
· 58 commits to main since this release
  • (New) NavigationBarProperties - You can set navigation bar's color, icon color with this property (#7)
  • (New) BottomSheetBehaviorProperties - You can set BottomSheetBehavior with this property. See more detail on official docs (#8)
  • (Fix) Enable nested scroll between BottomSheet and composable. (#9)
  • Update dependencies
    • Compose 1.3.0
    • Kotlin 1.7.20
    • Activity 1.6.1
  • improve sample app to test new properties.