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 theClassicEditorUI
(see ckeditor/ckeditor5-core#130). (ae98cfd)
BREAKING CHANGES
- The
ClassicEditor#element
property was renamed toClassicEditor#sourceElement
andClassicEditor#updateElement()
method toClassicEditor#updateSourceElement()
. See ckeditor/ckeditor5-core#64.