From b1d9c202d294b4be4579ed51cabdf1346965f72f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 14 Oct 2020 21:45:15 +0300 Subject: [PATCH] Create BlazorUI-3_3.md --- docs/en/Migration-Guides/BlazorUI-3_3.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/en/Migration-Guides/BlazorUI-3_3.md diff --git a/docs/en/Migration-Guides/BlazorUI-3_3.md b/docs/en/Migration-Guides/BlazorUI-3_3.md new file mode 100644 index 0000000000..5d0b8c48b4 --- /dev/null +++ b/docs/en/Migration-Guides/BlazorUI-3_3.md @@ -0,0 +1,9 @@ +# Migration Guide for the Blazor UI from the v3.2 to the v3.3 + +## Startup Template Changes + +TODO + +## BlazoriseCrudPageBase to AbpCrudPageBase + +Renamed `BlazoriseCrudPageBase` to `AbpCrudPageBase`. Just update the usages. It also has some changes, you may need to update method calls/usages manually. \ No newline at end of file