CHANGELOG.md 3.0 KB

Changelog

1.0.0-alpha.2 (2017-11-14)

Other changes

1.0.0-alpha.1 (2017-10-03)

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).

0.8.0 (2017-09-03)

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.

0.7.3 (2017-05-07)

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

0.7.2 (2017-04-05)

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)

0.7.1 (2017-03-06)

Other changes

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