Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Releases: dansiegel/Prism.Plugin.Popups

Version 1.1.0

28 Mar 13:40
Compare
Choose a tag to compare

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

27 Feb 23:22
Compare
Choose a tag to compare
v1.1.0-pre5 Pre-release
Pre-release

-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

19 Jan 19:50
Compare
Choose a tag to compare
v1.1.0-pre2 Pre-release
Pre-release

-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

16 Jan 18:13
Compare
Choose a tag to compare
1.1.0-pre1 Pre-release
Pre-release

-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