This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.2
Other changes
- Allowed the editable element to be passed into
DecoupledEditor.create()
. Removedconfig.toolbarContainer
andconfig.editableContainer
. Closes #10. Closes ckeditor/ckeditor5#912. (327b2ed)
BREAKING CHANGES
- The config options
config.toolbarContainer
andconfig.editableContainer
have been removed. Please refer to theDecoupledEditor
class API documentation to learn about possible methods of bootstrapping the UI.
1.0.0-beta.1 (2018-03-15)
Features
- The first implementation of the decoupled editor. Closes #1. Closes ckeditor/ckeditor5#873. (a1950e8)