What's Changed
- Fixed:
navigationDestination(unwrapping:)
bundles workarounds for SwiftUI bugs present in iOS <16.4, etc., but those workarounds cause problems when present in >=16.4. These workarounds are now scoped to only apply to those past OSes where the bugs are present (https://github.com/pointfreeco/swiftui-navigation/pull/93). - Infrastructure: Documentation typo fixes (thanks @dave256, https://github.com/pointfreeco/swiftui-navigation/pull/88).
- Infrastructure: GitHub issue templates have been updated to use form input (https://github.com/pointfreeco/swiftui-navigation/pull/92).
- Infrastructure: Fixed a few concurrency warnings in the Case Studies demo (https://github.com/pointfreeco/swiftui-navigation/pull/89).
New Contributors
- @dave256 made their first contribution in https://github.com/pointfreeco/swiftui-navigation/pull/88
Full Changelog: pointfreeco/swiftui-navigation@0.7.0...0.7.1