Skip to content

Releases: ozontech/SUINavigation

1.10.4

04 Dec 11:27
Compare
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
Compare
Choose a tag to compare

Added

  • Added tests for iOS 18.1 on build server.

1.10.2

13 Sep 09:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Information about automatic test scripts.

1.9.2

11 Mar 09:20
Compare
Choose a tag to compare

Added

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

1.9.1

27 Feb 10:26
Compare
Choose a tag to compare

Added

  • Automatisation: CI scripts for testing and release.

1.9.0

21 Feb 14:28
Compare
Choose a tag to compare

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.