Skip to content

Releases: edon2005/CoordinatorX

v1.3.9

18 Jan 16:53
Compare
Choose a tag to compare

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

10 Jan 20:49
Compare
Choose a tag to compare

What's new:

  • refactoring .navStatusBar(isHidden: Bool) in native SwiftUI way.

v1.3.8

09 Jan 13:37
Compare
Choose a tag to compare

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

08 Jan 11:36
Compare
Choose a tag to compare

What's new:

  • remove some garbage from the repo.
  • fix transparent background for NavigationStack - that is SwiftUI issue.

v1.3.6

08 Jan 00:06
Compare
Choose a tag to compare

Small urgent fix:

  • empty .overlay invoked .sheet transition.

v1.3.5

17 Dec 23:43
Compare
Choose a tag to compare

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

15 Dec 22:06
Compare
Choose a tag to compare

Add support for: tvOS, visionOS, watchOS.
small fixes for supporting macOS.

v1.1.0

10 Dec 19:09
Compare
Choose a tag to compare

Add support for macOS.
Small fixes.

v1.0.0

13 Nov 13:33
5d662c2
Compare
Choose a tag to compare

Initial Release.