Release Notes / Version 11.2304
Table Of ContentsFixed CVE-2023-28154
Fixed CVE-2023-28154 by upgrading webpack to version 5.76.1.
(CMS-22800)
Delegation of Article Title to Teaser Title Re-Enabled
The delegation of the article title to the teaser title has been re-enabled. If the teaser title is empty, the article title will be used.
This aligns with the re-introduced delegation of teaser text via
CKEditor5RichTextPropertyFieldDelegatePlugin
.
(CMS-22791)
CKEditor 4/5: Adjust Up- and Downgrade Information
Some examples in Studio Developer Manual for up- and downgrading CKEditor 4 vs. CKEditor 5 referred to
blueprintVersion
, whereas corresponding artifacts are shipped as part of the CoreMedia Studio Client release. Corresponding artifact coordinates got adapted accordingly.
(CMS-22775)
CKEditor 5
Fixed menu clipping of CKEditor 5 if style panel is collapsed.
(CMS-22750)
CKEditor 5: Fixed Possibly Mixed Up Markup Property Values From Different Documents
When accessing multiple documents in parallel in CoreMedia Studio, it may have occurred, that one documents gets opened with Markup values from another document opened in parallel. In parallel, the affected document also got checked-out, so that in the end editors may accidentally persist the mixed up Markup to the affected document.
This behavior has been fixed.
An update is recommended, as subsequent editorial actions may cause corrupted data.
(CMS-22739)
Workflow Labels for PossiblyMissingMasterReferenceValidator
Added missing Labels for PossiblyMissingMasterReferenceValidator (introduced in 2301.1/CMS-22371) when the warning is shown e.g. in the translation workflow window.
(CMS-22700)
Content Hub Pagination: getChildren() call triggered too many times.
A bug has been fixed which triggered the getChildren() call too many times when using pagination in the Content Hub.
(CMS-22624)
CKEditor 5 now ignores images with empty xlink-href attribute
CKEditor 5 now ignores images with empty xlink-href attribute and displays them as broken images.
(CMS-22612)
EditorType in TeaserOverlayContainer fixed
The
TeaserOverlayContainer
now passes the
editorType
property to the underlying
RichTextPropertyField
.
(CMS-22605)
Removed "manageHeight" setting from document forms
Removed
manageHeight
setting from
DetailsDocumentForm
and
PersonDetailsDocumentForm
to fix layout issues
(CMS-22594)
Fixed documentation of configuration in jangaroo.config.js
Parts of the documentation contained wrong or outdated configuration options for jangaroo.config.js, e.g. additionalCssNonBundle. This has been fixed now.
(CMS-22585)
Fixed Possible Premular Tab Restore Error
Fixed a possible error that may happen during tab restoring for tabs that have been removed through plugins.
(CMS-22495)
Fixed Locale Switcher Workflow Action
Fixed issue for the locale switcher where the action for starting a workflow wasn't shown for content items without a parent representation in their master site.
(CMS-22357)