Skip to content

1.5.0

Compare
Choose a tag to compare
@markrietveld markrietveld released this 01 Dec 23:19
· 39 commits to master since this release
  • Introducing BottomSheetFragment (#79) in the commons module
  • Support for multiple state and dismiss listeners on a single sheet (#86). Note: this is a breaking API change for listeners. Change your calls from setOnStateChangeListener to addOnStateChangeListener. Make sure to remove your listeners with a call to removeOnStateChangeListener after they're no longer useful, or you'll create a memory leak
  • Fixed sheets sometimes being in the wrong position with dynamic sizing (#80)