0.8.0
What's Changed
-
Changed:
edgePan
interactivity now overrides system behavior #62NavigationStack { [...] .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