Skip to content

Releases: forXifLess/LinkNavigator

V 1.2.8

23 Sep 13:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.7...1.2.8

1.2.7

18 Sep 04:19
Compare
Choose a tag to compare

I am pleased to announce the release of a new version after a considerable interval.

Update: Minor Fix
This version has been updated

Thank you to @WallabyStuff for identifying the typo.

What's Changed

New Contributors

Full Changelog: 1.2.6...1.2.7

v1.2.6

19 Jun 06:00
Compare
Choose a tag to compare

Full Changelog: 1.2.5...1.2.6

1.2.5

28 May 00:04
Compare
Choose a tag to compare

releaseed 1.2.5

Full Changelog: 1.2.4...1.2.5

0.6.4

18 Apr 12:44
Compare
Choose a tag to compare

What's Changed

  • Correction of a typo. (thanks. @YangJinmo )
  • Fixing an issue where the project cannot be built in Swift versions below 5.7 (thanks. @keyboardseokmin)

Full Changelog: 0.6.4

0.6.3

03 Apr 08:13
Compare
Choose a tag to compare

What's Changed

Clear viewControllers on Sheet dismissal with adaptive action
Full Changelog: 0.6.2 ... 0.6.3

0.6.2

29 Mar 01:53
Compare
Choose a tag to compare

Update Now you can use Link Navigator on iOS 13!

0.6.1

13 Mar 12:52
Compare
Choose a tag to compare

What's Changed

✨ Large title options are now available in SwiftUI!
After reviewing the issue posted by @Mercen-Lee, I realized that the suggested feature was necessary and decided to implement it.

Thank you for bringing this to our attention

0.5.4

31 Jan 01:43
Compare
Choose a tag to compare

What's Changed

  • The dependency version for TCA example app has been updated from 0.49.2 to the latest 0.50.1

Full Changelog: 0.5.3...0.5.4

0.5.3

16 Jan 09:30
Compare
Choose a tag to compare

What's Changed

✨ We brought two new methods!

  • backToLast(path:isAnimated:) and rootBackToLast(path:isAnimated:)
  • You can rewind to the last specific page in case there are duplicated pages in the navigation stack.
  • These are inspired by @jay-handhug in #8 Thanks!

✨ Renaming

  • matchingKey → matchPath for consistency.

Others

  • The dependency version for TCA example app has been updated from 0.47.2 to the latest 0.49.2

Full Changelog: 0.4.3...0.5.0