All Versions
17
Latest Version
Avg Release Cycle
88 days
Latest Release
989 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.0 Changes
November 22, 2019Other changes
<CKEditor>
React component will be distributed in ES6 instead of ES5. Closes #105. (ec34041)- โ Removed the BrowserStack integration from this repository. See ckeditor/ckeditor5#1742. (2379fbf)
๐ฅ BREAKING CHANGE
- ๐
<CKEditor>
React component is now distributed in ES6 instead of ES5. See #105.
-
v1.1.3 Changes
April 01, 2019 -
v1.1.2 Changes
March 26, 2019 -
v1.1.1 Changes
February 28, 2019๐ 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)
- ๐ Fixed integration with collaboration features by changing the way how the initial data are passed to an editor instance. Previously the
-
v1.1.0 Changes
November 29, 2018 -
v1.0.0 Changes
October 09, 2018๐ Internal changes only (updated dependencies, documentation, etc.).
-
v1.0.0-beta.1 Changes
July 26, 2018๐ First developer preview. It contains a ready-to-use
<CKEditor>
component that allows using CKEditor 5 Builds and CKEditor 5 Framework in React applications.