Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.5.0.tar.gz | 2015-12-01 | 108.5 kB | |
1.5.0.zip | 2015-12-01 | 147.4 kB | |
README.md | 2015-12-01 | 629 Bytes | |
Totals: 3 Items | 256.6 kB | 0 |
- Introducing BottomSheetFragment (https://github.com/Flipboard/bottomsheet/pull/79) in the commons module
- Support for multiple state and dismiss listeners on a single sheet (https://github.com/Flipboard/bottomsheet/pull/86). Note: this is a breaking API change for listeners. Change your calls from
setOnStateChangeListener
toaddOnStateChangeListener
. Make sure to remove your listeners with a call toremoveOnStateChangeListener
after they're no longer useful, or you'll create a memory leak - Fixed sheets sometimes being in the wrong position with dynamic sizing (https://github.com/Flipboard/bottomsheet/issues/80)