Skip to content

Releases: nshenderov/strapi-plugin-ckeditor

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

v2.0.2

30 Jan 08:26
Compare
Choose a tag to compare

🪲 Bug fix

  • Are you sure you want to leave this page? #31

v2.0.1

28 Jan 21:29
Compare
Choose a tag to compare

🪲 Bug fix

  • ckeditor.txt not loaded for typescript project #64

v2.0.0

25 Jan 21:08
e782475
Compare
Choose a tag to compare

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