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

Releases: ckeditor/ckeditor5-editor-classic

v1.0.0-alpha.1

03 Oct 12:28
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • The former attributes controling the position of the toolbar provided by the StickyToolbarView are now available under ClassicEditorUIView#stickyPanel (editor.ui.view.stickyPanel).

v0.8.0

03 Sep 18:22
Compare
Choose a tag to compare

Bug fixes

  • The toolbar should never hide underneath the edited content. Closes #62. Closes ckeditor/ckeditor5-upload#33. (511d28f)

Features

  • The toolbar should support a vertical offset from the top of the web page. Closes #60. (6739afc)

Other changes

  • Renamed the classic.js file to classiceditor.js to match the naming convention. Closes #41. (c5714ba)

BREAKING CHANGES

  • The classic.js file containing ClassicEditor class has been renamed to classiceditor.js.

v0.7.3

07 May 21:45
Compare
Choose a tag to compare

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

v0.7.2

05 Apr 17:05
Compare
Choose a tag to compare

Bug fixes

  • It should be possible to use ClassicEditor.create() in its child classes. Closes #53. (95798ba)

Other changes

  • Code refactoring to share API with ckeditor5-editor-inline. Closes #48. (2bb1e4e)

v0.7.1

06 Mar 16:51
Compare
Choose a tag to compare

Other changes

  • Used ToolbarView#getItemsFromConfig() to bootstrap the toolbar in ClassicEditorUI. Closes #51. (53d58d9)

v0.1.0 – first demo-able version (2016-07-08)

08 Jul 15:22
Compare
Choose a tag to compare