100%
v8.15.0
Status: ReleasedReleased on Thursday, July 15 2021
There is a newer version available - v12.2.0
UmbracoCms.8.15.0.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 1080 times - uploaded 15 July 2021Related changes from the issue tracker
Breaking changes (1)
Accessibility (1)
API and API documentation updates (1)
Localization (1)
Media picker (2)
Performance (10)
-
Content and media loads twice from SQL to nucache on a fresh server
-
Optimize array and dictionary memory allocations for nucache deserialization by specifying capacity.
-
Fix startup issues and timing with Examine and Nucache
-
Optimizations related to BlockEditorPropertyEditor.ToEditor()
-
Nested content optimizations
-
Avoid repeated reloads of content and media cache following Deploy operations.
-
Reduce sql queries when rendering blocklists in the content panel
-
Performance improvements mainly around front-end caching
-
Reduce memory allocations and speed up text localization
-
Reduce memory use and speed up queries by only fetching required properties from examine
UI and UX updates (14)
-
Fixed 10144: Prevalue alias not set
-
Add option to remove/cancel added crops
-
Make dashboards support deep linking
-
added cdata on sectionMandatoryDesc for other languages
-
Link picker: Make link input full width if anchor option is disabled
-
Added danish translations and fixed a translation issue
-
Update connect color in noUiSlider
-
Support custom SVG icon in content app
-
Support custom SVG icon in block list editor
-
Fix Rollback feature not creating diffs when properties are moved between tabs in EditorModel events
-
Textstring prevalue editor view: Set id attribute
-
HTML Symantic error UL > LI >LI changes to UL > LI > UL > LI
-
#10520 Correct mandatory markers in nested content
-
Add input id so click on property label set focus in input
Other features (5)
-
Healthchecks that allow you to provide a value to fix the issue only allow values in the form of email addresses
-
Replaced angular.extend with Utilities.extend
-
Ability to configure a remote URL for displaying different content on the content dashboard
-
Published State as part of IPropertyCacheCompression and add Umbraco.Web.PublishedCache.NuCache.CompressUnPublishedContent config
-
Automated install user with Environment Variables & unattended.user.json
Bugfixes (6)
-
GetCropUrl Url extension has duplicate signatures and results in error
-
Mandatory Nested Content forces validation on all properties in said NC
-
Examine rebuilds the indexes on startup before custom fields or transformers are registered
-
inject clearAddUserForm() to inviteUser condition
-
Convert date to datetime in SQL queries for sorting on date
-
Add lang to extended valid elements for span in rich text editor