4.4 KiB
ABP.IO Platform 5.1 RC.1 Has Been Released
Today, we are releasing the ABP Framework and the ABP Commercial version 5.1 RC (Release Candidate). This blog post introduces the new features and important changes in this new version.
The planned release date for the 5.1 stable version is February 8, 2022.
Please try this version and provide feedback for a more stable ABP version 5.1! Thank you all.
Get Started with the 5.1 RC
follow the steps below to try the version 5.1 RC today;
- Upgrade the ABP CLI to the version
5.1.0-rc.1using a command line terminal:
dotnet tool update Volo.Abp.Cli -g --version 5.1.0-rc.1
or install if you haven't installed before:
dotnet tool install Volo.Abp.Cli -g --version 5.1.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.
You can use any IDE that supports .NET 6.0 development (e.g. Visual Studio 2022).
Migration Notes & Breaking Changes
TODO: Startup template changes
What's new with 5.1?
In this section, I will introduce some major features released with this version.
DRAFT list of things done
ABP Framework
- Use new hosting model for the app template. #10928 - what to do for existing solutions?
- Async application initialization methods on the AbpModule class #6828
- Angular 13?
- #10552 Used file scoped namespaces :)
- Support markdown in CMS-Kit comments #10792
- eShopOnAbp is getting mature
- Nightly builds are working again
- Coming: New ABP.IO design!
All issues & PRs in 5.1 milesone.
ABP Commercial
- CMS Kit Pro: URL forwarding
- LeptonX is coming for ABP Blazor and MVC UI too (share the sample dashboard)
Header 1
TODO
Community News
ABP Community Talks 2021.1
This is the second episode of the ABP Community Talks and we are talking about microservice development with the ABP Framework, based on the eShopOnAbp reference solution. This live meeting will be at January 20, 2022, 17:00 (UTC) on YouTube.
Join this event on the Kommunity platform: https://kommunity.com/volosoft/events/abp-community-talks-20221-microservice-development-acd0f44b
You can also subscribe to the Volosoft channel for reminders for further ABP events and videos.
New ABP Community posts
Here, some of the recent posts added to the ABP community:
- Minimal API development with the ABP Framework by @antosubash (three parts, video tutorial).
- Integrating the Syncfusion MVC Components to the ABP MVC UI by @EngincanV.
- Add Tailwind CSS to your ABP Blazor UI by @antosubash (video tutorial).
- Import external users into the users Table from an ABP Framework application by @bartvanhoey.
Thanks to the ABP Community for all the contents they have published. You can also post your ABP and .NET related (text or video) contents to the ABP Community.
Conclusion
In this blog post, I summarized the news about that new version and the ABP Community. Please try it and provide feedback by opening issues on the GitHub repository. Thank you all!
