Release Notes / Version 11.2204
Table Of ContentsRe-introduce RichTextPropertyFieldDelegatePlugin
The
RichTextPropertyFieldDelegatePlugin
was removed in CMCC 11, but is now reintroduced. It can now be found in the
@coremedia/studio-client.main.ckeditor4-components
package.
It can be imported as follows:
import RichTextPropertyFieldDelegatePlugin from "@coremedia/studio-client.main.ckeditor4-components/plugins/RichTextPropertyFieldDelegatePlugin";
(CMS-21884)
Scripts and documentation now make sure that pnpm 6.x is used
Although suggested by the pnpm client simply upgrading to pnpm 7.x leads to errors in the frontend workspace as well for the studio-client. If you have already upgraded to pnpm 7, please downgrade the used version by executing:
npm install -g pnpm@6
(CMS-21717)
Fixed Upload Settings "maxFileSize"
The upload setting maxFileSize can overwrite the existing maximum upload size of 64MB now. The size is valid for all upload fields.
(CMS-21641)
Fixed Library Performance Issue
Fixed issue of too many NewContentActions which slowed down the library significantly.
(CMS-21628)
Bad UX: Don't Show "Accepted" in Localization Nagbar is full of quirks
The behaviour of the
In Localization Nagbar
was changed: The Nagbar does not disappear anymore if the user accepts the mentioned workflow.
(CMS-21626)
hideLabel Does not Always Work in PropertyFieldGroups.
An issue with the
hideSingleComponentLabel
configuration in
PropertyFieldGroups
has been resolved: The
hideLabel
config now works for all group items.
(CMS-21586)
RotateStyleClassPlugin Is Now Robust Against Being Destroyed While Active
Before the change the timer wasn't properly cleaned up which could have led to many console errors.
(CMS-21471)
Feedback Hub Comment Button Misplaced For Two Level Field Group Hierarchy
Components like
StringPropertyField
and
RichTextPropertyField
now provide the
sideButtonVerticalAdjustment
and
sideButtonHorizontalAdjustment
config options to reposition their
EditorialCommentsButton
.
(CMS-20621)