Skip to content

Releases: davdroman/swiftui-navigation-transitions

0.10.1

02 Jul 22:38
49005b9
Compare
Choose a tag to compare

What's Changed

  • Hotfixed: "module with extension is not loaded (SwiftUIIntrospect)" build error #91

Special thanks to @iTarek for reporting the issue #90.

Full Changelog: 0.10.0...0.10.1

0.10.0

01 Jul 14:01
dfb0597
Compare
Choose a tag to compare

What's Changed

Warning

This release raises the required minimum Swift version to 5.7.

This is to be able to consume the newly revamped SwiftUIIntrospect dependency and offer more stable view targeting functionality.

  • Changed: removed deprecations #88
  • Changed: switched to MIT License #84
  • Documentation: generate docs for extended types #87

Full Changelog: 0.9.3...0.10.0

0.9.3

21 Jun 11:37
306b53f
Compare
Choose a tag to compare

What's Changed

  • Fixed: freeze on swipe back after modal interactive dismissal #81

Full Changelog: 0.9.2...0.9.3

0.9.2

01 Jun 18:32
9af486b
Compare
Choose a tag to compare

What's Changed

  • Fixed: swipe back cancellation leaving views in inconsistent state #78

Full Changelog: 0.9.1...0.9.2

0.9.1

01 Jun 16:04
0989352
Compare
Choose a tag to compare

What's Changed

  • Fixed: disable user interaction during transition #76
  • [CI] Use Xcode 14.3 & Swift 5.8 #71

Full Changelog: 0.9.0...0.9.1

0.9.0

01 Mar 12:19
df1c4e4
Compare
Choose a tag to compare

What's Changed

  • Changed: transitions now use live views instead of snapshot views #67

Full Changelog: 0.8.1...0.9.0

0.8.1

23 Feb 15:51
140bcb2
Compare
Choose a tag to compare

What's Changed

  • Fixed: swipe back freezing the screen occasionally #65

Full Changelog: 0.8.0...0.8.1

0.8.0

22 Feb 16:41
b01ee4e
Compare
Choose a tag to compare

What's Changed

  • Changed: edgePan interactivity now overrides system behavior #62

     NavigationStack {
     	[...]
     		.navigationBarBackButtonHidden() // this modifier disables all swipe back gestures in the stack 😢 
     }
     .navigationTransition(.default, interactivity: .edgePan) // this re-enables them! ✨ 🎉 
  • Fixed: readme demo link #63

Full Changelog: 0.7.4...0.8.0

0.7.4

15 Feb 21:28
1e2598d
Compare
Choose a tag to compare

What's Changed

  • Update Introspect dependency to fix SwiftUI state changes not affecting the navigationTransition modifier #60

Full Changelog: 0.7.3...0.7.4

0.7.3

14 Feb 15:22
9b9d622
Compare
Choose a tag to compare

What's Changed

  • Changed: Make indentation accessible #50
  • Changed: Switch to MIT-0 license #54
  • Changed: Add missing copyright headers #51
  • Changed: Mark runtime magic modules as @_implementationOnly #48
  • Infrastructure: Add Format workflow #49
  • Infrastructure: Update dependencies #56
  • Infrastructure: Remove generate-docs script #57
  • Infrastructure: Move Demo into a new Examples folder #58

Full Changelog: 0.7.2...0.7.3