Skip to content

Releases: nshenderov/strapi-plugin-ckeditor

v4.0.0

19 Sep 23:52
e739cdb
Compare
Choose a tag to compare

Migration to Strapi v5

The plugin will remain available for Strapi v4 under version 3.x.x.

Full Changelog: v3.0.2...v4.0.0

v3.0.2

15 Sep 17:33
e522791
Compare
Choose a tag to compare

What's Changed

📚 Docs

  • correct ckeditor.js example in the README.md (f8f0565)

Full Changelog: v3.0.1...v3.0.2

v3.0.1

11 Sep 19:30
e7482bc
Compare
Choose a tag to compare

What's Changed

📚 Docs

  • correct ckeditor.js examples in the README.md, closes #160 (9429278)

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Sep 21:40
c151639
Compare
Choose a tag to compare

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

  • update config file reading logic, closes #100 (4339022)

Migration guide

Full Changelog: v2.1.3...v3.0.0

v2.1.3

11 Aug 21:41
Compare
Choose a tag to compare

What's Changed

🪲 Bug fixes

  • correct theme colors for new modals (a0b4460)

⚙️ Chore

Full Changelog: v2.1.2...v2.1.3

v2.1.2

08 Aug 19:21
Compare
Choose a tag to compare

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

28 Feb 18:59
Compare
Choose a tag to compare

🪲 Bug fix

Full Changelog: v2.1.0...v2.1.1

v2.1.0

26 Jan 23:44
3be4045
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.1.0

v2.0.4

03 Mar 23:11
4b3361e
Compare
Choose a tag to compare

🪲 Bug fix

Full Changelog: v2.0.3...v2.0.4

v2.0.3

02 Feb 18:15
Compare
Choose a tag to compare

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

Screenshot_20230202_070608
Screenshot_20230202_070645

Full Changelog: v2.0.2...v2.0.3