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.