For apps that have not upgraded from 6.X to 7.0, please be sure to read the initial 7.0 release notes for a complete listing of changes.
This will break users who have existing implementations of IModule. Note that Initialize has been completely removed. All Initialization logic should be moved to OnInitialized. Any services that need to be resolved can now be resolved using IContainerProvider in OnInitialized.
- #1308: Updates BindableBase to use EqualityComparer in SetProperty
- #1333: Select tabs when navigating from a MasterDetailPage and reusing the TabbedPage
- #1338: BREAKING CHANGE Changes
IModule.OnInitialized()
=>IModule.OnInitialized(IContainerProvider)
- #1342: BREAKING CHANGE Removes
IModule.Initialize