Release Notes / Version 11.2310
Table Of ContentsStruct Property is now supported for ThumbnailResolver
The ThumbnailResolver can now be configured to include a struct property like:
localSettings.thumbnail
(CMS-22690)
Improved Content Search with open Link Balloon in CKEditor 5
MouseDown- and Click-Events in the Studio-Library will not close the CKEditor's Link Balloon anymore.
(CMS-22554)
Package generation for Sencha CMD now keeps caret and tilde dependency versions
Before the change the currently installed version was added to the "requires" field of the sencha packages disallowing any upgrades although semantic versioning was used in the original package. When using caret or tilde dependency versions the version range is now added to the generated Sencha CMD package. Any other form of semantic versioning keeps unsupported due to not being mapable.
(CMS-22468)
CKEditor5RichTextPropertyFieldDelegatePlugin introduced
CKEditor5RichTextPropertyFieldDelegatePlugin
was
introduced to enable delegation of values to CKEditor 5. Usages of
RichTextPropertyFieldDelegatePlugin
for CKEditor 4
should replaced with the new plugin when upgrading to CKEditor 5.
(CMS-22036)
Editor Link Protocol Configuration moved to Blueprint
The protocol for external links in the CKEditor can now be set in the
editor configuration in the Blueprint, e.g. in
ckeditorDefault.ts
. It defaults to 'https'. This
configuration is a replacement for the
cmlink_defaultUrlPrefix
flag, used for external
links in CKEditor 4.
(CMS-19916)
Unified Date Format
The date formats of the Studio have been unified. All date and time formats are defined through the BaseModel_properties.ts.
(CMS-19542)