Prism.Plugin.Popups.Autofac
2.0.0-pre1
The container specific package for the Popups Plugin should not be used. You should use Prism.Plugin.Popups instead.
See the version list below for details.
dotnet add package Prism.Plugin.Popups.Autofac --version 2.0.0-pre1
NuGet\Install-Package Prism.Plugin.Popups.Autofac -Version 2.0.0-pre1
<PackageReference Include="Prism.Plugin.Popups.Autofac" Version="2.0.0-pre1" />
paket add Prism.Plugin.Popups.Autofac --version 2.0.0-pre1
#r "nuget: Prism.Plugin.Popups.Autofac, 2.0.0-pre1"
// Install Prism.Plugin.Popups.Autofac as a Cake Addin #addin nuget:?package=Prism.Plugin.Popups.Autofac&version=2.0.0-pre1&prerelease // Install Prism.Plugin.Popups.Autofac as a Cake Tool #tool nuget:?package=Prism.Plugin.Popups.Autofac&version=2.0.0-pre1&prerelease
Prism Autofac Plugin for Xamarin Forms to provide Popup Navigation
Learn more about Target Frameworks and .NET Standard.
-
- Prism.Autofac.Forms (>= 6.3.0)
- Rg.Plugins.Popup (>= 1.0.4)
- Xamarin.Forms (>= 2.3.3.193)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
2.1.0.228 | 7,684 | 10/16/2018 | |
2.1.0.182-pre | 701 | 9/23/2018 | |
2.0.0.528-pre | 928 | 4/2/2018 | |
2.0.0-pre6 | 1,209 | 3/12/2018 | |
2.0.0-pre4 | 1,081 | 1/5/2018 | |
2.0.0-pre3 | 1,120 | 9/22/2017 | |
2.0.0-pre2 | 881 | 8/2/2017 | |
2.0.0-pre1 | 1,088 | 3/28/2017 | |
1.1.0 | 7,580 | 3/26/2017 | |
1.1.0-pre5 | 1,005 | 2/27/2017 | |
1.1.0-pre4 | 893 | 2/15/2017 | |
1.1.0-pre2 | 885 | 1/19/2017 | |
1.1.0-pre1 | 885 | 1/17/2017 | |
1.0.1 | 1,197 | 10/18/2016 | |
1.0.0 | 1,061 | 10/13/2016 | |
1.0.0-pre1 | 1,237 | 9/23/2016 |
v2.0.0-pre1
-Adds PopupPageNavigationService
-Marks `PopupGoBackAsync` and `PushPopupAsync` extension methods as obsolete in favor of directly using the `INavigationService.GoBackAsync` & `INavigationService.NavigateAsync` methods
-Adds Registration extension for all DI Containers with overload so that users can add custom logic to the `PopupPageNavigationService`
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.0.1:
- Fixes issue where the appropriate ViewModel was not being loaded
- Adds overload to PushPopupAsync to directly add a single navigation parameter
v1.0.0:
- Initial Prerelease Package