##v1.2.1 - December 30, 2015
- Fix a memory leak.
##v1.2 - October 16, 2015
- Allow the FAB to be placed anywhere on the screen with the sheet opening to the correct position.
- Fix sheet incorrectly hiding after opening in certain cases.
##v1.1 - October 10, 2015
- Added callbacks for when the sheet's show and hide animations end:
onSheetShown()
andonSheetHidden()
- Calling
hideSheet()
while the sheet is opening will hide it after it is shown
##v1.0.5 - September 26, 2015
- Fix certain CardView styles not being applied on Android > 5.0.
##v1.0.4 - September 5, 2015
- Fix FAB shifting by 1 pixel when opening and closing sheet on certain devices.
- Fix cases where the FAB doesn't return to the correct position after hiding the sheet.
- Fix crash when using a CardView as a sheet on certain devices running Android < 5.0.
- Fix issue where the material sheet was not aligned with the FAB.
- First release!