100%
v11.0.0
Status: ReleasedReleased on Thursday, December 1 2022
There is a newer version available - v15.0.0
Release notes
The next major version of Umbraco, running on the latest version of .NET (7).
Umbraco 11.0.0 is now available on NuGet
The RC is now available on NuGet and you can find more details in the Umbraco 11 release candidate blog post.
Changes in RC6
- Only add global usings when ImplicitUsings is enabled - 13491
- New SVG based login background - 13493
- Fix so Umbraco.Cms Nuget package only can be installed on .NET7 projects - 13475
- Revert breaking changes adding IContextCache to deploy connectors - 13489
- Added various Block Grid translations (EN & NL) - 13488
- Updated markedplace url to final url - commit
- Visual fix to the Block Grid editor - 13467, 13496
- Fixed a bug where info tabs wouldn't load - 13486
- Updated NuGet dependencies - 13478
Get it now on Nuget
Changes in RC5
Please note that this RC contains changes to how the appsettings.schema.json file is generated, this means that if you're upgrading an existing site, you should delete your appsettings.schema.json, so it'll be regenerated on build.
-
Removed force left and force right from the Block Grid editor - 13400
-
Updated the JSON schema generation to make it easier for packages to include their schema, note that if migrating an existing project you should delete the appsettings.schema.json file - 13427
-
Improved inline mode and removed distraction-free mode from TinyMCE - 13394
-
Fixed an issue with TinyMCE dropdowns - 13417
-
Fixed an issue where AllowUploadFiles appsettings wasn't working, this has been moved to an AllowUploadFileExtension appsettings - 13408
-
Updated javascript dependencies
-
Made NullOrWhiteSpaceAsNull nullable - 13365
-
Updated the Packages section to use the new marketplace - 13371
-
Fixed an issue where long migrations were timed out by making the command timeout configurable via the connection timeout - 13373
Get it now on Nuget
Changes in RC4
- Multiple improvements to the Block Grid editor - 13282, 13359
-
Updated dependencies to the final release of aspnetcore 7 - 13372
-
Added Umbraco Workflow to appsettings schema - 13349
-
Fixed an issue that would cause InMemory models to break if using custom no nodes page - 13390
-
Obsoleted and removed old migrations - 13382
-
Removed nullability from AdditonalData on ContentItemDisplay (breaking change) - 13380
Get it now on Nuget
Changes in RC3
- Updated to now use IFileProvider to access assets added from packages - 13141
- Updated Smidge, Npoco and MailKit dependencies - 13310
- Fixed issue where an error would be thrown when publishing new content that's a child to content with multiple languages - 13340
- Fixed a filepath issue that caused the BlockGrid example to not work on Linux - 13306
Get it now on Nuget
Changes in RC2
- Update to deploy specific components allowing for a V11-RC of Deploy - 13287
-
Fixed an issue that made users with Swedish culture unable to save document types - 13260
-
Fixed a database locking issue when using SQLite - 13246
Get it now on Nuget
Related changes from the issue tracker
Notable features (1)
Breaking changes (7)
Accessibility (1)
Dependencies (9)
- Bump async from 2.6.3 to 2.6.4 in /src/Umbraco.Web.UI.Client
- V11: Update the rich text editor TinyMCE to v6
- Bump minimist from 1.2.5 to 1.2.7 in /src/Umbraco.Web.UI.Client
- Bump eventsource from 1.1.0 to 1.1.2 in /src/Umbraco.Web.UI.Client
- Updated Smidge, Npoco and MailKit
- Updated to aspnetcore 7.0.0
- Bump socket.io-parser from 4.0.4 to 4.0.5 in /src/Umbraco.Web.UI.Client
- Bump minimatch from 3.0.4 to 3.1.2 in /src/Umbraco.Web.UI.Client
- Bump engine.io and socket.io in /src/Umbraco.Web.UI.Client
Developer experience (3)
Localization (1)
UI and UX updates (3)
Other features (1)
Bugfixes (29)
- Get error on cancel saving document type
- Nullable parameters in `MemberValueSetValidator`
- Saving a `null` value in a property editor comes back as `"null"`
- 10.3RC: Issues with placement information of Block Grid Editor
- 10.3RC: Overlapping UI in block grid editor
- 10.3RC: Inconsistent 'new block [list|grid]' layout
- 10.3RC: Max blocks setting is obscured
- 10.3RC: Unable to drag and drop Image block type between block grid areas
- SQL Lite error when user language is set to Swedish
- Unable to add content setting AllowedUploadFiles
- Migrations timeout not adhering to setting in Connectionstring
- v11 RC3: Rich Text Editor dropdowns not working in overlay editor
- Adds additional deploy selector.
- V11: Fix InMemoryAuto modelsbuilder mode
- Add sync rendering extensions for block grid and async ones for block list
- Block Grid: Avoid area scale label making overflow x
- Block Grid: highlight Areas when moving blocks
- Adjust sorting of block grid editor groups to y-axis only
- Block Grid Editor Improvements
- add workflow to schema
- Move block grid single area rendering to its own dedicated view
- Obsolete old migrations and exif code
- V11: InMemory - only add models assembly as runtime view reference if it exists
- Block Grid Editor: Replace "TODO" text in titles
- Create and pack empty file to add TFM dependency to Umbraco.Cms and Umbraco.Cms.Targets
- Info panes not loading prerequisites
- Revert breaking changes adding IContextCache to deploy connectors
- Only add global usings when ImplicitUsings is enabled
- New login background as SVG