What's Changed
-
Fixed: Renamed the internal
_SwiftUINavigationState
toSwiftUINavigationCore
to prevent App Store validation errors encountered by some Xcode projects that have a mix of dynamic and static libraries (https://github.com/pointfreeco/swiftui-navigation/pull/112).Warning: This is a breaking change if you update
swiftui-navigation
in a Composable Architecture project independently of updatingswift-composable-architecture
to 0.55.0, or if you import this underscored module directly. -
Infrastructure: The
View.bind
modifier has moved toSwiftUINavigationCore
and will be available in projects that re-export this module, like the Composable Architecture (https://github.com/pointfreeco/swiftui-navigation/pull/110).
Full Changelog: pointfreeco/swiftui-navigation@0.7.2...0.8.0