@ckeditor/ckeditor5-react
Advanced tools
Changelog
2.0.0 (2019-11-22)
<CKEditor>
React component will be distributed in ES6 instead of ES5. Closes #105. (ec34041)<CKEditor>
React component is now distributed in ES6 instead of ES5. See #105.Changelog
1.1.1 (2019-02-28)
<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)Changelog
1.0.0-beta.1 (2018-07-26)
First developer preview. It contains a ready-to-use <CKEditor>
component that allows using CKEditor 5 Builds and CKEditor 5 Framework in React applications.