Skip to content

Commit

Permalink
Release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Dec 30, 2023
1 parent ea49c3e commit 4c7d5e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.4.1 · 2023-12-30

### 🎉 New Features
- add `SwipeablePage` and a [Go Router](https://pub.dev/packages/go_router) example ([`ea49c3e`](https://github.com/JonasWanke/swipeable_page_route/commit/ea49c3e598e6a5e506ead98b5220a578b2ff749b)), closes [#29](https://github.com/JonasWanke/swipeable_page_route/issues/29). Thanks to [@110](https://github.com/110), [@kamranbekirovyz](https://github.com/kamranbekirovyz), and [@gustavjohansen98](https://github.com/gustavjohansen98) for exploring this!
- expose `swipeablePageRoute.allowSnapshotting`, `.barrierDismissible` ([#35](https://github.com/JonasWanke/swipeable_page_route/pull/35)). Thanks to [@MagTuxGit](https://github.com/MagTuxGit)!

### ⚡ Changes
- interpolate colors in the [Oklab color space](https://bottosson.github.io/posts/oklab/) instead of HSV ([`65f2a5d`](https://github.com/JonasWanke/swipeable_page_route/commit/65f2a5d60b12ed127a99497e713f0257ad7b7c03))

### 🐛 Bug Fixes
- honor `themeData.useMaterial3` with different defaults compared to Material 2 ([`cc98d3f`](https://github.com/JonasWanke/swipeable_page_route/commit/cc98d3f3ea0539c1eeb8c013dc425d2443283ed7))

## 0.4.0 · 2023-05-30

### ⚠️ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.0"
version: "0.4.1"
term_glyph:
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: swipeable_page_route
description: Swipe to navigate back and admire beautifully morphing widgets
version: 0.4.0
version: 0.4.1
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
Expand Down

0 comments on commit 4c7d5e3

Please sign in to comment.