Skip to content

Commit

Permalink
feat: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Mar 8, 2021
1 parent 24b7fde commit d56226c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


<!-- Template:
## [NEW](https://github.com/JonasWanke/swipeable_page_route/compare/vOLD...vNEW) · 2020-xx-xx
### 🎉 New Features
Expand All @@ -16,7 +15,21 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
-->


## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.6...master)
## [Unreleased](https://github.com/JonasWanke/swipeable_page_route/compare/v0.2.0...master)


## [0.2.0](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.6...v0.2.0) · 2021-03-08

### ⚠ BREAKING CHANGES
- migrate to null-safety
- `swipeablePageRoute.onlySwipeFromEdge` is now called `canOnlySwipeFromEdge`

### 🎉 New Features
- add `swipeablePageRoute.canSwipe`, closes: [#8](https://github.com/JonasWanke/swipeable_page_route/issues/8)
- add `swipeablePageRoute.backGestureWidth`

### ⚡ Changes
- `[Sliver-]MorphingAppBar`'s colors are interpolated using HSV


## [0.1.6](https://github.com/JonasWanke/swipeable_page_route/compare/v0.1.5...v0.1.6) · 2020-12-14
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.6"
version: "0.2.0"
typed_data:
dependency: transitive
description:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: swipeable_page_route
description: '🔙 Swipe to navigate back and admire beautifully morphing widgets'
version: 0.1.6
version: 0.2.0
homepage: https://github.com/JonasWanke/swipeable_page_route

environment:
Expand All @@ -13,6 +13,7 @@ dependencies:
sdk: flutter
list_diff: ^2.0.0
meta: ^1.3.0
supercharged: ^2.0.0

dev_dependencies:
extra_pedantic: ^1.3.0
Expand Down

0 comments on commit d56226c

Please sign in to comment.