Skip to content

Releases: hmlongco/Navigator

Release 1.4.4

19 Dec 17:39

Choose a tag to compare

  • Fixes issue where returnToCheckpoint fails to dismiss #84, #86

Release 1.4.3

16 Dec 18:33

Choose a tag to compare

  • ManagedNavigationStack(name:) cannot be found by name on v1.4.1 #83

Release 1.4.2

16 Dec 17:38

Choose a tag to compare

  • ManagedNavigationStack(name:) cannot be found by name on v1.4.1 #83

Release 1.4.1

13 Dec 23:08

Choose a tag to compare

  • Minor ManagedNavigationStack improvements

Release 1.4.0

07 Dec 22:35

Choose a tag to compare

  • Adds access to the current Navigator via the Navigator environment variable
  • Adds preliminary support for navigation flows with common state (see example)
  • Add AsyncCallback Hashable type for more advanced destination types
  • Add .fullScreenCover for NavigationMethod.cover on tvOS, watchOS platforms #79 (breaking)

Release 1.3.1

11 Oct 15:47

Choose a tag to compare

  • Fixes issue where autoDestinationMode is false if no root configuration is provided #69

Release 1.3.0

05 Oct 17:53

Choose a tag to compare

  • Adds NavigationProvidedDestination, NavigationProvidedView, and onNavigationProvidedView for easier modular application support

Release 1.2.2

21 Sep 21:41

Choose a tag to compare

  • Updates documentation to illustrate no longer needing navigationDestination registration in the majority of cases
  • Fixes a few non-Navigator issues in the demo app for Xcode 26

Release 1.2.1

20 Sep 18:11

Choose a tag to compare

  • Adds new navigationMap modifier for multi-module application support
  • Adds new navigationModifier modifier for commonly needed pushed view attributes
  • Adds new presentationModifier modifier for commonly needed presented view attributes
  • Updates Navigator's present(sheet:) and present(cover:) functions to allow managed presentations

Version 1.2.0

11 Sep 06:00

Choose a tag to compare

  • Introduces NavigationLink(to:label) and eliminates the need for navigationDestination registrations!
  • Adds navigationAutoDestinationMode() modifier
  • Adds autoDestinationMode configuration option