- 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\events\ModifyConfigEvent::$toolbar. (#233) - 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)