-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Release Notes 6.1.0
Brian Lagunas edited this page Oct 14, 2015
·
8 revisions
Breaking Change - Signed all Prism assemblies with strong name. With the exception of Prism.Forms.dll, and Prism.Unity.Forms.dll, because Xamarin assemblies are not signed.
- View the ReadMe for the new NuGet packages for UWP and Xamarin.Forms
See all issues completed in this release
- Upgraded to Unity 4.0.1
- Reverted NavigationParameters back to
IEnumerable<KeyValuePair<string, object>>
(Breaking from 6.0) - Fixed issue #155: Bootstrapper.CreateShell is now virtual (no longer abstract)
- Fixed issue #169: WindowStyle on PopupWindowAction for third party window is not working as expected.
- Fixed Issue #170: Please provide one more extension method for UnityContainer to register type for navigation without a key (fixed for Unity, Autofac, and StructureMap)
- Fixed Issue # 176: Experience error after upgrading to Unity 4
See all completed issues in this release
- Initial Release of Prism for Universal Windows Platform
See all completed issues in this release
RTM Nuget Packages have now been created for Prism for Xamarin.Forms. Unity has been separated out of the Prism.Forms preview packages and can now be found in the Prism.Unity package. To upgrade your current Prism.Forms preview apps, simply install the Prism.Unity NuGet package.
- Released Prism.Forms v6.0 as RTM
- Added dialog service
- Added NavigationPageProviderAtrribute to allow navigating to pages other than ContentPage
- Upgraded to Xamarin.Forms 1.5.0.6447
- Upgraded to Unity 4.0.1
- Removed NavigationService from Bootstrapper (breaking)
- Fixed DelegateCommand.CanExecuteChanged being collected
- Fixed bug with the useModalNavigation parameter always being true
- Removed INavigationServieAware interface (breaking)