Releases: davdroman/swiftui-navigation-transitions
Releases · davdroman/swiftui-navigation-transitions
0.14.0
What's Changed
- Breaking: bumped to Swift 5.9 by @davdroman in #139
- Breaking: renamed
NavigationTransition
toNavigationTransitionProtocol
to fix iOS 18 name clash issue by @Mohsenkhodadadzadeh in #142
New Contributors
- @Mohsenkhodadadzadeh made their first contribution in #142
Full Changelog: 0.13.4...0.14.0
0.13.4
What's Changed
- Fixed: added
@MainActor
annotation tonavigationTransition(:interactivity:)
by @tgrapperon in #138
New Contributors
- @tgrapperon made their first contribution in #138
Full Changelog: 0.13.3...0.13.4
0.13.3
What's Changed
- Fix another iOS 17.1 animation bug by @davdroman in #113
Full Changelog: 0.13.2...0.13.3
0.13.2
What's Changed
- Fix animations not working on iOS 17.1 by @davdroman in #110
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- Fix broken animations by @davdroman in #106
- [CI] Bump actions/checkout to v4 by @davdroman in #105
Full Changelog: 0.13.0...0.13.1
0.13.0
0.12.0
0.11.0
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