Releases: ozontech/SUINavigation
Releases · ozontech/SUINavigation
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.
1.10.0
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
Added
- Save section to
navigateUrlParams
modifier for making custom deeplink url. - The preferMode at snapshot tests for chousing the rendering type.
- Many tests of deeplinks.
Fixed
- Detection of custom types at snapshot tests.
- The preferMode with other position from Unit tests.
@Published
to custom@NavigationPublished
(higher performance).- Logic of NavigationNodeRenderingAnalyser.
- Documentation of deeplinks.