Skip to content

v1.1.1

Compare
Choose a tag to compare
@pomek pomek released this 28 Feb 07:53
· 717 commits to master since this release

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