This repository was 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 
StickyToolbarViewhas been replaced by theStickyPanelViewwith a childToolbarView(see ckeditor/ckeditor5-ui#297). (e4f591f) 
BREAKING CHANGES
- The former attributes controling the position of the toolbar provided by the 
StickyToolbarVieware 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.jsfile toclassiceditor.jsto match the naming convention. Closes #41. (c5714ba) 
BREAKING CHANGES
- The 
classic.jsfile containingClassicEditorclass has been renamed toclassiceditor.js.