Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
#57 doc: Prepare for version 3.1.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJonsson authored Apr 22, 2021
1 parent 34eb426 commit 2b4759c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0+2"
version: "3.1.0"
source_span:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2b4759c

Please sign in to comment.