Releases: edon2005/CoordinatorX
Releases · edon2005/CoordinatorX
v1.3.9
What's new:
- introduced .statusBarStyle(_ style: UIStatusBarStyle) for controlling the appearance of the status bar, supporting lightContent and darkContent.
- introduced the activeRoute property in NavigationCoordinator to manage the active destination (e.g., for use with a custom navigation bar).
- resolved various issues related to the presentation methods for sheets, overlays, and fullscreen views.
v1.3.8.1
What's new:
- refactoring .navStatusBar(isHidden: Bool) in native SwiftUI way.
v1.3.8
What's new:
- Add the .navStatusBar(isHidden: Bool) modifier to control the visibility of the status bar from a view inside the NavigationCoordinator (NavigationStack).
v1.3.7
What's new:
- remove some garbage from the repo.
- fix transparent background for NavigationStack - that is SwiftUI issue.
v1.3.6
Small urgent fix:
- empty .overlay invoked .sheet transition.
v1.3.5
Add Example for iOS.
Unplanned improvement:
Now you can customize background color for container which response for context for fullScreen/overlay/sheet:
case .login: .sheet(.background(.black))
case .logout: .sheet
v1.2.0
Add support for: tvOS, visionOS, watchOS.
small fixes for supporting macOS.
v1.1.0
Add support for macOS.
Small fixes.