Releases: craftcms/ckeditor
Releases · craftcms/ckeditor
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.
4.0.6
4.0.5
- Fixed a bug where nested entries weren’t visible when viewing revisions. (#227)
- Fixed a bug where nested entry cards were getting rendered after page load. (#221)
- Fixed a bug where nested entry cards were getting labelled as invalid, for newly-created, then deleted, then restored entries. (#224, #228)
- Fixed a bug where deleting and restoring an existing nested entry wouldn’t restore the entry’s ownership data. (#228)
- Fixed a bug where soft-deleted entries weren’t getting rendered on front-end preview requests. (#223)