-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCHANGELOG
67 lines (43 loc) · 1.93 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Navigator Changelog
### 0.9.3
* Moved Demo's xcodeproj to fix swiftpackageindex builds #12
* Name change navigation action with() to with(navigator:)
* Revised NavigationSendValues to better handle actions
* Added new return states for navigation action send
### 0.9.2
* Major code restructuring around environment variable Navigator managing internal state object
* Minor disambiguation change around send(value:) and perform(action:)
* Fixes issue with canReturnToCheckpoint binding
### 0.9.1
* Add navigation locking mechanism to protect login screens, transaction screens, etc.
* Cleanup checkpoint return value code
* Fix reported issue presenting views on iOS 17
### 0.9.0
* ManagedNavigationStacks can be named without allowing scene storage
* Can now find navigators for named ManagedNavigationStacks
* NavigationURLHandlers now return NavigationActions and not values
* Added additional NavigationAction support and actions
* Navigator "pop" functions now return discardable results
* Updates demo app and sample code
### 0.8.7
* Simplify navigation destination code to allow for use of current navigation destination modifiers
### 0.8.6
* Add navigation view routing and navigation view providing protocols and examples
### 0.8.5
* Fix dismissible error in dismissAllChildren
* Update authentication examples with authentication service and authentication action
* Added Swift Package Index yml file #8
### 0.8.4
* Revise Navigation Send to support Navigation Actions
### 0.8.3
* Fix ensures multiple navigationDestinations of the same type are not registered on the same Navigator
### 0.8.2
* Add support for pausing and resuming navigation send sequences (like waiting for auth to occur)
### 0.8.1
* Update dismiss logic for iOS 16/17
* Streamline navigation send value logic
* Update dependency demos
* update navigation receive handlers and messages for multiple receivers for same type
* add app icon
### 0.8.0
* Initial Git Commit