Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Releases: ckeditor/ckeditor5-editor-classic

v12.0.0

28 Feb 11:53
Compare
Choose a tag to compare

Features

  • Added support for the config.placeholder option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (3450c23)

Bug fixes

Other changes

  • Adjustments to new editor initialization events. See breaking changes. (61ccab0)
  • Editor UI classes API refactoring. See breaking changes. (74e27ae)

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The editor#dataReady event was removed. The editor.data#ready event has been introduced and should be used instead.
  • The editor#pluginsReady event was removed. Use plugin afterInit() method instead.
  • Removed ClassicEditor#element property. The ClassicEditorUI#element property should be used instead.
  • Removed ClassicEditorUIView#editableElement. Instead ClassicEditorUI#getEditableElement() method should be used.

v11.0.2

05 Dec 11:51
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v11.0.1

09 Oct 10:20
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v11.0.0

18 Jul 10:22
Compare
Choose a tag to compare

Features

  • Editor can now be created with initial data passed to the create() method. Closes #72. (09cebc6)

Other changes

BREAKING CHANGES

  • The ClassicEditor#element property was renamed to ClassicEditor#sourceElement and ClassicEditor#updateElement() method to ClassicEditor#updateSourceElement(). See ckeditor/ckeditor5-core#64.

v10.0.1

21 Jun 09:26
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v10.0.0

25 Apr 12:25
Compare
Choose a tag to compare

Other changes

BREAKING CHANGES

  • The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.

v1.0.0-beta.4

20 Apr 10:51
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v1.0.0-beta.2

10 Apr 09:21
Compare
Choose a tag to compare

Other changes

v1.0.0-beta.1

15 Mar 11:50
Compare
Choose a tag to compare

Other changes

v1.0.0-alpha.2

14 Nov 11:54
Compare
Choose a tag to compare

Other changes