Releases: craftcms/ckeditor
Releases · craftcms/ckeditor
4.5.0
- CKEditor now requires Craft CMS 5.6+.
- Added support for viewing CKEditor settings when
allowAdminChanges
is disabled. (#358) - CKEditor fields no longer have extra bottom padding, and the CKEditor logo is now displayed over the bottom border. (#252)
- Added the ability to show the “Source” button for specific user groups. (#318)
- Added
craft\ckeditor\Field::$sourceEditingGroups
. - Deprecated
craft\ckeditor\Field::$enableSourceEditingForNonAdmins
. - Updated to CKEditor 5 44.0.0.
- Fixed a bug where toolbar menus weren’t usable within slideouts. (#345)
- Fixed a bug where “Edit entry” buttons were only partially translated. (#337)
- Fixed a bug where copying and pasting nested entries wasn’t working on non-primary sites. (#315)
- Fixed an error that could occur when editing nested entries on newly-created provisional drafts. (#339)
- Fixed an error that occurred when editing a CKEditor field, if its CKEditor config had been deleted. (#344)
3.11.0
- CKEditor fields no longer have extra bottom padding, and the CKEditor logo is now displayed over the bottom border. (#252)
- Added the ability to show the “Source” button for specific user groups. (#318)
- Added
craft\ckeditor\Field::$sourceEditingGroups
. - Deprecated
craft\ckeditor\Field::$enableSourceEditingForNonAdmins
. - Updated to CKEditor 5 44.0.0.
- Fixed a bug where toolbar menus weren’t usable within slideouts. (#345)
4.4.0
- When saving a nested entry within a CKEditor field, the changes are now saved to a draft of the owner element, rather than published immediately. (craftcms/cms#16002, #308)
4.3.1
- Fixed a bug where sticky toolbars weren’t positioned correctly.
4.3.0
- Image toolbars now include an “Edit Image” button. (#253)
- The
ckeditor/convert/redactor
command now ensures that it’s being run interactively. - CKEditor container divs now have
data-config
attributes, set to the CKEditor config’s handle. (#284) - Fixed a bug where page breaks were being lost.
- Fixed a bug where menus within overflown toolbar items weren’t fully visible. (#286)
- Fixed an error that occurred when editing a nested entry, if it didn’t exist in the primary site. (#295)
3.10.0
- Image toolbars now include an “Edit Image” button. (#253)
- The
ckeditor/convert/redactor
command now ensures that it’s being run interactively. - CKEditor container divs now have
data-config
attributes, set to the CKEditor config’s handle. (#284) - Fixed a bug where page breaks were being lost.
- Fixed a bug where menus within overflown toolbar items weren’t fully visible. (#286)
4.2.0
- CKEditor now requires Craft CMS 5.3+.
- Added the
ckeditor/convert/matrix
command. (#234) - CKEditor fields can now be merged together. (#277)
- CKEditor configs created via the
ckeditor/convert
command now allow modifying HTML attributes, classes, and styles within the source view, if the Redactor config included thehtml
button. (#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)
3.9.0
- CKEditor configs created via the
ckeditor/convert
command now allow modifying HTML attributes, classes, and styles within the source view, if the Redactor config included thehtml
button. (#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)
4.1.0
- Entry cards now display provisional changes, with an “Edited” label.
- It’s now possible to loop over CKEditor field values from templates, which will split the value into chunks representing HTML markup and nested entry entries. (#241)
- It’s now possible to copy/paste nested entries across CKEditor fields, as long as the entry type is allowed. (#237)
- Added
craft\ckeditor\events\ModifyConfigEvent::$toolbar
. (#233) - CKEditor now requires Craft CMS 5.2+.
- Fixed a bug where nested entry edit pages could have a “Delete for site” action.
- Fixed a bug where disabled nested entries were getting rendered on the front end. (#246)
- Fixed a bug where disabled nested entries could get deleted.