v1.1.1
Bug fixes
- Fixed integration with collaboration features by changing the way how the initial data are passed to an editor instance. Previously the
<ckeditor>
component had been using theeditor.setData()
method which produces invalid results in collaboration. Now the initial data are injected directly into the container on which the editor will be created. Closes #68. (1c93b3e)
Other changes
- Added minimal versions of Node and npm. See: ckeditor/ckeditor5#1507. (7b1777c)