Skip to content

Releases: JonasWanke/swipeable_page_route

v0.4.4

13 Aug 15:05
f43ef03
Compare
Choose a tag to compare
v0.4.4 Pre-release
Pre-release

🎉 New Features

v0.4.3

21 May 15:27
318182e
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

🎉 New Features

  • support Flutter ^3.22 (#54), closes: #52. Thanks to @1l0 and @nimr77!
  • add remaining properties from AppBar and SliverAppBar (b4ebae5), closes #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)

v0.4.2

20 Jan 19:16
8cf3d48
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

🎉 New Features

  • handle new pageRoute.popDisposition (9cee84a)
  • expose swipeablePageRoute., swipeablePage.reverseTransitionDuration (4f6e398), closes #38

📦 Build & CI

  • upgrade to Flutter >=3.16.0 (8dd381c), closes #36

v0.4.1

30 Dec 12:51
4c7d5e3
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

🎉 New Features

⚡ Changes

🐛 Bug Fixes

  • honor themeData.useMaterial3 with different defaults compared to Material 2 (cc98d3f)

v0.4.0

30 May 09:38
3f5e91d
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • make swipeablePageRoute.canOnlySwipeFromEdge, .backGestureDetectionWidth, and .backGestureDetectionStartOffset mutable and change SwipeablePageRoute.buildPageTransitions(…)'s corresponding parameters to ValueGetters (2ad8bfb), closes: #27

🐛 Bug Fixes

  • fix MorphingAppBar's title text color during swipe (fb0466d)

v0.3.1

16 May 09:23
08a720a
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

📦 Build & CI

  • upgrade to Flutter >=3.10.0, Dart >=3.0.0 <4.0.0 (ff58ba7)
  • update black_hole_flutter to ^1.0.3 (0f114e2)

v0.3.0

24 Jan 19:18
1b77fa2
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

⚠️ BREAKING CHANGES

  • remove deprecated appBar./sliverAppBar.textTheme (c0cb638)

🐛 Bug Fixes

  • use Flutter's update logic/fields for AnimatedTitle's title style (341dc68), closes: #21

📦 Build & CI

  • upgrade to Flutter: >=3.3.0, Dart >=2.18.0 <3.0.0 (0ad5c9e)
  • update black_hole_flutter to ^1.0.0 (9a43d1b)

v0.2.6

14 Jan 11:42
4dab1ab
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

📜 Documentation updates

  • add SwipeablePageTransitionsBuilder warning to README (cea522c)

v0.2.5

14 Jan 11:40
6bc3309
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

🎉 New Features

  • add SwipeablePageTransitionsBuilder for usage with PageTransitionsTheme, closes: #19 (8a5e677)

📦 Build & CI

v0.2.4

30 Oct 16:59
5903eec
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

🎉 New Features

  • only intercept drag events in the swipeable direction (#18). Thanks to @NaikSoftware!