@ckeditor/strapi-plugin-ckeditor
Advanced tools
Changelog
1.1.0 (December 2, 2024)
We are happy to announce the release of CKEditor 5 Official Integration v1.1.0.
In this release, we updated the CKEditor 5 version to v44.0.0, which introduces high impact updates. Starting from the plugin version 1.1.0, the custom field will require passing a valid license key.
Changelog
1.0.2 (September 20, 2024)
This is a patch release that resolves an issue that resulted in a crash after removing the content from the editor. The issue was caused by the fact that after releasing Strapi 5.0.0, the custom field's value
property becomes null
when the editor is empty.
Check out the highlights of the original v1.0.0 release.
null
as the editor data to prevent the crash.Changelog
1.0.1 (September 19, 2024)
This is a patch release that resolves an issue that resulted in the Strapi app building process failure.
Check out the highlights of the original v1.0.0 release.
ckeditor5-maximum-length
plugin from UMD build to JS.Changelog
1.0.0 (September 19, 2024)
We are happy to announce the release of CKEditor 5 Official Integration v1.0.0.
This release introduces compatibility between the CKEditor 5 Official Integration plugin and Strapi 5. We are providing an updated version of the plugin to allow early testing and ensure seamless integration with the Strapi 5 release.
For users who continue to work with Strapi 4, the plugin remains available in version 0.x.x (with 0.1.0 being the latest as of September 19th). This ensures full support for Strapi 4 environments.
script-src
directive. Please see the updated installation instructions in the README.md
for further details.