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

Major updates and features for BlazorDialog #21

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

stavroskasidis
Copy link
Owner

  • Updated BlazorDialog package version from 2.3.0 to 3.0.0.
  • Renamed Unregister method to Remove in BlazorDialogStore.cs for clarity.
  • Introduced PreventNavigation property in ComponentAsDialogContainer.razor to block navigation during open dialogs.
  • Added PreventNavigation parameter in Dialog.razor to control browser navigation.
  • Updated target framework to .NET 8.0 and Microsoft packages version in Directory.Build.props.
  • Updated SDK version to 8.0.302 in global.json.
  • Added ILocationChangingHandler interface and LocationChangingHandler class for managing location changes and dialog navigation prevention.

- Updated BlazorDialog package version from 2.3.0 to 3.0.0.
- Renamed `Unregister` method to `Remove` in BlazorDialogStore.cs for clarity.
- Introduced `PreventNavigation` property in ComponentAsDialogContainer.razor to block navigation during open dialogs.
- Added `PreventNavigation` parameter in Dialog.razor to control browser navigation.
- Updated target framework to .NET 8.0 and Microsoft packages version in Directory.Build.props.
- Updated SDK version to 8.0.302 in global.json.
- Added `ILocationChangingHandler` interface and `LocationChangingHandler` class for managing location changes and dialog navigation prevention.
@stavroskasidis stavroskasidis merged commit 0177839 into develop Jun 20, 2024
@stavroskasidis stavroskasidis deleted the feature/prevent-nav-8.0 branch June 20, 2024 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant