100%
v11.1.0
Status: ReleasedReleased on Thursday, January 12 2023
There is a newer version available - v15.0.0
Release notes
Umbraco 11.1.0 is now available on nuget.
Read all about it in the release blog post.
Related changes from the issue tracker
Notable features (2)
Acceptance tests (1)
Accessibility (12)
- Accessibility Fixes for Users and Packages pages
- Fixed accessibility issues with notification close buttons
- Accessibility: Fix - Missing table description: A data table is present with no description associated to it
- Fixes umbraco/Umbraco-CMS.Accessibility.Issues#60
- Fixes umbraco/Umbraco-CMS.Accessibility.Issues#39
- Packages Modal - Further Fixes for Modal Trap
- Added shortcut="esc" to RTE HTML editor close button
- V10/bugfix/add user error suggestion #67
- Fixed user invited badge color
- A11Y added missing iframe title to installer and preview controller.
- Tree Roots are H1
- Added aria label to time period on log viewer dashboard
API and API documentation updates (1)
Dependencies (1)
Developer experience (9)
- Add AddManifestFilter extension method to UmbracoBuilder.CollectionBuilders.cs
- Notification documentation
- Rename StaticServiceProvider namespace Umbraco.Cms.Core.DependencyInjection
- Re-use any existing ReloadableLogger
- Use Applications Constants in Dashboard implementations instead of hardcoded strings
- LogViewer: Adding support for viewing destructed properties
- NullOrWhiteSpaceAsNull should be nullable
- Add sensible eslint rules with newest eslint version
- V11: Allow changing logging directory from configuration
Front end (1)
Localization (4)
New backoffice (1)
Performance (4)
Test automation (2)
UI and UX updates (17)
- add setDirty() logic to remove actions on mediaPicker3 property editor
- Listview property editor: Change Prevalue placement for "Order By"
- Added "loading" parameter to "umbEditorHeader" directive
- Fixed accessibility issues with notification close buttons
- Fixes umbraco/Umbraco-CMS.Accessibility.Issues#60
- Fixes #12127 - sets z-index on block list actions element
- Left aligned message - "This index cannot be rebuilt because it has no assigned IIndexPopulator"
- Show published in tracked references
- Fix Content Tree Node Not Greyed Out
- Added shortcut="esc" to RTE HTML editor close button
- Changed Logo button behavior to be more consistent with the rest of the header
- Tree Roots are H1
- Remove reference to installing a local package via backoffice
- LogViewer: Adding support for viewing destructed properties
- created an add current domain button to the cultures and hostnames sc…
- Adjust the wording of some of the helper text around the new Block Grid editor
- Fix check for existing userStatesFilter
Other features (5)
Bugfixes (35)
- Unable to rollback content to the published version
- "Ignore User Start Nodes" setting on the Multinode Treepicker does not work
- Package migration state is not correctly displayed/updated in the backoffice
- Tags datatype - javascript error when including a space char in the 'tag group' name
- Page Not Found page does not work after installing Umbraco
- Sorting by Published column in a Listview does not order the items correctly
- Custom UmbracoApiControllers don't work after immediately Install / Upgrade
- Disable user from user page
- Unpublished nodes not greyed out
- ManifestParser does not load package.manifests from <project>/App_Plugins in some situations
- Multi Url picker links not working when using multiple languages and not allow language variant for links
- Tinymce 6 custom style_formats not all formats working/showing up
- Allow indexing variant nodes when not all variants are published - fixes issues 11383.
- Changed healthcheck collection configuration to use a concrete type to ensure configuration settings are bound.
- Only attempt to find template when TemplateId is not null or default
- Set redirect URL when building RegisterModel
- added fix for ncNodeName filter in list view
- Adjustment of telemetry data slider
- Fix for issue 13017 - BeginUmbracoForm doesn't work with custom umbraco routes
- Add input id to args in toggleValue event
- Skip populating the PropertyTypeGroup alias column if it is already populated
- Ensure culture is always set in `LocalizeText`
- Adjust sorting of block grid editor groups to y-axis only
- "You have unsaved changes" on media with date picker even though I don't, part 2
- Added missing content-type header to BootFailedMiddleware response
- Solves #13378
- Delete references using custom relation types
- 13402 - Update PreviewAuthenticationMiddleware to support chunked aut…
- Allow empty valuesets to be indexed so the back-offce does not hang when rebuilding empty indexes
- Ensure that all automatic relation types are updated
- Tree picker support for selecting containers
- Fix concurrency issue in UmbracoMapper
- Umbraco.MultipleTextstring: save using consistent newline and support parsing different newlines
- Close shared connection
- Add `GetUmbracoBackOfficeUrl` extension methods