From 2b4759cc47bf3ab49e002194b824ad5b11ada76b Mon Sep 17 00:00:00 2001 From: Adam Jonsson Date: Thu, 22 Apr 2021 15:40:47 +0200 Subject: [PATCH] #57 doc: Prepare for version 3.1.0 (#58) --- CHANGELOG.md | 7 +++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b280b65..7c30949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.0] - 22/04/2021 +* **New feature**: Horizontal snapping sheets are not possible using `SnappingSheet.horizontal(...)`! +* **New feature**: `controller.snapToPosition` returns a future. +* **Breaking**: New and more callback data on moving events. +* **Breaking**: `SheetSizeStatic(height: 123)` is now `SheetSizeStatic(size: 123)`. +* Remove debug output + ## [3.0.0+2] - 17/03/2021 * Minor documentation changes diff --git a/example/pubspec.lock b/example/pubspec.lock index d3350e2..66cc9d5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -99,7 +99,7 @@ packages: path: ".." relative: true source: path - version: "3.0.0+2" + version: "3.1.0" source_span: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 51577a6..87a9031 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: snapping_sheet description: A package that provides a sheet widget that snaps to different vertical & horizontal positions -version: 3.0.0+2 +version: 3.1.0 homepage: https://github.com/AdamJonsson/snapping_sheet environment: