- CKEditor now requires Craft CMS 5.3+.
- Added the
ckeditor/convert/matrixcommand. (#234) - CKEditor fields can now be merged together. (#277)
- CKEditor configs created via the
ckeditor/convertcommand now allow modifying HTML attributes, classes, and styles within the source view, if the Redactor config included thehtmlbutton. (#264, #263) - Added
craft\ckeditor\migrations\BaseConvertMatrixContentMigration. - Fixed a bug where CKEditor fields’ search keywords were including nested entries’ rendered partial templates rather than nested entries’ search keywords.
- Fixed a bug where nested entries weren’t always getting propagated correctly. (#254)
- Fixed a bug where code blocks created by a Redactor field only had
<pre>tags with no<code>tags inside them. (#258) - Fixed a bug where dropdown menus didn’t have a maximum height. (#268)
- Fixed a bug where word counts weren’t handling unicode characters correctly. (#275)