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

v12.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 28 Feb 11:53
· 642 commits to master since this release

Bug fixes

Other changes

BREAKING CHANGES

  • Upgraded minimal versions of Node to 8.0.0 and npm to 5.7.1. See: ckeditor/ckeditor5#1507. (612ea3c)
  • The BallonPanelView#className property was renamed to #class.
  • The ToolbarView#className property was renamed to #class.
  • The EditableUIView#externalElement property (which held the element on which the editor was created if it was explicitly passed) was removed.
  • The EditorUIView#editableElement property was made private. Use editor.ui.getEditableElement() method instead.