Releases: kkolodziejczak/XamarinIoCNavigation
Releases · kkolodziejczak/XamarinIoCNavigation
1.3.1
1.3.0
Fixed:
- Bug where Page could read old
NavigationParameters
before it was pushed on to the navigation stack. - Wrong order of invocation for
BeforePush
andBeforePop
strategies/actions, in methods where multiple pages were popped.
Added:
- New
GoToAsync
,PopPageAndGoToAsync
,PopAllPagesAndGoToAsync
navigate methods where you can pass multiple pages to go to, Pages will be added to the Navigation Stack in the same order as passed to the navigation method.
1.2.0
Added:
CancellationToken
which will be cancelled when navigating out of current page,PeekPageName()
method, will returnpageName
of the current page,IPopStrategy
that is used with the page that is about to be popped,IPushStrategy
that is used with the page that is about to be pushed.
Changes:
actionBeforePop
andactionBeforePush
are now replaced by strategies. Constructor used with them is now marked as Obsolete.
1.1.1
Added Mutation tests to the test suite and fixed issues found by them.
1.1.0
Fixed:
- Minor documentation inconsistency.
Added:
- New navigate method PopAllPagesAndGoToAsync,
- Possibility to check if navigation service contains parameter by its key,
- Ability to pass actions that will execute before page is removed/added from/to the navigation stack,
1.0.0
1.0.0