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 theBalloonEditorUI
(see ckeditor/ckeditor5-core#130). (03af1c0)
BREAKING CHANGES
- The
BalloonEditor#element
property was renamed toBalloonEditor#sourceElement
andBalloonEditor#updateElement()
method toBalloonEditor#updateSourceElement()
. See ckeditor/ckeditor5-core#64.