CoreMedia Content Cloud v13 Upgrade Guide / Version 2512.0
Table Of ContentsCKEditor5 has been updated to version 46.1.1 and may require an update of the ckeditor5 dependency in custom plugins.
The latest release of CKEditor 5 contains various improvements but also a lot of breaking changes.
See https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md
While updating to the intermediate version 43.3.1, the module struture of CKEditor has been changed to unified package.
Migration
If any imports like @ckeditor/ckeditor5-* are used, migration efforts are necessary, as only
imports from ckeditor5 are allowed, all other imports have to be replaced by imports from
ckeditor5. If imports are not availabe, utilize workarounds like alias configurations for webpack
See the CKEditor5 release notes for details.
Note
Due to inconsistent package exports in some CKEditor5 plugins, you might be forced to create a patch and add
a default export to the package.json file of the plugin package. Please see the PNPM patch
documentation to learn about how to patch packages or the CoreMedia CKEditor5 plugins workspace’s
package.json file to see how the patch is applied.


