Releases: nshenderov/strapi-plugin-ckeditor
Releases · nshenderov/strapi-plugin-ckeditor
v3.0.0
This is the final major release before migrating to Strapi v5, primarily focused on refactoring the codebase.
What's Changed
⚠️ BREAKING CHANGES
- Renamed config object properties - 'configsOverwrite' to 'dontMergePresets', 'themeOverwrite' to 'dontMergeTheme', and 'configs' to 'presets'. Removed default editor configurations 'toolbar', 'toolbarBalloon', and 'blockBalloon', leaving only one default preset.
- The config file extension must now be either .js or .ts. The config file must define a function named CKEConfig, which returns the plugins configuration object.
- The plugin exposes all CKEditor packages to the global variable SH_CKE
🚀 Features
Full Changelog: v2.1.3...v3.0.0
v2.1.3
v2.1.2
What's Changed
⚙️ Chore
- docs: update README.md
🪲 Bug fix
- fix: wrong color mode, need to reload to apply color mode setting. resolve #146
- fix: adjust the color and position of the "powered by" logo
- fix: allow other file formats #151
- fix: image-insert-unknown-integration
- fix: plugin-obsolete-documentlist
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
What's Changed
- v2.1.0 by @nshenderov in #129
- Fix image url with cloud providers II by @DavidJasik in #104
- Add PictureEditing to fix #81 by @marob in #83
New Contributors
- @lamuertepeluda made their first contribution in #106
- @EsGeh made their first contribution in #117
- @DavidJasik made their first contribution in #104
- @marob made their first contribution in #83
Full Changelog: v2.0.4...v2.1.0
v2.0.4
🪲 Bug fix
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Styles for color dropdown have been changed and moved to additional.js so configs with default palette won't look ugly 4996264
- Correct spelling in ReadMe by @vishalkanu01 in #67
Full Changelog: v2.0.2...v2.0.3
v2.0.2
v2.0.1
v2.0.0
New major release: Custom field and dll build
-
From this release, the plugin is based on Stapi's custom field API and ckeditor5 dll build.
-
Now it's possible to add new plugins and configure different editors along with the possibility to specify regex, callbacks, and so on in the editor's config.
-
[release] Custom field by @nshenderov in #60
Full Changelog: v1.1.3...v2.0.0