This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
Releases: ckeditor/ckeditor5-editor-classic
Releases · ckeditor/ckeditor5-editor-classic
v1.0.0-alpha.1
Features
- The
StickyToolbarView
has been replaced by theStickyPanelView
with a childToolbarView
(see ckeditor/ckeditor5-ui#297). (e4f591f)
BREAKING CHANGES
- The former attributes controling the position of the toolbar provided by the
StickyToolbarView
are now available underClassicEditorUIView#stickyPanel
(editor.ui.view.stickyPanel
).
v0.8.0
Bug fixes
- The toolbar should never hide underneath the edited content. Closes #62. Closes ckeditor/ckeditor5-upload#33. (511d28f)
Features
Other changes
- Renamed the
classic.js
file toclassiceditor.js
to match the naming convention. Closes #41. (c5714ba)
BREAKING CHANGES
- The
classic.js
file containingClassicEditor
class has been renamed toclassiceditor.js
.