Releases: johnpatrickmorgan/FlowStacks
Releases · johnpatrickmorgan/FlowStacks
v0.9.0
0.8.4
- Makes FlowNavigator initialiser public (Thanks @JanRatJr)
v0.7.0
v0.6.0
This is a major new release that includes a lot of breaking changes. This rewrite has been discussed here - #51.
Changes:
- Rewrites APIs to match the latest
NavigationStack
APIs. This package now takes SwiftUI's familiar and powerfulNavigationStack
API and gives it superpowers. The newFlowStack
is not just for push navigation, but also for presenting sheets and full-screen covers. And because it's implemented using the navigation APIs available in older SwiftUI versions, you can still use it on earlier versions of iOS, tvOS, watchOS and macOS.
v0.4.0
v0.3.8
v0.3.2
- Adds a FlowNavigator environment object for easier navigation from deeply nested views.
v0.3.1
- Fix dismiss completion for iOS 14.4 and below (Thanks @BohdanDatskiv!)
V0.2.4
V0.2.2
- Ensures
Binding.withDelaysIfUnsupported
runs on the main thread. (Thanks @ConfusedVorlon)