From 9e9c2020d9734be8a69c9244cf7ad612d5377249 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 15 Dec 2021 17:48:24 +0800 Subject: [PATCH 1/2] Update ABP Blazor UI v4.x to v5.0 Migration Guide --- docs/en/Migration-Guides/Abp-5-0-Blazor.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Abp-5-0-Blazor.md b/docs/en/Migration-Guides/Abp-5-0-Blazor.md index f0c69b679a..beead81bf1 100644 --- a/docs/en/Migration-Guides/Abp-5-0-Blazor.md +++ b/docs/en/Migration-Guides/Abp-5-0-Blazor.md @@ -4,4 +4,16 @@ ## Upgrading to the latest Blazorise -ABP 5.0 uses the latest version of the [Blazorise](https://blazorise.com/) library. Please upgrade the Blazorise NuGet packages in your solution. \ No newline at end of file +ABP 5.0 uses the latest version of the [Blazorise](https://blazorise.com/) library. Please upgrade the Blazorise NuGet packages in your solution. + +## Bootstrap 5 + +ABP 5.0 now works with Bootstrap 5. For details, please refer to the official migration guide provided by Bootstrap. + +Replace `Blazorise.Bootstrap` with `Blazorise.Bootstrap5` package. + +Replace `AddBootstrapProviders()` with `AddBootstrap5Providers()`. + +## Update Bundle + +Use `abp bundle` command to update bundles if you are using Blazor WebAssembly. \ No newline at end of file From 7fe562e280f9a268aa515de9d0306a7398449b25 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Wed, 15 Dec 2021 17:51:39 +0800 Subject: [PATCH 2/2] Update Abp-5-0-Blazor.md --- docs/en/Migration-Guides/Abp-5-0-Blazor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Migration-Guides/Abp-5-0-Blazor.md b/docs/en/Migration-Guides/Abp-5-0-Blazor.md index beead81bf1..326bac55d5 100644 --- a/docs/en/Migration-Guides/Abp-5-0-Blazor.md +++ b/docs/en/Migration-Guides/Abp-5-0-Blazor.md @@ -8,7 +8,7 @@ ABP 5.0 uses the latest version of the [Blazorise](https://blazorise.com/) libra ## Bootstrap 5 -ABP 5.0 now works with Bootstrap 5. For details, please refer to the official migration guide provided by Bootstrap. +ABP 5.0 now works with Bootstrap 5. For details, please refer to the official [migration guide](https://getbootstrap.com/docs/5.0/migration/) provided by Bootstrap. Replace `Blazorise.Bootstrap` with `Blazorise.Bootstrap5` package.