This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
Other changes
- Aligned
DecoupledEditor
to changes in theEditorWithUI
andElementApi
interfaces. (8c7414b) - Used the
EditorUI
as a parent class for theDecoupledEditorUI
(see ckeditor/ckeditor5-core#130). (d92da9f)
BREAKING CHANGES
- The
DecoupledEditor#element
property was renamed toDecoupledEditor#sourceElement
. See ckeditor/ckeditor5-core#64.