Releases: craftcms/ckeditor
Releases · craftcms/ckeditor
4.0.3
3.8.3
4.0.2
3.8.2
4.0.1
4.0.0
- CKEditor now requires Craft CMS 5.0.0-beta.7 or later.
- Added the ability to embed nested entries within CKEditor fields.
- Added the “Entry Types” field setting.
- Added the “‘New’ Button Label” field setting. (#159)
- It’s now possible to edit the selected CKEditor config from field settings.
- The CKEditor inspector is now shown for admin users, if a
CRAFT_SHOW_CKEDITOR_INSPECTOR
environment variable is set totrue
. - Added
craft\ckeditor\Field::entryManager()
.
4.0.0-beta.10
- CKEditor now requires Craft CMS 5.0.0-beta.7 or later.
- Fixed a bug where nested entries were getting soft-deleted when their cards were cut from field values, but not restored when pasted back in.
- Fixed an error that occurred when an element without a field layout was saved. (#190)
4.0.0-beta.9
- Fixed a bug where nested entries weren’t getting rendered in front-end output.
4.0.0-beta.8
- CKEditor fields now support multiple instances. (#188)
- CKEditor config edit pages now warn when switching the Config Options setting from JavaScript to JSON if the JavaScript code contains any functions. (#152, #180)
- Added
craft\ckeditor\Field::entryManager()
. - Fixed a bug where the “Link to an asset” option was showing up when there weren’t any available volumes with URLs. (#179)
- Fixed a bug where an error occurred when editing an unsaved element with a CKEditor field. (#181)
- Fixed a bug where “New entry” menus weren’t listing entry types in the field-defined order. (#185)