1.3.0
What's Changed
- Added:
View.alert(item:)
andconfirmationDialog(item:)
have been added toSwiftUINavigationCore
(thanks @randomeizer, https://github.com/pointfreeco/swiftui-navigation/pull/145). These helpers are preferred over the now-deprecatedalert(unwrapping:)
andconfirmationDialog(unwrapping:)
modifiers. - Added: An iOS 16-compatible version of
navigationDestination(item:)
has been added toSwiftUINavigationCore
(https://github.com/pointfreeco/swiftui-navigation/pull/148). - Infrastructure: Bump Swift Tools version to 5.7.1 to follow Apple's policy(thanks @x-0o0, https://github.com/pointfreeco/swiftui-navigation/pull/134).
New Contributors
- @randomeizer made their first contribution in https://github.com/pointfreeco/swiftui-navigation/pull/145
- @x-0o0 made their first contribution in https://github.com/pointfreeco/swiftui-navigation/pull/134
Full Changelog: pointfreeco/swiftui-navigation@1.2.1...1.3.0