Prism v7.2.0.708 Release Notes

Release Date: 2018-12-04 // over 5 years ago
  • 🚀 Special Release

    This is a special preview for Microsoft Connect.

    Prism.WPF

    • 👍 #1544: .Net Core 3 Support
    • #1601: InitializeModules() should be called even if there's no shell

    Prism.Forms

    • #1589: OnNavigatedFrom method is not called when changing detail on MasterDetailPage
    • #1615: Add the ability to switch tabs
    • #1625: Master Detail to Tab Page Navigation broken in 7.1
    • 👌 Support for Xamarin Forms developers using 4.0 pre1 to use the new Prism namespace to access all vital Prism types from XAML

      <ContentPage xmlns:prism="http://prismlibrary.com"\> <ListView> <ListView.Behaviors> <prism:EventToCommandBehavior ... /> </ListView.Behaviors> </ListView> </ContentPage>

    🏁 Prism.Windows

    • 🆕 New guidance - Merged with Template 10