Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4.5 KiB

ABP Framework 4.1 RC Has Been Published

Today, we have released the ABP Framework (and the ABP Commercial) 4.1.0 RC. This blog post introduces the new features, important changes in the new version.

The planned release date for the 4.1.0 final version is January 4, 2021.

Get Started with the 4.1 RC

If you want to try the version 4.1.0 today, follow the steps below;

  1. Upgrade the ABP CLI to the version 4.1.0-rc.1 using a command line terminal:
dotnet tool update Volo.Abp.Cli -g --version 4.1.0-rc.1

or install if you haven't installed before:

dotnet tool install Volo.Abp.Cli -g --version 4.1.0-rc.1
  1. Create a new application with the --preview option:
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.1

TODO

What's new with the ABP Commercial 4.0

TODO

Other News

ABP Community Contents

A lot of new contents have been published in the ABP Community Web Site in the last two weeks:

Thanks to all of the contributors. We are waiting for your contributions too. If you want to create content for the ABP Community, please visit community.abp.io website and submit your article.

Be a Superhero on Day 1 with ABP.IO

Thanks to @lprichar prepared an awesome introduction video for the ABP.IO Platform: "Be a Superhero on Day 1 with ABP.IO".

New Sample Application: Event Organizer

This is a new example application developed using the ABP Framework and the Blazor UI. See this article for a step by step implementation guide.

event-list-ui

Github Discussions

We enabled the GitHub Discussions for the abp repository as another place to discuss ideas or get help for the ABP Framework. The ABP core team is spending time participating in discussions and answering to questions as much as possible.

About the Next Release(s)

Beginning from the next version (4.2.0), we are starting to spend more effort on the CMS Kit module. The purpose of this module is to provide CMS primitives (e.g. comments, tags, reactions, contents...) and features (e.g. blog, pages, surveys) as pre-built and reusable components. Current blog module will be a part of the CMS Kit module. We will continue to prepare documents, guides, tutorials and examples. And surely, we will continue to make enhancements and optimizations on the current features.

The planned preview release date for the version 4.2.0 is January 14, 2021 and the final (stable) version release date is January 28, 2021.

Follow the GitHub milestones for all the planned ABP Framework version release dates.

Feedback

Please check out the ABP Framework 4.1.0 RC and provide feedback to help us to release a more stable version. The planned release date for the 4.1.0 final version is January 4, 2021..