Skip to content

Releases: ozontech/SUINavigation

1.11.1

24 Oct 10:38

Choose a tag to compare

Fixed

  • NavigationViewStorage rewrite to NavigationStorageView in all.
  • Documentation for .navigationStorageDestination modifiers.
  • Installation notes from ReadMe.
  • Fixed lock screen showing for tests on iOS 26.
  • Fixed tests for iOS 15-18.

1.11.0

26 Dec 09:57

Choose a tag to compare

Added

  • Synonym NavigationStorageView as NavigationViewStorage.
  • .navigationStorageDestination view modifiers, method changeDestination and replaceDestination 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

04 Dec 11:27

Choose a tag to compare

Added

  • New simple example with list and details.
  • Description of using .navigation's modifiers.

1.10.3

01 Nov 11:37

Choose a tag to compare

Added

  • Added tests for iOS 18.1 on build server.

1.10.2

13 Sep 09:52

Choose a tag to compare

Added

  • New tests to Skip functions + Root message, Pop to back view.

Fixed

  • One point to func popTo.
  • Broken tests after update to iOS 18.

1.10.1

28 Aug 09:18

Choose a tag to compare

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

23 Jul 20:50

Choose a tag to compare

Added

  • NavigationStorageStrategy for chousing use NavigationView or NavigationStack on iOS 16.x.
  • Test of Navigation with closing Application.
  • Description about bugs of NavigationView and NavigationStack.

1.9.4

02 Apr 07:22

Choose a tag to compare

Fixed

  • Apple bug with StateObject double creation on 16.4 with NavigationStack and YES, this is no joke again.

1.9.3

12 Mar 09:05

Choose a tag to compare

Added

  • Information about automatic test scripts.

1.9.2

11 Mar 09:20

Choose a tag to compare

Added

  • Automatisation: CI scripts for public release notes on GitHub.