ckeditor5-react v1.1.1 Release Notes

Release Date: 2019-02-28 // about 5 years ago
  • 🐛 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 the editor.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