Prism v8.0.0.1909 Release Notes

Release Date: 2020-10-21 // over 3 years ago
  • Prism 8.0 RTM

    ๐Ÿš€ It's here, the long awaited Prism 8. This is a huge release and contains a number of breaking changes, bug fixes, new features and even a brand new Platform! So lets officially welcome the Uno Platform to the Prism family of supported platforms!

    CI Feed Access

    ๐Ÿ‘ท Beginning with Prism 8.0 all CI packages moving forward will only be available to Sponsors on the Sponsor Connect package feed.

    Prism.Core - Notable Changes

    • Added additional Registration Methods to allow Scoped Services. ( NOTE : Prism uses scoped lifetimes for Prism.Forms and creates a new scope each time a new Page is navigated to. It is not used anywhere else by Prism)
    • โž• Added additional Registration Methods to allow Factory / Delegate methods to register services
    • โž• Added additional Registration Methods to allow registering a single Implementation type for multiple services
    • ๐Ÿ’ฅ BREAKING Removed ILoggerFacade and entire Prism.Logging namespace - recommended migration use Prism.Plugin.Logging or other 3rd party logging frameworks
    • Added ContainerLocator ( NOTE : This replaces the Common Service Locator in Prism.Wpf)
    • โž• Added ContainerResolutionException to help better identify what could not be resolved. This includes a GetErrors method to help dig in and identify why a type failed to be resolved
    • ๐Ÿ‘ DelegateCommand - Added support for PropertyChanged events that pass string.Empty
    • โž• Added Await extension to execute callbacks when working inside of a void method without needing to use async void
    • โž• Added overload for IEventAggregator to provide filter

    Prism.Forms - Notable Changes

    • ๐Ÿ›  Fixed bug with Dialog Service where Dialog would appear behind a Modal page
    • โœจ Enhancement with Dialog Service. The Dialog Service now adds a Modal page with a transparent background to prevent user interaction with Navigation Bars on the NavigationPage, TabbedPage, or MasterDetailPage. This also fixes issues related to the reparenting of content that some people experienced
    • Consolidated IPlatformNavigationService with INavigationService
    • โœ‚ Removed Xamarin.Forms DependencyResolver support
    • INavigationService is now a Scoped service. A new Scope will be set each time the PageNavigationService creates a new page. This allows Prism to reuse the same instance of the NavigationService for your ViewModel, the XAML Navigation Extensions, and within Regions
    • ๐Ÿ”„ Changed IPageBehaviorFactory - only ApplyPageBehaviors is exposed, all other methods have been moved to protected virtual methods in PageBehaviorFactory
    • โž• Added Navigation Error Handler that can be called without using async void this allows you to specify a delegate that should be called to handle the exception encountered.
    • โœ‚ Removed IAutoInitialize - recommended migration use Prism.Magician on Sponsor Connect
    • โœ‚ Remove AutoRegisterForNavigation - recommended migration use the much more powerful Prism.Magician on Sponsor Connect
    • ๐Ÿ†• NEW FEATURE - Region support for Prism.Forms is HERE!!!

    Prism.Wpf - Notable Changes

    • โœ‚ Removed Legacy Bootstrapper
    • โž• Added new PrismBootstrapper that follows the PrismApplication pattern for those apps that cannot use PrismApplication
    • BEHAVIOR CHANGE : ViewModelLocator is now Opt-Out not Opt-In. The ViewModelLocator.AutowireViewModel will automatically be set to true if the DataContext is null and the property has not been set.
    • โž• Added XAML ContainerProvider to help resolve types in XAML
    • ๐Ÿ›  Fixed CurrentEntry for views not in Journal
    • โž• Added support for multiple dialog windows
    • โšก๏ธ Updated to netcoreapp3.1
    • โž• Added generic overloads for RegisterMappings
    • โž• Added RegisterViewWithRegion generic method

    ๐Ÿ”„ Changes:

    • ๐Ÿ”€ 3fc5286 Merge pull request #2217 from PrismLibrary/uno-vml
    • 9cedce4 normalize VML Autowire property name
    • a342a38 fix working directory
    • 7bab4ed put Uno assemblies in Uno directory
    • ๐Ÿ“ฆ 28bac21 prevent duplication of NuGet package artifacts
    • โšก๏ธ 75db987 update package feed info
    • โœ… 06aab3f use latest nuget
    • ๐Ÿ”€ 10c492a Merge pull request #2215 from cabauman/docs/xml-comments
    • ๐Ÿ“„ 0eb6d70 Add XML Docs to various interfaces and classes
    • ๐Ÿ“ฆ 9ad0c69 Merge pull request #2194 from PrismLibrary/centralpackages ๐Ÿ‘€ See More
    • ๐Ÿš€ 3b93818 deploy to Sponsor Connect
    • ๐Ÿ“ฆ defb416 specify CentralPackageVersions in the global.json
    • ๐Ÿ— 2889307 remove build targets
    • โœ… e0f45df wasm test fixes
    • ๐Ÿ›  5c5d28a path fixes
    • โšก๏ธ 1f08f40 dependency updates
    • 077f1c5 ensure proper .net core version is installed
    • 9cae2a8 add dependabot
    • โšก๏ธ b232bbe update UI Build settings
    • ๐Ÿ“ฆ 4b172d0 use central package versioning
    • ๐Ÿ”€ fe087bb Merge pull request #2214 from PrismLibrary/remove-auto-stuff
    • ๐Ÿ›  b4ff238 fixed e2e app
    • ๐Ÿšš faad634 removed auto initialize for nav parameters
    • ๐Ÿ”€ 868fcfc Merge pull request #2213 from PrismLibrary/remove-auto-stuff
    • โšก๏ธ 6e3fbc9 updated solution to remove mockapp
    • ๐Ÿ›  833c11d fixed e2e app using the auto register attribute
    • ๐Ÿšš 28008c7 removed autoregister feature
    • 7a3d2fa added discussions link
    • 41c74c4 added sponsor action
    • ๐Ÿ”€ 5ddd97b Merge pull request #2208 from PrismLibrary/housekeeping/fix-codeformatting
    • โšก๏ธ 4da8e8a Automated dotnet-format update
    • ca46320 add daily format action
    • ๐Ÿ”€ 2bf255d Merge pull request #2205 from PrismLibrary/xcode-fixes
    • 0b9feaa provide xcode override method
    • ๐Ÿ”€ be743c2 Merge pull request #2207 from ryoasai/Issue-2206
    • ๐Ÿ”€ e3a0a96 Merge branch 'Issue-2206' of https://github.com/ryoasai/Prism into Issue-2206
    • 0๏ธโƒฃ cd8bc0a Ensure transient reuse irrespective of default reuse setting.
    • 0๏ธโƒฃ 6dbcd01 Ensure transient reuse irrespectiveof default reuse setting.
    • ๐Ÿ”€ 66e5b93 Merge pull request #2202 from PrismLibrary/issue-2196
    • ๐Ÿ›  ad6a286 fixed propertychanged with empty string
    • ๐Ÿ”€ 2617907 Merge pull request #2195 from PrismLibrary/unity
    • ๐Ÿšš 6e030ec remove dual registration hack
    • โšก๏ธ 44d200c Merge pull request #2192 from PrismLibrary/autowire-update
    • 8d7ebad add Prism.Forms.Regions nuget links
    • ๐Ÿšš a65ae44 remove DebugType from Prism.Core
    • โšก๏ธ e2c119b update sdks
    • ๐Ÿ“ฆ e8e2bb8 add missing Prism.Forms.Regions package description
    • ee373eb Prevent AutowireViewModel if BindingContext has been set
    • 1203c29 [fix]: check DataContext to prevent creating the ViewModel twice
    • ๐Ÿ”€ 2f81418 Merge pull request #2191 from PrismLibrary/dialog-improvements
    • 6526c6e added more overrides
    • 24b8b15 dialog service improvements
    • ๐Ÿ”€ 763982e Merge pull request #2185 from pavinan/patch-1
    • ๐Ÿ›  b48e9f9 Fixed Twitter URLs.
    • โšก๏ธ e4ee8b8 Update README.md
    • ๐Ÿ”€ 4049b3e Merge pull request #2181 from PrismLibrary/transparent-modal
    • 3edc501 fix iOS modal transparency
    • ๐Ÿ”€ 6daceb0 Merge pull request #2180 from PrismLibrary/module-manager
    • โœ… 75256c0 add tests for the ModuleManager Extensions
    • 413ca57 add ModuleInfo collection to IModuleManager
    • ๐Ÿ”€ 5a06d41 Merge pull request #2178 from PrismLibrary/remove-lagcy-bootstrappers
    • โœ… 59d1eba fixing test - change in underlying DryIoc API reference
    • 44de606 fix moq resolution with DryIocContainerExtension
    • ๐Ÿšš 88b90b9 removed legacy bootstrapper
    • ๐Ÿ”€ d5cb510 Merge pull request #2176 from PrismLibrary/remove-logger
    • โœ… f1bf6ca add missing shared test project
    • ๐Ÿ“„ 48c2533 fixing xml docs
    • ๐Ÿšš 86510aa remove ILoggerFacade
    • ๐Ÿ”€ 463d18a Merge pull request #2175 from PrismLibrary/xaml-catalog
    • ๐Ÿ”€ c200a23 Merge pull request #2174 from Reapism/patch-1
    • ๐Ÿ— 3c45cd0 comment out post build task
    • โช 760e306 reverted .net core target version
    • โœ… 3fee86e added tests and fixed backwards compatibility for old file path
    • ๐Ÿ— 20e0cb8 fixed xcopy command to run on the build server
    • โœ… b3016d8 added some tests
    • ๐Ÿšš 061d078 removed old API for creating xaml catalogs
    • 382e691 renamed xaml module catalog
    • 6efa943 implemented new XamlResourceCatalog
    • 6f3f297 Fix some formatting and comments.
    • ๐Ÿ”€ 7b614ec Merge pull request #2173 from PrismLibrary/remove-platform-di
    • ๐Ÿ”€ 23527f7 Merge pull request #2172 from PrismLibrary/platformnavigation
    • ๐Ÿšš 43a3cbb remove DependencyResolver test
    • โšก๏ธ a4fe2aa link updates
    • โšก๏ธ 086d30c update deprecated Icon to use IconImageSource
    • ๐Ÿšš 0b1ac68 removes the dependency resolver from PrismApplication
    • ๐Ÿ”€ 818495b merge IPlatformNavigationService into INavigationService
    • ๐Ÿšš 1a355be Remove ILoggerFacade from PageNavigationService
    • ๐Ÿ”€ 522799b Merge pull request #2171 from PrismLibrary/vml-opt-out
    • ๐Ÿšš 30a5b5b remove debug code
    • c31d9d8 make viewmodellocator opt-out
    • ๐Ÿ”€ 43d1545 Merge pull request #2169 from PrismLibrary/transparent-modals
    • โšก๏ธ 05e9a73 updating tests
    • 0ca6e0e use modal page
    • ๐Ÿ”€ d1646c3 Merge pull request #2168 from PrismLibrary/region-fixes
    • ๐Ÿ“ฆ 591bdb0 remove GitHub packages
    • 92283bd use base region
    • ๐Ÿ›  b83ffd4 change to RegisterForRegionNavigation - fixes #2166
    • ๐Ÿ“ฆ d9f8368 Merge pull request #2165 from PrismLibrary/package-descriptions
    • โšก๏ธ 9fa8493 update package descriptions
    • ๐Ÿ”€ 804739e Merge pull request #2077 from PrismLibrary/wip-regions
    • 09ecf4a hold back CollectionView Adapter
    • 3726ad1 fix LayoutView bindings
    • 468f1ff simplifying Carousel Item Binding
    • โšก๏ธ 614a038 Merge pull request #2164 from ebariche/dev/eb/update-to-uno-3
    • โšก๏ธ cb93dd9 Update to Uno 3.0
    • โšก๏ธ e995276 updates and fixes for Carousels and registration
    • โšก๏ธ bc2fadb Registration updates
    • ๐Ÿ”€ 829475b Merge pull request #2163 from Algorithman/DirectoryModuleCatalogSpelling
    • ๐Ÿ›  29167bc Fixed spelling error: GetNotAlreadyLoadedModuleInfos
    • 493b91f handle null RegionManager on Region
    • โšก๏ธ c5729b7 build updates
    • โšก๏ธ 2317805 Update Region Module demos
    • โšก๏ธ 46f38e4 update module registrations
    • 8d2b2eb implementing adapters
    • 9525981 use delegate registration for Region Adapter Mappings & Behaviors
    • 16e376a fixing sln file
    • ๐Ÿšš b70f870 remove support for Partial Views
    • c1fa5dd delay region created and tracking of INavigationService
    • 3c3460c Fixing lifecycle so Region created once fully parented to the Page
    • ed97ba9 fixing sln file
    • 099f27e adding Prism.Forms.Regions to main solution
    • 17c3225 getting Region Navigation working
    • 2d793b9 adding Region Module to E2E app
    • dc59903 fixing Module State
    • โšก๏ธ 75e8db4 update to Xamarin.Forms 4.5
    • 34863fa cross-plat sharing and region manager implementation
    • b023dd6 wip regions
    • ๐Ÿ”€ 59cc94b Merge pull request #2147 from Jesus805/master
    • ๐Ÿ”€ 4906e5f Merge pull request #2143 from PrismLibrary/lifo
    • โœ… 01f629a adding test suite for containers
    • 6c5344e allow multiple registrations with Last In First Out
    • โšก๏ธ c71957a updated readme with pluralsight links
    • โšก๏ธ 8bcca7c Update SelectorItemsSourceSyncBehavior.cs
    • ๐Ÿ”€ 4eeacaf Merge pull request #2146 from Jesus805/master
    • ๐Ÿ“š 6d44a1e XML Documentation for Dryloc.Wpf, Unity.Wpf and Prism.Core
    • ๐Ÿ”€ 10365d5 Merge pull request #2145 from Jesus805/master
    • ๐Ÿšš 302d93d Removed extra to
    • ec3fad3 space
    • d9a0853 Added XML comments to IDialogParameters
    • ๐Ÿ›  88f69bc Fixed some spelling mistakes in ParametersBase
    • ๐Ÿ”€ b2be9cc Merge pull request #2067 from Jesus805/master
    • ๐Ÿ”€ 695606b Merge pull request #2069 from gayaK/master
    • 750a914 add Prism.Templates issue link
    • ๐Ÿ“š 6e7a514 Removed duplicate catalog documentation parameter
    • efe9497 Changed IModuleCatalogExtensions comment
    • ๐Ÿ“š a4c0bf0 Add documentation to various classes in Prism.Wpf
    • ๐Ÿ“š 6964272 Added Documentation to PrismApplication
    • ๐Ÿ“š 41f7cd8 Added Documentation to IModuleCatalogExtensions
    • ๐Ÿ“š ebf8724 Added documentation to MVVMHelpers
    • ๐Ÿ”€ 03cdfaa Merge pull request #2139 from unoplatform/dev/jela/uno-fix-ios
    • โช a2a956e ci: Reduce nuget restore logging level to normal
    • 65f6cf2 fix(uno): Fix iOS e2e is not starting properly
    • ๐Ÿ”€ 00834e9 Merge pull request #2138 from MikelThief/MikelThief-readme-patch
    • ๐Ÿ“ฆ 34c94c5 Fix link to Uno Nuget package
    • 83e8865 Merge pull request #2122 from bmarinov/feature/use_recommended_dryioc_cfg_method
    • ๐Ÿ”€ a7ae9d9 Merge pull request #2136 from janschreier/NameCorrection
    • ๐Ÿ”€ 2c7765b Merge pull request #2133 from PrismLibrary/sourcelink
    • 1b8a823 Renamed IDestructibleRegionBehavior to DestructibleRegionBehavior
    • ๐Ÿ— b64d6ac simplify deterministic build
    • ๐Ÿšš 21322cd move packing logic into src folder
    • ๐Ÿšš a7908b7 remove deprecated test
    • ๐Ÿ— 00edb25 bump sdk to 3.1.300 for build prop fixes
    • โœ… a8f19f2 use boots for latest stable sdks
    • โšก๏ธ a66981e sourcelink and deterministic build updates
    • ๐Ÿ“ฆ 09abd76 embed License in package
    • ๐Ÿ“ฆ 8ab8773 publish symbols packages
    • ๐Ÿšš 7d5360f removed IMasterDetailPageOptions from sample
    • ๐Ÿ”ง 7519bd9 Replace deprecated dryioc configuration method call
    • 7b0e6d6 call Xamarin.Forms Init
    • โšก๏ธ 6d8ee46 Merge pull request #2113 from unoplatform/dev/jela/playstore-update
    • โšก๏ธ 5d9a418 test: Adjust for updated android SDK Android-28 emulator name
    • ๐Ÿ”€ 6244391 Merge pull request #2110 from PrismLibrary/scopednavigation
    • โœ… 0374fcb all disable UI Tests
    • 2a69d55 ensure the PrismApplication is created before we set a main page
    • 6544370 fixing issue with DryIoc injecting a Page to IPageAware
    • โช 165e697 let Xamarin.Forms restore transitively
    • โšก๏ธ 34f5f76 update test dependencies
    • โšก๏ธ 87c793b update Unity.Container
    • ac6b487 adding shared container
    • 2896142 fixing Scoped Navigation
    • 5c33d8c scope navigation
    • ๐Ÿ”€ 527faaf Merge pull request #2103 from rssllgrrtt/Adding-Device.InvokeOnMainThreadAsync-to-DeviceService-#2043
    • ๐Ÿšš 1b7218c Removed view centric hooks from DeviceService
    • ๐Ÿ”€ b6faee2 Merge pull request #2108 from unoplatform/dev/jela/uwp-fix
    • ๐Ÿ”€ ca30a61 Merge pull request #2105 from d3fkn1ght/xmlDocs2
    • cb7620b Fix ContainerProviderExtensionFixture
    • โšก๏ธ a27288e Updated TargetFrameworks, updated to XF 4.6.0.726 and added support for additional methods and properties from the Device class.
    • ๐Ÿ e06a353 fix(uno): Fix Windows initialization sequence
    • 3ee01c9 fix: Adjust xml comment in DryIocContainerExtension
    • ๐Ÿ”€ ee6a519 Merge pull request #2107 from PrismLibrary/issue-2106
    • 227ea29 using the ContainerLocator as the VML resolver.
    • ๐Ÿ”ง 845f263 Revert "fixed ConfigureViewModelLocator"
    • ๐Ÿ”ง 4dd403b fixed ConfigureViewModelLocator
    • 72f1a35 Added documenation for:
    • ba493ca wrap ctors
    • 24945db setup containers for container extensions
    • โšก๏ธ 581c3f5 Updated to latest Xamarin.Forms (4.5.0.657) and mapped to new Device.InvokeOnMainThreadAsync methods
    • ๐Ÿšš 876e930 Remove ContainerProviderExtension from UnoPlatform
    • ๐Ÿ”จ e8622d6 Refactoring unit test codes
    • ๐Ÿ”€ 5c14ec4 Merge remote-tracking branch 'remotes/prism/master'
    • โœ… 6270fbe Add unit test for ContainerProviderExtension
    • fff8023 Add XmlnsDefinition of Prism.Ioc namespace.
    • ๐Ÿ“š 27487ef Fix documentation comment for ContainerProviderExtension.cs
    • 94155bb Added a "BeginInvokeOnMainThreadAsync" method to "IDeviceService"
    • ๐Ÿ”€ 8597347 Merge pull request #2101 from unoplatform/dev/jela/uwp-fix
    • ๐Ÿ”€ d243376 Merge pull request #2100 from unoplatform/dev/jela/android-test-optional
    • be92542 fix(uno-uwp): Disable library layout generation
    • ๐Ÿ— 6bba1a5 fix(uno-e2e): Disable build fail on android UI tests failure
    • ๐Ÿ“„ 7e4e92a fixing bad docs
    • ๐Ÿ”€ 076a7cf Merge pull request #2073 from WaldemarCoding/master
    • 722c45a changes requested by dan
    • ๐Ÿ”€ 631660a Merge pull request #2075 from d3fkn1ght/xmlDocs1
    • 22d8eda implement dans comments
    • bb2efd3 Solved CS1591 in INavigationParamters[Internal].cs
    • e0e865e Missed one
    • 3d48ffc Resolved some CS1573,1591
    • ๐Ÿ”€ df64def Merge pull request #2097 from PrismLibrary/prismapplication-tests
    • โšก๏ธ e91dc8a Update ParametersBase.cs
    • โœ… 3c983f9 added tests for PrismApplicationBase
    • ๐Ÿ”€ 2f077f9 Merge pull request #2096 from PrismLibrary/bootstrapper-tests
    • ๐Ÿ”€ 43f7f5b Merge pull request #2086 from PrismLibrary/containerextensions
    • โœ… 95d1c2a disable randomly failing test
    • โœ… 6cd9106 Added test to validate required types were registered
    • โœ… 2036140 adding tests for Container Registrations
    • ๐Ÿ”€ 82325a9 Merge pull request #2084 from PrismLibrary/task-extensions
    • โœ… 5f55d28 added unit tests
    • 82b6bca added Task extensions for async/void tasks
    • ๐Ÿ”€ 130ed2a Merge pull request #2094 from unoplatform/dev/jela/uwp-adjust
    • f26ee78 fixing file location
    • ๐Ÿšš 507652f fix(WinUI): Remove explicit dependency on CommonServiceLocator
    • fa2fd01 fix(Uno): Adjust Prism.Uno UWP library layout
    • โœ… a99eeed adding tests for ContainerResolutionException
    • โœ… 439bc9d fixing mocked test
    • 0๏ธโƒฃ 70ba338 adding DefaultRules to DryIocContainerExtension
    • 936e3df implementing registration overloads
    • 14b1cc0 adding ContainerResolutionException #2078
    • 4d898d4 adding CreateScope
    • ๐Ÿšš 0cb5b2e remove extra space
    • ๐Ÿ”€ 9f75d1a Merge pull request #2089 from PrismLibrary/autoregister
    • 460c0b8 fixing uno rebase
    • โœ… 2f4b0f5 fixing issues with parallel tests
    • โœ… 9bdc2ea adding tests for AutoRegisterForNavigation - fixes #2088
    • ๐Ÿ”€ 66a24a9 Merge pull request #2092 from PrismLibrary/bootstrapper-tests
    • โœ… 94b4462 Added unit tests for new PrismBootstrapperBase
    • ๐Ÿ”€ 05c82a2 Merge pull request #2091 from lv1il0s/master
    • ๐Ÿ“ฆ 2c434c0 Move reference to Xamarin.Forms.Mocks to nuget/packageReference
    • ๐Ÿ”€ 291d1fe Merge pull request #2090 from unoplatform/dev/jela/uitests-adjust
    • ๐ŸŽ b0dcdee fix(uno): Use set-runtime step to set the mono version used on macOS builds
    • โœ… 017ed03 fix: Adjust Dialog test to use the default dialog
    • โช e072949 fix: Restore default test context to WebAssembly

    ๐Ÿ— This list of changes was auto generated.


Previous changes from v8.0.0.1850

  • Description

    ๐Ÿš€ This is the Prism 8 Release Candidate! There are lots of changes including some major breaks as noted by the major version bump. Many of the obsolete API's in Prism 7 have now been removed in Prism 8.

    ๐Ÿ’ฅ BREAKING

    • โšก๏ธ The entire Prism.Logging namespace has been removed. This will present a number of binary breaks including with popular libraries like Prism.Plugin.Popups. You may need to wait for v8 compatible packages to be produced before updating.
    • ๐Ÿšš The Legacy Container specific Bootstrapper's in Prism.Wpf have been removed. You will need to migrate to the new PrismBootstrapper or PrismApplication

    Highlights

    • ๐Ÿ— Prism.Uno... Introducing Prism for Uno / WinUI. Note that if you are building a straight WinUI/UWP app there is no dependency on Uno even though you will need to install the Prism.Uno packages.
    • ๐Ÿ‘ More robust Container Abstractions now allow registering Factory / Delegate methods, and support for Scoped Lifetimes
    • โž• Added ContainerResolutionException that can help you to diagnose exactly what caused the error
    • โœ‚ Removed CommonServiceLocator from Prism.Wpf
    • โšก๏ธ Updates to Xamarin.Forms 4.6 - Adds InvokeOnMainThreadAsync methods to IDeviceService
    • โž• Adds Async helpers to avoid async void without blocking the UI Thread
    • Adds brand new Prism.Forms.Regions package to bring classic Regions support to Xamarin.Forms projects. NOTE It'll be a while before we get docs for this. In the mean time, look at the WPF docs on Regions as the API is ALMOST entirely the same. You can also look at the E2E app for Forms in the Prism repo
    • โšก๏ธ Updates to Xamarin.Forms 4.8
    • ๐Ÿ”„ Changed the Behavior of the Prism.Forms DialogService. We no longer reparent the content of the currently visible ContentPage. We now use a Modal Page with newly added support for transparent Modal Page backgrounds from Xamarin.Forms
    • ๐Ÿ”„ Changed the definition of IModuleManager and added several helper methods to make it even easier to manage and load your Modules
    • โšก๏ธ Updated Prism.Forms INavigationService with method calls/extensions that were previously on the now removed IPlatformNavigation
    • ๐Ÿ‘Œ Support for automatic resolution and injection Func<T>, Lazy<T>, and IEnumerable<T>
    • Made the ViewModelLocator.AutowireViewModel property Opt-Out rather than Opt-In for WPF & Uno Platform
    • โœ‚ Removed the DependencyResolver integration with Xamarin.Forms

    ๐Ÿ”„ Changes:

    • ๐Ÿ”€ 4049b3e Merge pull request #2181 from PrismLibrary/transparent-modal
    • 3edc501 fix iOS modal transparency
    • ๐Ÿ”€ 6daceb0 Merge pull request #2180 from PrismLibrary/module-manager
    • โœ… 75256c0 add tests for the ModuleManager Extensions
    • 413ca57 add ModuleInfo collection to IModuleManager
    • ๐Ÿ”€ 5a06d41 Merge pull request #2178 from PrismLibrary/remove-lagcy-bootstrappers
    • โœ… 59d1eba fixing test - change in underlying DryIoc API reference
    • 44de606 fix moq resolution with DryIocContainerExtension
    • ๐Ÿšš 88b90b9 removed legacy bootstrapper
    • ๐Ÿ”€ d5cb510 Merge pull request #2176 from PrismLibrary/remove-logger ๐Ÿ‘€ See More
    • โœ… f1bf6ca add missing shared test project
    • ๐Ÿ“„ 48c2533 fixing xml docs
    • ๐Ÿšš 86510aa remove ILoggerFacade
    • ๐Ÿ”€ 463d18a Merge pull request #2175 from PrismLibrary/xaml-catalog
    • ๐Ÿ”€ c200a23 Merge pull request #2174 from Reapism/patch-1
    • ๐Ÿ— 3c45cd0 comment out post build task
    • โช 760e306 reverted .net core target version
    • โœ… 3fee86e added tests and fixed backwards compatibility for old file path
    • ๐Ÿ— 20e0cb8 fixed xcopy command to run on the build server
    • โœ… b3016d8 added some tests
    • ๐Ÿšš 061d078 removed old API for creating xaml catalogs
    • 382e691 renamed xaml module catalog
    • 6efa943 implemented new XamlResourceCatalog
    • 6f3f297 Fix some formatting and comments.
    • ๐Ÿ”€ 7b614ec Merge pull request #2173 from PrismLibrary/remove-platform-di
    • ๐Ÿ”€ 23527f7 Merge pull request #2172 from PrismLibrary/platformnavigation
    • ๐Ÿšš 43a3cbb remove DependencyResolver test
    • โšก๏ธ a4fe2aa link updates
    • โšก๏ธ 086d30c update deprecated Icon to use IconImageSource
    • ๐Ÿšš 0b1ac68 removes the dependency resolver from PrismApplication
    • ๐Ÿ”€ 818495b merge IPlatformNavigationService into INavigationService
    • ๐Ÿšš 1a355be Remove ILoggerFacade from PageNavigationService
    • ๐Ÿ”€ 522799b Merge pull request #2171 from PrismLibrary/vml-opt-out
    • ๐Ÿšš 30a5b5b remove debug code
    • c31d9d8 make viewmodellocator opt-out
    • ๐Ÿ”€ 43d1545 Merge pull request #2169 from PrismLibrary/transparent-modals
    • โšก๏ธ 05e9a73 updating tests
    • 0ca6e0e use modal page
    • ๐Ÿ”€ d1646c3 Merge pull request #2168 from PrismLibrary/region-fixes
    • ๐Ÿ“ฆ 591bdb0 remove GitHub packages
    • 92283bd use base region
    • ๐Ÿ›  b83ffd4 change to RegisterForRegionNavigation - fixes #2166
    • ๐Ÿ“ฆ d9f8368 Merge pull request #2165 from PrismLibrary/package-descriptions
    • โšก๏ธ 9fa8493 update package descriptions
    • ๐Ÿ”€ 804739e Merge pull request #2077 from PrismLibrary/wip-regions
    • 09ecf4a hold back CollectionView Adapter
    • 3726ad1 fix LayoutView bindings
    • 468f1ff simplifying Carousel Item Binding
    • โšก๏ธ 614a038 Merge pull request #2164 from ebariche/dev/eb/update-to-uno-3
    • โšก๏ธ cb93dd9 Update to Uno 3.0
    • โšก๏ธ e995276 updates and fixes for Carousels and registration
    • โšก๏ธ bc2fadb Registration updates
    • ๐Ÿ”€ 829475b Merge pull request #2163 from Algorithman/DirectoryModuleCatalogSpelling
    • ๐Ÿ›  29167bc Fixed spelling error: GetNotAlreadyLoadedModuleInfos
    • 493b91f handle null RegionManager on Region
    • โšก๏ธ c5729b7 build updates
    • โšก๏ธ 2317805 Update Region Module demos
    • โšก๏ธ 46f38e4 update module registrations
    • 8d2b2eb implementing adapters
    • 9525981 use delegate registration for Region Adapter Mappings & Behaviors
    • 16e376a fixing sln file
    • ๐Ÿšš b70f870 remove support for Partial Views
    • c1fa5dd delay region created and tracking of INavigationService
    • 3c3460c Fixing lifecycle so Region created once fully parented to the Page
    • ed97ba9 fixing sln file
    • 099f27e adding Prism.Forms.Regions to main solution
    • 17c3225 getting Region Navigation working
    • 2d793b9 adding Region Module to E2E app
    • dc59903 fixing Module State
    • โšก๏ธ 75e8db4 update to Xamarin.Forms 4.5
    • 34863fa cross-plat sharing and region manager implementation
    • b023dd6 wip regions
    • ๐Ÿ”€ 59cc94b Merge pull request #2147 from Jesus805/master
    • ๐Ÿ”€ 4906e5f Merge pull request #2143 from PrismLibrary/lifo
    • โœ… 01f629a adding test suite for containers
    • 6c5344e allow multiple registrations with Last In First Out
    • โšก๏ธ c71957a updated readme with pluralsight links
    • โšก๏ธ 8bcca7c Update SelectorItemsSourceSyncBehavior.cs
    • ๐Ÿ”€ 4eeacaf Merge pull request #2146 from Jesus805/master
    • ๐Ÿ“š 6d44a1e XML Documentation for Dryloc.Wpf, Unity.Wpf and Prism.Core
    • ๐Ÿ”€ 10365d5 Merge pull request #2145 from Jesus805/master
    • ๐Ÿšš 302d93d Removed extra to
    • ec3fad3 space
    • d9a0853 Added XML comments to IDialogParameters
    • ๐Ÿ›  88f69bc Fixed some spelling mistakes in ParametersBase
    • ๐Ÿ”€ b2be9cc Merge pull request #2067 from Jesus805/master
    • ๐Ÿ”€ 695606b Merge pull request #2069 from gayaK/master
    • 750a914 add Prism.Templates issue link
    • ๐Ÿ“š 6e7a514 Removed duplicate catalog documentation parameter
    • efe9497 Changed IModuleCatalogExtensions comment
    • ๐Ÿ“š a4c0bf0 Add documentation to various classes in Prism.Wpf
    • ๐Ÿ“š 6964272 Added Documentation to PrismApplication
    • ๐Ÿ“š 41f7cd8 Added Documentation to IModuleCatalogExtensions
    • ๐Ÿ“š ebf8724 Added documentation to MVVMHelpers
    • ๐Ÿ”€ 03cdfaa Merge pull request #2139 from unoplatform/dev/jela/uno-fix-ios
    • โช a2a956e ci: Reduce nuget restore logging level to normal
    • 65f6cf2 fix(uno): Fix iOS e2e is not starting properly
    • ๐Ÿ”€ 00834e9 Merge pull request #2138 from MikelThief/MikelThief-readme-patch
    • ๐Ÿ“ฆ 34c94c5 Fix link to Uno Nuget package
    • 83e8865 Merge pull request #2122 from bmarinov/feature/use_recommended_dryioc_cfg_method
    • ๐Ÿ”€ a7ae9d9 Merge pull request #2136 from janschreier/NameCorrection
    • ๐Ÿ”€ 2c7765b Merge pull request #2133 from PrismLibrary/sourcelink
    • 1b8a823 Renamed IDestructibleRegionBehavior to DestructibleRegionBehavior
    • ๐Ÿ— b64d6ac simplify deterministic build
    • ๐Ÿšš 21322cd move packing logic into src folder
    • ๐Ÿšš a7908b7 remove deprecated test
    • ๐Ÿ— 00edb25 bump sdk to 3.1.300 for build prop fixes
    • โœ… a8f19f2 use boots for latest stable sdks
    • โšก๏ธ a66981e sourcelink and deterministic build updates
    • ๐Ÿ“ฆ 09abd76 embed License in package
    • ๐Ÿ“ฆ 8ab8773 publish symbols packages
    • ๐Ÿšš 7d5360f removed IMasterDetailPageOptions from sample
    • ๐Ÿ”ง 7519bd9 Replace deprecated dryioc configuration method call
    • 7b0e6d6 call Xamarin.Forms Init
    • โšก๏ธ 6d8ee46 Merge pull request #2113 from unoplatform/dev/jela/playstore-update
    • โšก๏ธ 5d9a418 test: Adjust for updated android SDK Android-28 emulator name
    • ๐Ÿ”€ 6244391 Merge pull request #2110 from PrismLibrary/scopednavigation
    • โœ… 0374fcb all disable UI Tests
    • 2a69d55 ensure the PrismApplication is created before we set a main page
    • 6544370 fixing issue with DryIoc injecting a Page to IPageAware
    • โช 165e697 let Xamarin.Forms restore transitively
    • โšก๏ธ 34f5f76 update test dependencies
    • โšก๏ธ 87c793b update Unity.Container
    • ac6b487 adding shared container
    • 2896142 fixing Scoped Navigation
    • 5c33d8c scope navigation
    • ๐Ÿ”€ 527faaf Merge pull request #2103 from rssllgrrtt/Adding-Device.InvokeOnMainThreadAsync-to-DeviceService-#2043
    • ๐Ÿšš 1b7218c Removed view centric hooks from DeviceService
    • ๐Ÿ”€ b6faee2 Merge pull request #2108 from unoplatform/dev/jela/uwp-fix
    • ๐Ÿ”€ ca30a61 Merge pull request #2105 from d3fkn1ght/xmlDocs2
    • cb7620b Fix ContainerProviderExtensionFixture
    • โšก๏ธ a27288e Updated TargetFrameworks, updated to XF 4.6.0.726 and added support for additional methods and properties from the Device class.
    • ๐Ÿ e06a353 fix(uno): Fix Windows initialization sequence
    • 3ee01c9 fix: Adjust xml comment in DryIocContainerExtension
    • ๐Ÿ”€ ee6a519 Merge pull request #2107 from PrismLibrary/issue-2106
    • 227ea29 using the ContainerLocator as the VML resolver.
    • ๐Ÿ”ง 845f263 Revert "fixed ConfigureViewModelLocator"
    • ๐Ÿ”ง 4dd403b fixed ConfigureViewModelLocator
    • 72f1a35 Added documenation for:
    • ba493ca wrap ctors
    • 24945db setup containers for container extensions
    • โšก๏ธ 581c3f5 Updated to latest Xamarin.Forms (4.5.0.657) and mapped to new Device.InvokeOnMainThreadAsync methods
    • ๐Ÿšš 876e930 Remove ContainerProviderExtension from UnoPlatform
    • ๐Ÿ”จ e8622d6 Refactoring unit test codes
    • ๐Ÿ”€ 5c14ec4 Merge remote-tracking branch 'remotes/prism/master'
    • โœ… 6270fbe Add unit test for ContainerProviderExtension
    • fff8023 Add XmlnsDefinition of Prism.Ioc namespace.
    • ๐Ÿ“š 27487ef Fix documentation comment for ContainerProviderExtension.cs
    • 94155bb Added a "BeginInvokeOnMainThreadAsync" method to "IDeviceService"
    • ๐Ÿ”€ 8597347 Merge pull request #2101 from unoplatform/dev/jela/uwp-fix
    • ๐Ÿ”€ d243376 Merge pull request #2100 from unoplatform/dev/jela/android-test-optional
    • be92542 fix(uno-uwp): Disable library layout generation
    • ๐Ÿ— 6bba1a5 fix(uno-e2e): Disable build fail on android UI tests failure
    • ๐Ÿ“„ 7e4e92a fixing bad docs
    • ๐Ÿ”€ 076a7cf Merge pull request #2073 from WaldemarCoding/master
    • 722c45a changes requested by dan
    • ๐Ÿ”€ 631660a Merge pull request #2075 from d3fkn1ght/xmlDocs1
    • 22d8eda implement dans comments
    • bb2efd3 Solved CS1591 in INavigationParamters[Internal].cs
    • e0e865e Missed one
    • 3d48ffc Resolved some CS1573,1591
    • ๐Ÿ”€ df64def Merge pull request #2097 from PrismLibrary/prismapplication-tests
    • โšก๏ธ e91dc8a Update ParametersBase.cs
    • โœ… 3c983f9 added tests for PrismApplicationBase
    • ๐Ÿ”€ 2f077f9 Merge pull request #2096 from PrismLibrary/bootstrapper-tests
    • ๐Ÿ”€ 43f7f5b Merge pull request #2086 from PrismLibrary/containerextensions
    • โœ… 95d1c2a disable randomly failing test
    • โœ… 6cd9106 Added test to validate required types were registered
    • โœ… 2036140 adding tests for Container Registrations
    • ๐Ÿ”€ 82325a9 Merge pull request #2084 from PrismLibrary/task-extensions
    • โœ… 5f55d28 added unit tests
    • 82b6bca added Task extensions for async/void tasks
    • ๐Ÿ”€ 130ed2a Merge pull request #2094 from unoplatform/dev/jela/uwp-adjust
    • f26ee78 fixing file location
    • ๐Ÿšš 507652f fix(WinUI): Remove explicit dependency on CommonServiceLocator
    • fa2fd01 fix(Uno): Adjust Prism.Uno UWP library layout
    • โœ… a99eeed adding tests for ContainerResolutionException
    • โœ… 439bc9d fixing mocked test
    • 0๏ธโƒฃ 70ba338 adding DefaultRules to DryIocContainerExtension
    • 936e3df implementing registration overloads
    • 14b1cc0 adding ContainerResolutionException #2078
    • 4d898d4 adding CreateScope
    • ๐Ÿšš 0cb5b2e remove extra space
    • ๐Ÿ”€ 9f75d1a Merge pull request #2089 from PrismLibrary/autoregister
    • 460c0b8 fixing uno rebase
    • โœ… 2f4b0f5 fixing issues with parallel tests
    • โœ… 9bdc2ea adding tests for AutoRegisterForNavigation - fixes #2088
    • ๐Ÿ”€ 66a24a9 Merge pull request #2092 from PrismLibrary/bootstrapper-tests
    • โœ… 94b4462 Added unit tests for new PrismBootstrapperBase
    • ๐Ÿ”€ 05c82a2 Merge pull request #2091 from lv1il0s/master
    • ๐Ÿ“ฆ 2c434c0 Move reference to Xamarin.Forms.Mocks to nuget/packageReference
    • ๐Ÿ”€ 291d1fe Merge pull request #2090 from unoplatform/dev/jela/uitests-adjust
    • ๐ŸŽ b0dcdee fix(uno): Use set-runtime step to set the mono version used on macOS builds
    • โœ… 017ed03 fix: Adjust Dialog test to use the default dialog
    • โช e072949 fix: Restore default test context to WebAssembly
    • ๐Ÿ”€ 1d4a962 Merge pull request #2054 from unoplatform/dev/jela/upstream-merge
    • ๐Ÿšš d8e47c2 Remove unused Dialog from Uno e2e sample
    • โšก๏ธ a418c7e Update uno libraries to make UWP use conditional to Windows host
    • 3c916c3 Align Uno PrismAppliationBase with common PrismInitializationExtensions
    • f85446c Use HasBinding for Wpf/Uno in place of BindingOperations.GetBinding
    • 0๏ธโƒฃ a63b29f Add Uno Default implementation for IDialogWindow
    • ๐Ÿšš 359f3fb Move Uno Suspending to PrismApplicationBase
    • 19d0cb5 Use Forms modularity for Uno implementation
    • โšก๏ธ efa56f2 Update Uno sample to include a module
    • ๐Ÿ‘ cb57f7e Add Uno support for InvokeCommandAction
    • โช eb82da6 restore modularity imports
    • โœ… 073790c Enable Uno Wasm UI Testing
    • ed292e8 Enable easier net48 cross-targeting
    • ๐Ÿ‘ c109f91 Add support for Uno Platform and WinUI
    • 032fd5e fixing E2E status badges
    • ๐Ÿ”จ 47dc850 Merge pull request #2085 from PrismLibrary/parameter-refactor
    • ๐Ÿ”จ b14cac8 refactored parameter classes to use ParametersBase class
    • ๐Ÿ”€ edefb5a Merge pull request #2081 from EdwardBlair/2080
    • bc32e36 TIL: template donesn't have an enabled property
    • ๐Ÿšš e99fcf1 Remove whacky predicate logic and use enabled property
    • โšก๏ธ dfd9693 Update ParameterExtension.cs
    • โšก๏ธ 13ea1df Update ErrorsContainer.cs
    • โšก๏ธ ae08e5f Update IDestructible.cs
    • โšก๏ธ 0f05a87 Update ErrorsContainer.cs
    • โšก๏ธ a1139fd Update ErrorsContainer.cs
    • โšก๏ธ 7b5d73e Update ParametersExtensions.cs
    • โšก๏ธ 46fb645 Update ParametersBase.cs
    • โšก๏ธ 13fbbfe Update ParameterExtension.cs
    • 1f1a9d9 Actually they do look prettier this way
    • 7f381cd Fix csproj paths
    • โœ… fec2a83 use dotnet test powershell task instead of VSTest
    • โœ… 0269c98 Re-collate Prism.Forms tests
    • ba3d1cd Prettify names
    • 4427f76 Missing colons
    • e59d568 Attempt at #2080
    • ๐Ÿ”€ 4a109d6 Merge pull request #2074 from PrismLibrary/bootstrapper-api
    • ๐Ÿ”จ 80949a7 refactored duplicate code
    • 241930c added some more comments
    • 8f9423a small improvements
    • โšก๏ธ 21266d6 Updated sample to be cross "app/bootstrapper" compatible
    • eba083e Added new PrismBootstrapper API
    • ๐Ÿ“š af4811b Merge pull request #2063 from d3fkn1ght/documentation
    • โšก๏ธ f92701b Update ParametersBase.cs
    • โšก๏ธ c9d0ef4 Update ParametersBase.cs
    • โšก๏ธ aad61dd Update ParametersBase.cs
    • 7bded0f Add ContainerProviderExtension
    • ๐Ÿ”€ 8b24d8c Merge pull request #2065 from Jesus805/master
    • โšก๏ธ bc39433 Update ParametersBase.cs
    • โช 646cf1c Reverted IDialogResult and DialogResult comments
    • 09c154f Forgot a single period
    • ๐Ÿ“š 122e410 Added Documentation for Dialogs [#2064 ]
    • โšก๏ธ 1d817a7 Update IModuleInfoGroup.cs
    • โšก๏ธ c5f9a38 Update IModuleInfo.cs
    • โšก๏ธ 79c6211 Update IModuleInfo.cs
    • โšก๏ธ 534891b Update IModuleInfo.cs

    ๐Ÿ— This list of changes was auto generated.