v10.0.0
Status: ReleasedReleased on Thursday, June 16 2022
There is a newer version available - v15.4.1
Release notes
The next long-term-supported version of Umbraco, running on the latest long-term-supported version of .NET. Details on the release, how to get started, and report any findings can be found in the Umbraco 10 release blog post.
Umbraco 10.0.0 is now available on NuGet.
Updates for Final - Release June 16, 2022
Updates for RC5 - Release June 9, 2022
- Fixed an issue with being unable to authorize upgrade from versions < 9.3.0
- Add missing fluent migration builder for SQLite
- Unused configurations have been obsoleted
- Changes to Basic Auth to support external logins
- Fixed inaccurate dependent node list when unpublishing content node
- Fixed an issue setting the connection string during install
- Fixed the label for Culture and Hostnames
- Scope improvements 12539, 12540
- Changed SQLite to use primitive types
- Fixed issue where languages files are not found in sub dir of package dir
- Made FindContent of IVirtualPageController nullable
- Updated NuGet dependencies
- Fixed error with models builder flag out of date models
- Fixed RenderTemplateAsync bug
- Fixed relation issue when moving root items to the recycle bin
Updates for RC4 - Release May 25, 2022
- Unbroke multiple breaking changes 12461, 12457, 12460, 12480
- Fixed an ICU issue causing errors in the backoffice with certain languages
- Reintroduce build targets to include Umbraco files 12455, 12462
- Html.Coalesce does not handle null correctly
- Locking issue on installation (v10 RC3)
- Fixed null check typo in CacheInstructionService
Updates for RC3 - Released May 23, 2022
Updates for RC2 - Released May 20, 2022
- Multiple fixes for nullable reference types 12357, 12356, 12360, 12363, 12375, 12387,
- Frontend dependency updates 12353
- Bugfix for the host build decorator
- Fix for using environment variables for connection string
- Fix for unattended install using SQLite
- Updated snippets to use a collection builder
- Bugfix for publishing invariant content with domains
- Improve overlay for block cards with deleted element type
- Bugfix template ID returning incorrect value
- Improvements to the project template
- Reintroduce intellisense for appsettings
The location of the appsettings schema file has changed, this means that to enable intellisense again you must open your appsettings.json files and change the schema from:
"$schema": "./umbraco/config/appsettings-schema.json",
To
"$schema": "./appsettings-schema.json",
Related changes from the issue tracker
Features
No items to display
Breaking Changes
No items to display
Issues & Tasks
No items to display