Skip to content

1.3.0

Compare
Choose a tag to compare
@kkolodziejczak kkolodziejczak released this 10 Feb 20:36
· 4 commits to develop since this release

Fixed:

  • Bug where Page could read old NavigationParameters before it was pushed on to the navigation stack.
  • Wrong order of invocation for BeforePush and BeforePop 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.