Skip to content

Releases: craftcms/ckeditor

4.0.0-beta.9

08 Mar 19:57
4.0.0-beta.9
d0102fa
Compare
Choose a tag to compare
4.0.0-beta.9 Pre-release
Pre-release
  • Fixed a bug where nested entries weren’t getting rendered in front-end output.

4.0.0-beta.8

07 Mar 23:50
4.0.0-beta.8
9b49df5
Compare
Choose a tag to compare
4.0.0-beta.8 Pre-release
Pre-release
  • 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)

3.8.1

06 Mar 22:46
3.8.1
d18fc07
Compare
Choose a tag to compare
  • 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)
  • Fixed a bug where the “Link to an asset” option was showing up when there weren’t any available volumes with URLs. (#179)

4.0.0-beta.7

22 Feb 00:06
4.0.0-beta.7
6a41097
Compare
Choose a tag to compare
4.0.0-beta.7 Pre-release
Pre-release
  • Added support for creating anchor links. (#169)
  • Improved accessibility for screen readers. (#74, #166)
  • Fixed a bug where resized images weren’t getting updated width and height attributes. (#165)
  • Fixed JavaScript warnings. (#168, #171)

3.8.0

21 Feb 19:29
3.8.0
0fcc9b0
Compare
Choose a tag to compare
  • Added support for creating anchor links. (#169)
  • Improved accessibility for screen readers. (#74, #166)
  • Fixed a bug where resized images weren’t getting updated width and height attributes. (#165)
  • Fixed JavaScript warnings. (#168, #171)

4.0.0-beta.6

15 Feb 21:02
4.0.0-beta.6
587c03c
Compare
Choose a tag to compare
4.0.0-beta.6 Pre-release
Pre-release
  • CKEditor now requires Craft CMS 5.0.0-beta.2 or later.
  • Added support for querying and mutating nested entries within CKEditor fields via GraphQL directly. (craftcms/cms#14366)

4.0.0-beta.5

11 Feb 02:10
4.0.0-beta.5
94f8603
Compare
Choose a tag to compare
4.0.0-beta.5 Pre-release
Pre-release
  • Fixed a bug where CKEditor field values were displaying as [] within element tables and cards, and GraphQL results. (#163, #164)

4.0.0-beta.4

08 Feb 15:03
4.0.0-beta.4
eab9133
Compare
Choose a tag to compare
4.0.0-beta.4 Pre-release
Pre-release
  • Added the IndentBlock CKEditor plugin, enabling the “Increase indent” and “Decrease indent” buttons to work on headings and paragraphs. (#156)

4.0.0-beta.3

08 Feb 07:02
4.0.0-beta.3
170817c
Compare
Choose a tag to compare
4.0.0-beta.3 Pre-release
Pre-release
  • Fixed a bug where it was possible to change nested entries to types that the field wasn’t configured with. (#157)

3.7.3

08 Feb 14:05
3.7.3
62610a7
Compare
Choose a tag to compare
  • Fixed a JavaScript error. (#161)