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

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 18 Jul 10:22
· 207 commits to master since this release

Features

  • Editor can now be created with initial data passed to the create() method. Closes #18. (48c265c)

Other changes

BREAKING CHANGES

  • The BalloonEditor#element property was renamed to BalloonEditor#sourceElement and BalloonEditor#updateElement() method to BalloonEditor#updateSourceElement(). See ckeditor/ckeditor5-core#64.