This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-core
Releases · ckeditor/ckeditor5-core
v19.0.0
v18.0.0
v17.0.0
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()
andPlugin#clearForceDisabled()
. (7449450)
Other changes
- Updated translations. (6a2b584)
v16.0.0
v15.0.0
v12.3.0
Features
- Allowed configuration of the editor content language via
conifg.language
. See ckeditor/ckeditor5#1151. (22079dd) - Introduced a
secureSourceElement()
utility that prevents from initialising more than one editor on the same DOM element. See ckeditor/ckeditor5#746. (6a59058)
Other changes
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (6d72325)
- Updated translations. (e29d56e)
v12.2.1
v12.2.0
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 theEditorUI#_editableElements
property. -
Introduced
MultiCommand
which acts as a composite command – it can group multiple commands under the hood. (ebcbd01)
Other changes
- Introduce the
editor-wrong-element
error thrown when the editor is created over a wrong element. Closes ckeditor/ckeditor5#1591. (9945fc6) - Updated translations. (43f5b6e)