From 3f5e91d06fb5ae43420e12e2e18bad11138689bd Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 30 May 2023 11:27:53 +0200 Subject: [PATCH] Release v0.4.0 --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c1824..155ee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### 📦 Build & CI --> +## 0.4.0 · 2023-05-30 + +### ⚠️ BREAKING CHANGES +- make `swipeablePageRoute.canOnlySwipeFromEdge`, `.backGestureDetectionWidth`, and `.backGestureDetectionStartOffset` mutable and change `SwipeablePageRoute.buildPageTransitions(…)`'s corresponding parameters to `ValueGetter`s ([`2ad8bfb`](https://github.com/JonasWanke/swipeable_page_route/commit/2ad8bfb986ff687b169930d762925c1fb4adbafd)), closes: [#27](https://github.com/JonasWanke/swipeable_page_route/issues/27) + +### 🐛 Bug Fixes +- fix `MorphingAppBar`'s title text color during swipe ([`fb0466d`](https://github.com/JonasWanke/swipeable_page_route/commit/fb0466d4e37cda4e1b64383de6ea90d77644c547)) + ## 0.3.1 · 2023-05-16 ### 📦 Build & CI diff --git a/example/pubspec.lock b/example/pubspec.lock index 4d3ac67..cf82bcb 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -97,7 +97,7 @@ packages: path: ".." relative: true source: path - version: "0.3.1" + version: "0.4.0" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e6d417d..ad7596c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: swipeable_page_route description: Swipe to navigate back and admire beautifully morphing widgets -version: 0.3.1 +version: 0.4.0 repository: https://github.com/JonasWanke/swipeable_page_route screenshots: - description: Users can swipe to navigate back anywhere on the page and the app bar transitions beautifully