100%
v8.15.0
Status: ReleasedReleased on Thursday, July 15 2021
There is a newer version available - v15.0.0
UmbracoCms.8.15.0.zip
This is the main Umbraco download, generally you won't need anything else.
Downloaded 1464 times - uploaded 15 July 2021Related changes from the issue tracker
Breaking changes (1)
API and API documentation updates (1)
Media picker (1)
Performance (8)
- 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.
- Optimizations related to BlockEditorPropertyEditor.ToEditor()
- Nested content optimizations
- 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 (10)
- Fixed 10144: Prevalue alias not set
- 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
- #10520 Correct mandatory markers in nested content
- Add input id so click on property label set focus in input
Other features (3)
- Healthchecks that allow you to provide a value to fix the issue only allow values in the form of email addresses
- 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
Bugfixes (7)
- 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
- Fix startup issues and timing with Examine and Nucache
- 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