Release Notes / Version 10.2101
Table Of ContentsFixed type error 'Cannot read property 'ariaLabel' of null'
When trying to undock a side panel like the Studio Library, the type error "Cannot read property 'ariaLabel' of null" in SidePanelFloatingWindowBase.js may occur which prevents further undocking of the side panel. Only a browser reload can fix the problem. This is fixed now.
(CMS-17040)
Fixed automatic setting 'ckEditorValueExpression' for RichTextActions inside RichTextPropertyFieldContextMenu
We fixed a bug where the automatic setting of the 'ckEditorValueExpression' default option was not set for RichTextActions inside RichTextPropertyFieldContextMenus.
(CMS-16827)
Fixed State Restoring of Process Definition Chooser
We fixed a bug where the ProcessDefinitionChooser did not correctly remember the last chosen process definition for StartWorkflowWindows.
(CMS-16693)
Disabled parallel uploads
Because the image transformation can consume a lot of memory, the bulk upload is now executed sequentially.
(CMS-16556)
ShowIssuesPlugin provides new functionality to set a validation state also to subcomponents
ShowIssuesPlugin now provides statefulSubComponentsFunction to also set a validation state to stateful SubComponents of the component where the Plugin was defined on.
(CMS-16208)