What's Changed
- Changed: bump to Swift 6.2 and enable upcoming Swift features by @davdroman in #174
- Changed: bump SwiftUI Introspect version range by @davdroman in #173
- Fixed: resolve an Xcode 27 SDK build error caused by SwiftUI's new
AnyNavigationTransitionname colliding with this library's erased transition type. The public API is nowCustomNavigationTransitionwith thecustomNavigationTransition(_:interactivity:)SwiftUI modifier. Reported by @dogegg-cc in #172 and fixed by @davdroman in #175
Full Changelog: 0.17.0...0.18.0