Browse Source

Add Blazorise section

pull/17858/head
Enis Necipoglu 3 years ago
committed by GitHub
parent
commit
34dadaca92
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      docs/en/Migration-Guides/Abp-7_4.md

7
docs/en/Migration-Guides/Abp-7_4.md

@ -8,6 +8,13 @@ In this version, the `Microsoft.Extensions.FileProviders.Embedded` (and other `M
> You can check [this issue](https://github.com/abpframework/abp/pull/17516) to see the updated package versions.
## Bumped the `Blazorise` dependencies to `1.3.1`
In this version, the `Blazorise` dependencies are upgraded to `1.3.1` version. So, if your solution includes any **Blazor** project, then you should upgrade Blazorise packages to 1.3.1 in your `Blazor.csproj` file.
The following packages are included in the templates by default:
- `Blazorise.Bootstrap5`
- `Blazorise.Icons.FontAwesome`
> _If your project depends on more blazorise packages, then you should upgrade all of them._
## Renamed the `AddGlobalFilters<>` method as `FilterQueryable<>` in `IMongoDbRepositoryFilterer`
ABP Framework provides services to automatically filter data on querying from a database. Prior to this version, creating a new class that derives from the `MongoDbRepositoryFilterer` and overriding its `AddGlobalFilters` method was needed for implementing a data filter for [MongoDB](../MongoDB.md).

Loading…
Cancel
Save