Skip to content

Latest commit

 

History

History
executable file
·
60 lines (31 loc) · 875 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
60 lines (31 loc) · 875 Bytes

0.2.1

  • Cancel drag when not full height (by joserocha3)

0.2.0+1

  • Updating README

0.2.0

  • Upgrade to AndroidX

0.1.0+2

  • Latest non-AndroidX version
  • Fix error with no controller in ScrollableBottomSheet

0.1.0+1

  • Change ScrollableBottomSheetState to be private since there's no need to create GlobalKey anymore

0.1.0

  • Change communication type between parent and bottom sheet from GlobalKey to ScrollableController

0.0.9

  • Minor bug Fixes

0.0.8

  • Scroll smoothness improved, add new feature measure minimum and half height by content

0.0.7

  • Bug Fixes

0.0.6

  • Fling scroll feature added

0.0.5

  • Bug Fixes, add callback feature, and renaming some

0.0.4

  • Bug Fixes

0.0.3

  • Minimum feature and animation control from the outside added

0.0.2

  • Bug fixes and snap feature added

0.0.1

  • Initial release.