Releases: davdroman/swiftui-navigation-transitions
Releases · davdroman/swiftui-navigation-transitions
0.10.1
0.10.0
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
0.9.2
0.9.1
0.9.0
0.8.1
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
0.7.4
0.7.3
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