Releases: hmlongco/Navigator
Releases · hmlongco/Navigator
Release 1.4.4
Release 1.4.3
- ManagedNavigationStack(name:) cannot be found by name on v1.4.1 #83
Release 1.4.2
- ManagedNavigationStack(name:) cannot be found by name on v1.4.1 #83
Release 1.4.1
- Minor ManagedNavigationStack improvements
Release 1.4.0
- 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
- Fixes issue where autoDestinationMode is false if no root configuration is provided #69
Release 1.3.0
- Adds NavigationProvidedDestination, NavigationProvidedView, and onNavigationProvidedView for easier modular application support
Release 1.2.2
- Updates documentation to illustrate no longer needing
navigationDestinationregistration in the majority of cases - Fixes a few non-Navigator issues in the demo app for Xcode 26
Release 1.2.1
- Adds new
navigationMapmodifier for multi-module application support - Adds new
navigationModifiermodifier for commonly needed pushed view attributes - Adds new
presentationModifiermodifier for commonly needed presented view attributes - Updates Navigator's present(sheet:) and present(cover:) functions to allow managed presentations
Version 1.2.0
- Introduces
NavigationLink(to:label)and eliminates the need fornavigationDestinationregistrations! - Adds
navigationAutoDestinationMode()modifier - Adds
autoDestinationModeconfiguration option