Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Regions to core #2944

Merged
merged 19 commits into from Sep 12, 2023
Merged

Migrate Regions to core #2944

merged 19 commits into from Sep 12, 2023

Conversation

dansiegel
Copy link
Member

@dansiegel dansiegel commented Aug 26, 2023

Description of Change

This begins the migration of Regions to the Prism.Core. The Region interfaces have been consolidated around a single API set across all platforms.

  • Regions.INavigationAware -> IRegionAware
  • Regions.NavigationParameters -> Navigation.INavigationParameters

There will additionally be a global namespace change for Regions.

NOTE:

This contains a number of breaking changes for apps updating to Prism 9.0. The exact set of breaks will depend on which platform you are developing for.

Bugs Fixed

@dansiegel dansiegel marked this pull request as ready for review September 9, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Region Interfaces to the Prism.Core [Enhancement] Support Implicit Namespaces
2 participants