- Added the “Heading Levels” CKEditor config setting.
- Added the
ckeditor/convertcommand, for converting Redactor fields/configs to CKEditor. (#68) - “Config Options” settings can now be entered as JSON, with autocompletion and automatic JavaScript-to-JSON reformatting on paste. (#66, #67)
- The
placeholderconfig option now gets translated, when the config options are defined as JSON. - Images now have caption and alternative text toolbar items by default.
- CKEditor instances no longer support editing features that aren’t explicitly allowed via toolbar items. (#65)
- Added
craft\ckeditor\events\ModifyConfigEvent. - Added
craft\ckeditor\Field::EVENT_MODIFY_CONFIG. (#70) - Fixed a bug where editor toolbars would overlap the control panel header when scrolling.
- Fixed a bug where the editor UI wasn’t getting translated.