Release Notes / Version 12.2506.0
Table Of ContentsCKEditor5 updated to version 45.2.0
CKEditor5 has been updated to version 45.2.0 and comes with updated versions of CoreMedia's CKEditor5 plugins. The update includes 2 major changes:
Icons are no longer imported as a single
iconsclass, but need to be imported separately.The link balloon of the CKEditor’s link plugin has been re-implemented completely and now consists of a `ToolbarView` instead of the `LinkActionsView`. CoreMedia’s link plugin extension has also been updated to still be compatible.
Follow Section, “CKEditor5 updated to version 45.2.0” for upgrade information.
(CMS-27076)
Improve Internal Studio Protocol for Better Performance
The internal protocol between Studio Client and Studio Server has been improved to provide better performance for getting the repository path (and thus the site) of a content item. Among other scenarios, this reduces the time to open the Locale Switcher of a document with many localized variants substantially, even with a cold cache. Instead of one request for each transitive parent folder, now, the whole path is retrieved with one request. This protocol change is compatible with the public Studio Client API contract. However, in rare cases, where code relies on certain `Content` `RemoteBean`s to already be loaded as a side-effect of a prior `getPath()` operation, the changed behavior can lead to errors. Please review and test your Studio Client customizations thoroughly.
(CMS-22940)


