Skip to content

Releases: craftcms/ckeditor

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)

3.7.2

08 Feb 06:36
3.7.2
58e43f2
Compare
Choose a tag to compare
  • Added the IndentBlock CKEditor plugin, enabling the “Increase indent” and “Decrease indent” buttons to work on headings and paragraphs. (#156)

4.0.0-beta.2

07 Feb 20:12
4.0.0-beta.2
d6277fa
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release
  • Fixed a SQL error that occurred when creating a nested entry on PostgreSQL.

4.0.0-beta.1

06 Feb 20:07
4.0.0-beta.1
fbb7f1d
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release
  • CKEditor now requires Craft CMS 5.0.0-beta.1 or later.
  • Added the ability to embed nested entries within CKEditor fields.
  • Added the “Entry Types” field setting.
  • 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 to true.

3.7.1

02 Feb 06:24
3.7.1
5eef932
Compare
Choose a tag to compare
  • Fixed a JavaScript error.