Release Notes / Version 12.2406.1
Table Of ContentsCKEditor 5 has been updated to 43.3.1. Find details below:
New Version: 43.3.1
Reason: Module structure changed: Using unified package ckeditor5.
Migration:
If any imports like
"@ckeditor/ckeditor5-*"are used, migration efforts are necessary, as only imports from “ckeditor5” are allowedall other imports have to be replaced by imports from “ckeditor5”
or, if imports are not available, utilize workarounds like alias configurations for webpack
Migration Hint:
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.jsonof the plugin package. Please see the PNPM patch documentation to learn about how to patch packages or the CoreMedia CKEditor5 plugins workspace’spackage.jsonto see how the patch is applied.
Release Notes: [Migrating to new installation methods | CKEditor5 documentation|https://ckeditor.com/docs/ckeditor5/43.3.1/updating/nim-migration/migration-to-new-installation-methods.html]
(CMS-25371)


