Skip to content

Release 1.0.2

Compare
Choose a tag to compare
@workspace workspace released this 22 Aug 05:59
· 72 commits to main since this release
23ad79f
  • Update dependencies
    • Kotlin 1.7.21
    • Compose 1.2.0
    • Compose Compiler 1.3.0
    • Activity Compose 1.5.0
  • (New) dismissWithAnimation to use dimissWithAnimation in BottomSheetDialog
    • Default value is false. If set dismissWithAnimation property to true, whether you press back button or click outside , onDismissRequest is called once after sheet dismiss animation. If it is set false, BottomSheetDialog will dismiss with window animation.
    • Fix issue #1
  • Improved sample! You can test properties without changing code.