Release 1.0.3
- (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.