All Versions
17
Latest Version
Avg Release Cycle
88 days
Latest Release
694 days ago

Changelog History
Page 2

  • v2.0.0 Changes

    November 22, 2019

    Other changes

    💥 BREAKING CHANGE

    • 👀 <CKEditor> React component is now distributed in ES6 instead of ES5. See #105.
  • v1.1.3 Changes

    April 01, 2019

    🐛 Bug fixes

    • ⚡️ The <CKEditor> component will not update anything until it is not ready. Closes #83. (63cb97d)
  • v1.1.2 Changes

    March 26, 2019

    🐛 Bug fixes

    • ⚡️ The <CKEditor> component will not be updated by the React itself. The editor won't freeze if the #data property was specified as a static string. Closes #75. Closes #78. (bdb2ce3)
  • 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 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

  • v1.1.0 Changes

    November 29, 2018

    🔋 Features

    • Introduced onFocus and onBlur properties to the <CKEditor> component. Closes #49. (97d05c9)
    • Introduced the disabled property which allows switching the editor to the read-only mode. Closes #53. (6765006)

    🐛 Bug fixes

    • Prevented an infinite loop when the data property is missing. Closes #39. (e16430a)
  • 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.