Release Notes / Version 11.2201
Table Of ContentsBindReadOnlyPlugin and AbstractBindEditablePlugin are no longer deprecated
Actually the deprecation was a mistake, the given replacement has never made it into a release.
(CMS-20730)
Fixed: Richtext Differencing in Studio May Provide Invalid Results
Due to an issue in data-processing of CKEditor 4, you may have experienced invalid change annotations in differencing view for CoreMedia Richtext properties. One observed effect: Sections were marked as deleted, which never were deleted.
A workaround got applied in data-processing, which ships with CoreMedia Studio.
If you rely on differencing results, an update is strongly recommended.
(CMS-20647)
WorkflowTransition#defaultNextTask is deprecated
WorkflowTransition#defaultNextTask is deprecated and will be removed in the future. Please use the new config defaultNextStep instead.
(CMS-20611)
Image Editor: Broken crops after change fixed
In some cases resizing crops were broken by a recent bug fix. Now all crops can be resized again.
(CMS-20517)
StringListPropertyField is once again editable
As the title says items added to a StringListPropertyField can once again be edited.
(CMS-20446)
UI Enhancement: Contents Draggable from Translation Workflows
Contents, displayed in translation workflows, can now be dragged and dropped to different areas of the Studio.
(CMS-20382)
Updated Documentation
Removed documentation about deleted public API method IEditorContext#getEnabledSearchFilterIds .
(CMS-20377)
LargeOperationHelper is more robust in non-blueprint-setups
In non-Blueprint setups, copy/paste operations in the library could fail due to the LargeOperationHelper. This is fixed now.
(CMS-19788)
Content Hub Import: Show error when import fails
When an import terminates with an exception the import will now be visualized as failed instead of successful.
(CMS-19448)