This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
Features
Other changes
- Used the
EditorUI
as a parent class for theInlineEditorUI
(see ckeditor/ckeditor5-core#130). (c148346)
BREAKING CHANGES
- The
InlineEditor#element
property was renamed toInlineEditor#sourceElement
andInlineEditor#updateElement()
method toInlineEditor#updateSourceElement()
. See ckeditor/ckeditor5-core#64.