3.7 KiB
ABP Framework 4.3 RC Has Been Published
We are super excited to announce the ABP Framework 4.3 RC (Release Candidate). Here, a list of highlights for this release;
- CMS Kit module initial release.
- Blazor UI server-side support.
- Module extensibility system for the Blazor UI.
- Angular UI resource owner password flow comes back.
- Volo.Abp.EntityFrameworkCore.Oracle package is now compatible with .NET 5.
- CLI support to easily add the Basic Theme into the solution.
- New IInitLogger service to write logs before dependency injection phase completed.
- Infrastructure for multi-lingual entities.
Beside the new features above, we've done many performance improvements, enhancements and bug fixes on the current features. See the 4.3 milestone on GitHub for all changes made on this version.
This version was a big development journey for us; 150+ issues resolved, 260+ PRs merged and 1,600+ commits done only in the main framework repository. Thanks to the ABP Framework team and all the contributors.
The Migration Guide
We normally don't make breaking changes in minor versions. However, this version has some small breaking changes, mostly related to Blazor UI WebAssembly & Server separation. Please check the migration guide before starting with the version 4.3.
Get Started With The 4.3 RC
If you want to try the version 4.3 today, follow the steps below;
- Upgrade the ABP CLI to the version
4.3.0-rc.1using a command line terminal:
dotnet tool update Volo.Abp.Cli -g --version 4.3.0-rc.1
or install if you haven't installed before:
dotnet tool install Volo.Abp.Cli -g --version 4.3.0-rc.1
- Create a new application with the
--previewoption:
abp new BookStore --preview
See the ABP CLI documentation for all the available options.
You can also use the Direct Download tab on the Get Started page by selecting the Preview checkbox.
What's New With The ABP Framework 4.3
CMS Kit
TODO
Blazor Server Side
TODO
Blazor UI Module Extensibility
TODO
Angular UI Resource Owner Password Flow
TODO
Volo.Abp.EntityFrameworkCore.Oracle Package
TODO
Add Basic Theme Into Your Solution
TODO
IInitLogger
TODO
Multi-Lingual Entities
TODO
Other News
- #7423 MongoDB repository base aggregation API.
- #8163 Ignoring files on minification for MVC UI.
- #7799 Added
RequiredPermissionNametoApplicationMenuItemfor MVC & Blazor UI to easily show/hide menu items based on user permissions. Also addedRequiredPermissionNametoToolbarItemfor the MVC UI for the same purpose. - #7523 Add more bundle methods to the distributed cache.
See the 4.3 milestone on GitHub for all changes made on this version.
Feedback
Please check out the ABP Framework 4.3 RC and provide feedback to help us to release a more stable version. The planned release date for the 4.3.0 final version is April 15, 2021.