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

Commit 2b4759c

Browse files
authored
#57 doc: Prepare for version 3.1.0 (#58)
1 parent 34eb426 commit 2b4759c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.0] - 22/04/2021
2+
* **New feature**: Horizontal snapping sheets are not possible using `SnappingSheet.horizontal(...)`!
3+
* **New feature**: `controller.snapToPosition` returns a future.
4+
* **Breaking**: New and more callback data on moving events.
5+
* **Breaking**: `SheetSizeStatic(height: 123)` is now `SheetSizeStatic(size: 123)`.
6+
* Remove debug output
7+
18
## [3.0.0+2] - 17/03/2021
29
* Minor documentation changes
310

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ packages:
9999
path: ".."
100100
relative: true
101101
source: path
102-
version: "3.0.0+2"
102+
version: "3.1.0"
103103
source_span:
104104
dependency: transitive
105105
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: snapping_sheet
22
description: A package that provides a sheet widget that snaps to different vertical & horizontal positions
3-
version: 3.0.0+2
3+
version: 3.1.0
44
homepage: https://github.com/AdamJonsson/snapping_sheet
55

66
environment:

0 commit comments

Comments
 (0)