Showing
1 changed file
with
17 additions
and
15 deletions
| 1 | -## [0.0.1] - Pre Release. | 1 | +## [0.2.1+1-dev] - Fix Flutter 22 breaking change |
| 2 | +- https://github.com/jamesblasco/modal_bottom_sheet/issues/69 | ||
| 2 | 3 | ||
| 3 | -## [0.1.0] - Package Release. | 4 | +## [0.2.0+1] - ScrollView bug fix |
| 5 | +- Fix bug when scrollview was not used | ||
| 4 | 6 | ||
| 5 | -## [0.1.4] - Clean code and fix small bugs | 7 | +## [0.2.0] - New Cool Features |
| 8 | +- Added support for scroll-to-top by tapping the status bar on iOS devices. | ||
| 9 | +- Use `curveAnimation` to define a custom curve animation for the modal transition | ||
| 10 | +- Bug fixes releated to horizontal scroll, clamping physics and othes. | ||
| 6 | 11 | ||
| 7 | -## [0.1.5] - Scroll improvements and bug fixes | ||
| 8 | -- Support for closing a modal with a scroll view by dragging down fast. | ||
| 9 | -- Fix assertion in CupertinoBottomSheet and BottomSheetRoute when using the CupetinoApp or WidgetsApp as root | ||
| 10 | -- Fix assertion when scrollController isn't used by the builder | ||
| 11 | 12 | ||
| 12 | ## [0.1.6] - New custom params | 13 | ## [0.1.6] - New custom params |
| 13 | - Use `duration` to define the opening duration of the modal | 14 | - Use `duration` to define the opening duration of the modal |
| 14 | - Change the top radius of the cupertino bottom sheet | 15 | - Change the top radius of the cupertino bottom sheet |
| 15 | Thanks to @bierbaumtim @troyanskiy @rodineijf for the contributions | 16 | Thanks to @bierbaumtim @troyanskiy @rodineijf for the contributions |
| 16 | 17 | ||
| 18 | +## [0.1.5] - Scroll improvements and bug fixes | ||
| 19 | +- Support for closing a modal with a scroll view by dragging down fast. | ||
| 20 | +- Fix assertion in CupertinoBottomSheet and BottomSheetRoute when using the CupetinoApp or WidgetsApp as root | ||
| 21 | +- Fix assertion when scrollController isn't used by the builder | ||
| 22 | + | ||
| 17 | 23 | ||
| 18 | -## [0.2.0] - New Cool Features | ||
| 19 | -- Added support for scroll-to-top by tapping the status bar on iOS devices. | ||
| 20 | -- Use `curveAnimation` to define a custom curve animation for the modal transition | ||
| 21 | -- Bug fixes releated to horizontal scroll, clamping physics and othes. | 24 | +## [0.1.4] - Clean code and fix small bugs |
| 22 | 25 | ||
| 23 | -## [0.2.0+1] - ScrollView bug fix | ||
| 24 | -- Fix bug when scrollview was not used | 26 | +## [0.1.0] - Package Release. |
| 27 | + | ||
| 28 | +## [0.0.1] - Pre Release. | ||
| 25 | 29 | ||
| 26 | -## [0.2.1-dev] - Fix Flutter 22 breaking change | ||
| 27 | -- https://github.com/jamesblasco/modal_bottom_sheet/issues/69 |
-
Please register or login to post a comment