From be9f6501c1fe0d04f7981ad99f869d94a1f9436d Mon Sep 17 00:00:00 2001 From: Nikhil Vadoliya Date: Sat, 28 Nov 2020 17:34:16 +0530 Subject: [PATCH] - update pubspec and CHANGELOG file --- CHANGELOG.md | 11 ++++++++++- pubspec.yaml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9659860..266c919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -## [1.0.3] - Release +## [1.2.0] - Release + + * Implement swipe to open feature for sliderDirection LEFT_TO_RIGHT and RIGHT_TO_LEFT + * Deprecate parameter `sliderMenuOpenOffset` and `sliderMenuCloseOffset`. You can use `sliderMenuOpenSize` and `sliderMenuCloseSize`. + * Deprecate parameter `sliderOpen`. You can use `slideDirection` + * Deprecate parameter `sliderAnimationTimeInMilliseconds`. You can use `animationDuration` + * You can access `animationController` by key. + * Bug fixed + +## [1.0.3] - Release * Added TopToBottom slide feature * Added Shadow feature with shadowColor,shadowBlurRadius and shadowSpread dynamic handle diff --git a/pubspec.yaml b/pubspec.yaml index 4f27bd7..3387b53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_slider_drawer description: A Flutter package with custom implementation of the Slider Drawer Menu -version: 1.0.3 +version: 1.2.0 homepage: https://github.com/NikhilVadoliya/Flutter_slider_drawer environment: