Skip to content

Releases: canopas/UIPilot

2.0.2

23 Nov 06:46
33b8123
Compare
Choose a tag to compare

Changes

  • Fix multiple pop issue

2.0.1

15 Nov 09:46
bd3c0fc
Compare
Choose a tag to compare
Merge pull request #32 from canopas/add-uikit-import

Add UIKit import

2.0.0

15 Nov 06:48
4e2975b
Compare
Choose a tag to compare

Breaking changes

  • With 2.0.0, UIPilot uses UINavigationController under the hood as it's very reliable compared to NavigationView and NavigationStack where multiple push/pop operations (very common requirement) do not behave well.

1.3.1

01 Sep 09:48
ff7e5f9
Compare
Choose a tag to compare

Changelog

  • Minor refactoring

1.3.0

31 Aug 09:13
34abdee
Compare
Choose a tag to compare

Changelog

  • Remove AnyView dependency. Finally the library is as performant as native NavigationView.

1.2.1

07 Jun 13:45
8a451c5
Compare
Choose a tag to compare
Merge pull request #23 from canopas/fix-uipilot-pop-issue

Fix - UIPilot multiple pop issue

1.2.0

02 Jun 09:43
3bb4989
Compare
Choose a tag to compare

Changes

  • Improved structure of UIPilot to avoid memory leaks
  • Internal class renaming

1.1.7

09 Apr 06:02
b65ee11
Compare
Choose a tag to compare
Merge pull request #16 from canopas/update-version

Update version

1.1.6

29 Mar 06:02
c4bbe85
Compare
Choose a tag to compare
Merge pull request #11 from canopas/update-version

Update version

1.1.5

10 Mar 04:58
3200fdd
Compare
Choose a tag to compare
Update readme (#5)