Releases: ozontech/SUINavigation
Releases · ozontech/SUINavigation
1.11.0
Added
- Synonym NavigationStorageView as NavigationViewStorage.
.navigationStorageDestination
view modifiers, methodchangeDestination
andreplaceDestination
to NavigationStorage for change navigation state..navigationStorageDestinationAction
view modifiers for deeplinks..navigationStorageBinding
default Item.Type param.- Example 'NavigationFromTab' with mixing using TabView with NavigationStorageView.
Fixed
- Corrected 'storge' to 'storage' in all.
- All extensions from Navigation+UrlParam.swift to separate files.
1.10.4
1.10.3
1.10.2
1.10.1
Added
- Default property of Strategy and deprecation of Strategy change from navigation's init.
- To UI tests option to change default Strategy.
Fixed
- #1 Issue where application freezes when opening the second screen in MVVM+Coordinator example on iOS 17: Issue was with cyclic update of environment object from navigation item modifier.
- Unsynchronised updates of the Strategy using from init.