19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
Internal changes only (updated dependencies, documentation, etc.).
17.0.0 (2020-02-19)
Internal changes only (updated dependencies, documentation, etc.).
16.0.0 (2019-12-04)
- The main editor toolbar should respect the
config.toolbar.shouldNotGroupWhenFull
configuration (see ckeditor/ckeditor5#5692). (9a57e63)
15.0.0 (2019-10-23)
- Enabled automatic items grouping in the main editor toolbar when there is not enough space to display them in a single row (see ckeditor/ckeditor5#416). (4d20b70)
12.1.4 (2019-08-26)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (84ec68f)
12.1.3 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
12.1.2 (2019-07-04)
Internal changes only (updated dependencies, documentation, etc.).
12.1.1 (2019-06-05)
Internal changes only (updated dependencies, documentation, etc.).
12.1.0 (2019-04-10)
- Introduced
EditorConfig#initialData
. (fce3edc)
12.0.0 (2019-02-28)
- Added support for the
config.placeholder
option which allows configuring the empty editor content placeholder (see ckeditor/ckeditor5#479). (3450c23)
- Fixed memory leaks during editor initialization and destruction (see ckeditor/ckeditor5#1341). (a3c5c82)
- Adjustments to new editor initialization events. See breaking changes. (61ccab0)
- Editor UI classes API refactoring. See breaking changes. (74e27ae)
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c) - The
editor#dataReady
event was removed. Theeditor.data#ready
event has been introduced and should be used instead. - The
editor#pluginsReady
event was removed. Use pluginafterInit()
method instead. - Removed
ClassicEditor#element
property. TheClassicEditorUI#element
property should be used instead. - Removed
ClassicEditorUIView#editableElement
. InsteadClassicEditorUI#getEditableElement()
method should be used.
11.0.2 (2018-12-05)
Internal changes only (updated dependencies, documentation, etc.).
11.0.1 (2018-10-08)
Internal changes only (updated dependencies, documentation, etc.).
11.0.0 (2018-07-18)
- Used the
EditorUI
as a parent class for theClassicEditorUI
(see ckeditor/ckeditor5-core#130). (ae98cfd)
- The
ClassicEditor#element
property was renamed toClassicEditor#sourceElement
andClassicEditor#updateElement()
method toClassicEditor#updateSourceElement()
. See ckeditor/ckeditor5-core#64.
10.0.1 (2018-06-21)
Internal changes only (updated dependencies, documentation, etc.).
10.0.0 (2018-04-25)
- Changed the license to GPL2+ only. See ckeditor/ckeditor5#991. (95fe4c1)
- The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See ckeditor/ckeditor5#991 for more information.
1.0.0-beta.4 (2018-04-19)
Internal changes only (updated dependencies, documentation, etc.).
1.0.0-beta.2 (2018-04-10)
- Increased the specificity of CSS rules. Introduced the
.ck
class for editor UI components (see: ckeditor/ckeditor5#494). (e548bd0)
1.0.0-beta.1 (2018-03-15)
- Migrated the editor styles to PostCSS. Moved visual styles to
@ckeditor/ckeditor5-theme-lark
(see ckeditor/ckeditor5-ui#144). (f24f97d) - Removed the
.ck-editor-toolbar
class from the toolbar (see ckeditor/ckeditor5-theme-lark#135). (6b4670c)
1.0.0-alpha.2 (2017-11-14)
- Aligned UI library usage to the changes in the UI framework.
1.0.0-alpha.1 (2017-10-03)
- The
StickyToolbarView
has been replaced by theStickyPanelView
with a childToolbarView
(see ckeditor/ckeditor5-ui#297). (e4f591f)
- The former attributes controling the position of the toolbar provided by the
StickyToolbarView
are now available underClassicEditorUIView#stickyPanel
(editor.ui.view.stickyPanel
).
0.8.0 (2017-09-03)
- The toolbar should never hide underneath the edited content. Closes #62. Closes ckeditor/ckeditor5-upload#33. (511d28f)
- Renamed the
classic.js
file toclassiceditor.js
to match the naming convention. Closes #41. (c5714ba)
- The
classic.js
file containingClassicEditor
class has been renamed toclassiceditor.js
.
0.7.3 (2017-05-07)
Internal changes only (updated dependencies, documentation, etc.).