- Fixed a bug that caused a wrong transition animation on iOS 16.
- Renamed
NavigationStack
toNavigationStackCompat
to avoid conflicts with the iOS 16NavigationStack
by Apple. - You can now check whether the NavigationStackCompat already contains a specific view.
- Code cleaning.
- Improved documentation.
- NavigationStack has now a depth property.
- Added MacOS and WatchOS deployment target to Podspec.
- Fixed Package.swift: the watchOS platform was missing.