Skip to content

Releases: nshenderov/strapi-plugin-ckeditor

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

v1.1.3

12 Jan 21:28
Compare
Choose a tag to compare

What's Changed

  • feat: Allow Node.js 18 by @ihmpavel in #43

  • Support non-JSON config properties (such as callbacks and regexes) through config/ckeditor.js by @timraasveld in #54

  • Add support to pdf files selected via MediaLib dialog by @ddazal in #50

  • Fixed #38

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

12 Aug 21:55
Compare
Choose a tag to compare

What's Changed

Few examples:

You can find these configurations in the Readme

balloonblock

2022-08-12 230222

Full Changelog: v1.1.1...v1.1.2

v1.1.1

22 Jul 21:04
Compare
Choose a tag to compare

What's Changed

  • fix: media lib asset.formats null check by @lkho in #14
  • #15 language content implementation ready. by @zadinvit in #16
  • Revert "fix: media lib asset.formats null check" by @nshenderov in #22
  • Fix: Media library button appends image to the end by @emmarvpol in #21

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 May 19:35
Compare
Choose a tag to compare

New:

  • Option for disable default "strapi" theme strapiTheme:false
  • Option for disable [data-theme] setting setAttribute:false

Fixed:

  • plugin.styles field now should works as expected

Other changes:

  • Changed some light theme variables
  • Now sizes and loading attributes for images can be set through source mode by default
  • Removed some headings in default config also as font sizes

2022-05-19 221202

v1.0.9

06 May 04:02
Compare
Choose a tag to compare

New:

  • Markdown
    Markdown plugin now built into the build, by default is disabled, but you can enable it in plugins.js
    Read more about plugin

  • Language support
    Previously setting language in config did not work, now by default if you haven't defined language in the config it will use the language from your user profile if it supported, if not, then will be English as default.
    List of avalible languages
    About setting languages in ckeditor

  • Editor height
    Now by default height of the editable area limited to 700px when focused, when it is on blur it will shrink to a minimum.
    You can set your values
    through config by changing these rows

Other changes: