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

Releases: ckeditor/ckeditor5-editor-inline

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). (24016bd)

Bug fixes

Other changes

  • Adjustments to new editor initialization events. See breaking changes. (9536767)
  • Editor UI classes API refactoring. See breaking changes. (f8195da)

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The second argument of InlineEditorUIView.constructor() is an editing view instance now.
  • 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 InlineEditor#element property. The InlineEditorUI#element property should be used instead.
  • Removed InlineEditorUIView#editableElement. Instead InlineEditorUI#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

Bug fixes

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 constructor. Closes #37. (cfd8c53)

Other changes

BREAKING CHANGES

  • The InlineEditor#element property was renamed to InlineEditor#sourceElement and InlineEditor#updateElement() method to InlineEditor#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

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

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