Releases: dansiegel/Prism.Plugin.Popups
Version 1.1.0
v1.1.0
-Adds support for Prism.Forms IDestructible
-Adds support for new INavigationAware paradigm with INavigatingAware
and INavigatedAware
-Breaking Change: Removes Non-Async version of ClearPopupStack
-Ensures OnNavigatingTo will fire on the 'Current Page' of any NavigationPage
, MasterDetailPage
, or TabbedPage
-Ensures OnNavigatingFrom will be called when pushing a PopupPage
v1.1.0-pre5
-Updates to Prism.Forms 6.3.0-pre2
-Fixes issue where IDestructible.Destroy
was being called on non-PopupPages
-Updates INavigationAware
to INavigatingAware
& INavigatedAware
v1.1.0-pre2
-Fixes issue where OnNavigatingTo
could be called on a parent page. Will now call the Detail page of a MasterDetailPage or CurrentPage for a NavigationPage or any MultiPage<>. Will continue evaluating the current page until a page type is received that does not possess Child Pages.
1.1.0-pre1
-Updates to Prism Forms 6.3.0-pre1
-Adds support for IDestructible
-Deprecates ClearPopupStack in favor of Async Naming convention
-Adds single Navigation Parameter overload for ClearPopupStackAsync and GoBackAsync matching PushPopupAsync
-Fixes OnNavigatedFrom never called when Pushing new Popup Page
-Adds support for OnNavigatingTo