Skip to content

Releases: nshenderov/strapi-plugin-ckeditor

v5.0.1

24 Dec 21:22
7d099d3
Compare
Choose a tag to compare

What's Changed

⚙️ Chore

  • bump ckeditor5 (98963fe)
  • add note about publishing side styling (17d4292)
  • fix typos in the documentation (e09b663)
  • update CLOSE_INACTIVE_ISSUES.yml (e4afffc)
  • update error messages (e6e8890)

Full Changelog: v5.0.0...v5.0.1

v5.0.0

12 Dec 22:50
f4bd05f
Compare
Choose a tag to compare

What's Changed

  • Complete codebase refactoring and migration to TypeScript.
  • The plugin configuration method has been revised and moved from the back-end to the front-end environment.
  • Plugin theme updated to use Strapi's theme variables.
  • Added the frequently requested Fullscreen option.
  • Introduced a new way of applying i18n.
  • Added missing Words limit option.

⚠️ MAJOR BREAKING CHANGES

  • config/ckeditor.js|ts configuration files are no longer supported. The plugin now requires using the setPluginConfig method for configuration, which must be defined in the front-end environment.
  • The default preset has been renamed to defaultHtml.
  • Removed dontMergePresets and dontMergeTheme preset properties.
  • Preset's field property has been replaced by name and description.

❗ MINOR BREAKING CHANGES

  • The style feature and material color palette have been removed.
  • Theme has been refactored and updated to use Strapi's theme colors.
  • default's preset toolbar has been updated.
  • Content language is no longer automatically set to the detected i18n language for all fields. It now applies only to fields explicitly configured for localization in the Content-Types Builder.

Please follow the dedicated migration guide for details.

Explore new documentation.

🚀 Features

⚙️ Chore

  • update ckeditor to 44.0.0 (6fb722a)
  • add input limiters section to settings and update limit options descriptions (a83228c)
  • optimize translations import (cd11ca0)
  • update documentation (336e9d7)

Full Changelog: v4.0.11...v5.0.0

v4.0.11

13 Nov 09:44
ed47409
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • insert multiple assets at once via media library, closes #180 (3b6c5cc)

⚙️ Chore

Full Changelog: v4.0.10...v4.0.11

v3.0.9

13 Nov 09:55
1454d75
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • insert multiple assets at once via media library #180 (18a00d2)

⚙️ Chore

Full Changelog: v3.0.8...v3.0.9

v4.0.10

05 Nov 21:43
be6f0c0
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • issue when adding media via media library with multiple editor instances, closes #175 (ce46033)

⚙️ Chore

Full Changelog: v4.0.9...v4.0.10

v3.0.8

05 Nov 22:22
230b634
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • issue when adding media via media library with multiple editor instances, #175 (39454a4)

⚙️ Chore

Full Changelog: v3.0.7...v3.0.8

v4.0.9

28 Oct 09:17
217e1fe
Compare
Choose a tag to compare

What's Changed

⚙️ Chore

Full Changelog: v4.0.8...v4.0.9

v3.0.7

28 Oct 09:29
4ef7b0f
Compare
Choose a tag to compare

What's Changed

⚙️ Chore

Full Changelog: v3.0.6...v3.0.7

v4.0.8

22 Oct 16:24
6be1af3
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • correct config file reading logic to allow environment configurations (0fae3ee)
  • additional changes to (0fae3ee) to handle moduleDetection:force, closes #172 (c35b27c)

Full Changelog: v4.0.6...v4.0.8

v3.0.6

22 Oct 16:34
3476593
Compare
Choose a tag to compare

What's Changed

👾 Bug Fixes

  • correct config file reading logic to allow environment configurations, #172 (d18deb4)

Full Changelog: v3.0.5...v3.0.6