Skip to content

1.2.0

Compare
Choose a tag to compare
@kkolodziejczak kkolodziejczak released this 12 Oct 18:15
· 19 commits to develop since this release

Added:

  • CancellationToken which will be cancelled when navigating out of current page,
  • PeekPageName() method, will return pageName 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 and actionBeforePush are now replaced by strategies. Constructor used with them is now marked as Obsolete.