Learn how to start testing the Release Candidate for the latest version of Umbraco CMS, and find information about new and updated documentation.
To install the Umbraco 15 Release Candidate you need the latest .NET SDK 9.0.0.
The release candidate is available on NuGet.
Install the Umbraco dotnet template for the Release Candidate.
Create a new Umbraco project.
Navigate to the newly created folder.
Build the project.
Run the project.
This will boot the project, and write the log to the console. The website is now running on your local machine and will be available on the ports written in the console.
Alternatively, you can install and run the Umbraco project using your favorite IDE (Integrated Development Environment).
Read the Release Candidate blog post to learn more about notable features and changes added to the upcoming version.
The blog post will mention if there are any specific features or workflows that the Umbraco HQ team needs feedback on.
Here is a list of all the articles that are new to this version or have been updated.
New UI for the Rich Text Editor: Tiptap
Changes made based on the removal of the UmbracoAPIController
Replacing the deprecated GetAll() method