Skip to content

Releases: craftcms/ckeditor

4.6.0

18 Feb 22:57
4.6.0
b838205
Compare
Choose a tag to compare
  • Added the ability to override entry type names and handles for CKEditor fields. (#369)
  • CKEditor fields now show provisional drafts for nested entries when previewing an owner element. (#340)
  • Fixed an error that occurred if the “Who should see the ‘Source’ button?” field setting was totally blank. (#359)

3.11.1

18 Feb 22:55
3.11.1
6fe2699
Compare
Choose a tag to compare
  • Fixed an error that occurred if the “Who should see the ‘Source’ button?” field setting was totally blank. (#359)

4.5.0

23 Jan 20:00
4.5.0
7a366ba
Compare
Choose a tag to compare
  • 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

23 Jan 19:59
3.11.0
4af3244
Compare
Choose a tag to compare
  • 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

12 Nov 17:33
4.4.0
5b219fe
Compare
Choose a tag to compare
  • 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

21 Oct 03:16
4.3.1
42325ca
Compare
Choose a tag to compare
  • Fixed a bug where sticky toolbars weren’t positioned correctly.

4.3.0

19 Oct 14:28
4.3.0
49ea901
Compare
Choose a tag to compare
  • 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

19 Oct 14:27
3.10.0
852bcfb
Compare
Choose a tag to compare
  • 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

15 Aug 15:06
4.2.0
07d72b9
Compare
Choose a tag to compare
  • 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 the html 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

15 Aug 15:04
3.9.0
ae2d920
Compare
Choose a tag to compare
  • 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 the html 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)