Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 838 Bytes

File metadata and controls

34 lines (21 loc) · 838 Bytes

Release Notes

Version 1.0.7

Apr 30, 2019

Bug fix release.

Version 1.0.6

Apr 26, 2019

Introduced navigation to sub views for iOS.

Version 1.0.5

Mar 19, 2019

Introduced navigation to sub views for Android. Sub views for iOS is in beta.

Version 1.0.4

Oct 25, 2018

Added the ability to request a UIViewController for a ViewModel on iOS and a Fragment for a ViewModel on Android, directly from the navigation instead of doing a navigation.

Version 1.0.2

Sep 18, 2018

Changed the view mapping to a generic type safe solution.

Version 1.0.1

July 3, 2018

First release on nuget.org.

It is now possible to override the navigation and extend with solution specific navigation features.
Look at ICustomNavigation and the CustomNavigation classes in the sample for more details.