diff --git a/docs/en/Migration-Guides/BlazorUI-4_0.md b/docs/en/Migration-Guides/BlazorUI-4_0.md new file mode 100644 index 0000000000..2b7d46eaca --- /dev/null +++ b/docs/en/Migration-Guides/BlazorUI-4_0.md @@ -0,0 +1,5 @@ +# Migration Guide for the Blazor UI from the v3.3 to the v4.0 + +## AbpCrudPageBase Changes + +- `OpenEditModalAsync` method is requires `EntityDto` instead of id (`Guid`) parameter.