Release Notes / Version 11.2204
Table Of ContentsHideService Ignores ActionColumn
The HideService ignores the ActionColumn as the component offers items only as Array instead of ItemCollection. Now the use of ActionColumn doesn't interfere with HideService.
(CMS-21359)
Third-Party Update: Liquibase
Liquibase has been updated to version 4.8.0 to avoid security vulnerability CVE-2022-0839.
(CMS-21282)
Fixed Disposing of Uploaded Temp Files
When a blob is uploaded to Studio, it is converted to a temporary file, backing a temporary Blob object. This object/files is properly disposed/deleted now.
(CMS-21238)
Changed Upload Dialog Behaviour
The upload dialog is not modal anymore. This way, it is possible now to drop a target folder to the dialog from the docked library too.
(CMS-19960)
Fixed Possible "Undefined" Error in Notifications Menu
Fixed an issue where a possible undefined error lead to warnings in the console log.
(CMS-19446)
Fixed Library Selection
Fixed issue where items opened in the library are sometimes not selected.
(CMS-19192)
Change "contentType" Property on BlobPropertyField
According to the documentation, the field contentType for the BlobPropertyField allows to filter uploaded files for it's mime type. This field was only used the localization of the button label and the help text.
A new field mimetypes has been introduced which configures the valid mime types for the blob field in CSV format. The list of values may only contain primary mime types, such as "image" or "application".
(CMS-19142)
Fixed Persona Checkout Issue
Fixed an issue where personas are automatically checked out once they are opened in a tab.
(CMS-17814)
Studio-Apps Can Now Be Installed As App
When using the "install this site as an app" feature of Chrome-Based browsers caused the studio to not properly load. This has been fixed now.
(CMS-17566)