Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 549 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 549 Bytes

swiftui-navigation-stack Changelog

1.0.6

  • Fixed a bug that caused a wrong transition animation on iOS 16.

1.0.5

  • Renamed NavigationStack to NavigationStackCompat to avoid conflicts with the iOS 16 NavigationStack by Apple.
  • You can now check whether the NavigationStackCompat already contains a specific view.

1.0.4

  • Code cleaning.
  • Improved documentation.
  • NavigationStack has now a depth property.
  • Added MacOS and WatchOS deployment target to Podspec.

1.0.3

  • Fixed Package.swift: the watchOS platform was missing.