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

v12.2.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 04 Jul 09:28
· 232 commits to master since this release

Features

  • Added an editor instance reference to the native editable DOM element under the ckeditorInstance property. Closes ckeditor/ckeditor5#1838. (fa94600)

    Implemented the EditorUI#setEditableElement() method.
    Deprecated the EditorUI#_editableElements property.

  • Introduced MultiCommand which acts as a composite command – it can group multiple commands under the hood. (ebcbd01)

Other changes