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

Releases: ckeditor/ckeditor5-core

v19.0.0

29 Apr 11:26
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v18.0.0

19 Mar 13:53
Compare
Choose a tag to compare

Other changes

v17.0.0

20 Feb 12:22
Compare
Choose a tag to compare

Features

  • Introduced the concept of editor contexts and context plugins. Contexts provide a common, higher-level environment for solutions which use multiple editors and/or plugins that work outside an editor. Closes ckeditor/ckeditor5#5891. (672e55e)
  • Added vertical alignment icons. Moved horizontal alignment icons form @ckeditor/ckeditor5-alignment (see ckeditor/ckeditor5-table#227). (ada4a79)
  • Introduced Plugin#isEnabled, Plugin#forceDisabled() and Plugin#clearForceDisabled(). (7449450)

Other changes

v16.0.0

04 Dec 10:42
Compare
Choose a tag to compare

Other changes

v15.0.0

23 Oct 09:20
Compare
Choose a tag to compare

Other changes

v12.3.0

26 Aug 09:52
Compare
Choose a tag to compare

Features

Other changes

v12.2.1

10 Jul 14:31
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v12.2.0

04 Jul 09:28
Compare
Choose a tag to compare

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

v12.1.1

05 Jun 09:04
Compare
Choose a tag to compare

Other changes

v12.1.0

10 Apr 09:36
Compare
Choose a tag to compare

Features

  • Introduced Command#disable() and Command#enable(). Closes #165. (030ca2b)

Other changes