Releases: nshenderov/strapi-plugin-ckeditor
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
v1.1.3
What's Changed
-
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
- @ihmpavel made their first contribution in #43
- @timraasveld made their first contribution in #54
- @ddazal made their first contribution in #50
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Updated ckeditor build to 35.0.1
- Added new plugins:
BlockToolbar https://ckeditor.com/docs/ckeditor5/latest/features/toolbar/blocktoolbar.html
BalloonToolbar https://ckeditor.com/docs/ckeditor5/latest/examples/builds/balloon-editor.html
Style https://ckeditor.com/docs/ckeditor5/latest/features/style.html#configuration - Added styles for blockToolbar
- Added WordCounter and styles for it (you can disable it via removePlugins)
- Updated ckeditor React to 5.0.2
- Updated README
Few examples:
You can find these configurations in the Readme
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
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
v1.0.9
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:
-
Scroll
Added some styles for editor`s scroll -
Default border color for light theme now neutral200