Skip to content

Commit

Permalink
Release v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed May 21, 2024
1 parent 6cb2b2c commit 318182e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### 📦 Build & CI
-->

## 0.4.3 · 2024-05-21

### 🎉 New Features
- support Flutter ^3.22 ([#54](https://github.com/JonasWanke/swipeable_page_route/pull/54)), closes: [#52](https://github.com/JonasWanke/swipeable_page_route/issues/52). Thanks to [@1l0](https://github.com/1l0) and [@nimr77](https://github.com/nimr77)!
- add remaining properties from `AppBar` and `SliverAppBar` ([`b4ebae5`](https://github.com/JonasWanke/swipeable_page_route/commit/b4ebae5e1be5bf3bac64244bf2f185a56caa283d)), closes [#44](https://github.com/JonasWanke/swipeable_page_route/issues/44):
- `morphingAppBar.scrolledUnderElevation`, `.notificationPredicate`, `.forceMaterialTransparency`, and `.clipBehavior`
- `morphingSliverAppBar.scrolledUnderElevation`, `.surfaceTintColor`, `.forceMaterialTransparency`, and `.clipBehavior`

### 📦 Build & CI
- upgrade to Flutter `^3.22.0`, Dart `^3.4.0` ([`587a08a`](https://github.com/JonasWanke/swipeable_page_route/commit/587a08afda3ea13ec36cda092a252dbfef6ae250))

## 0.4.2 · 2024-01-20

### 🎉 New Features
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.4.2"
version: "0.4.3"
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.2
version: 0.4.3
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 318182e

Please sign in to comment.