Releases: ckeditor/ckeditor5-react
Releases · ckeditor/ckeditor5-react
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
BREAKING CHANGES
- Due to introducing the lock mechanism for the
Editor#isReadOnly
property, the<CKEditor>
component uses the new way of enabling the read-only mode in the editor. The component requires an instance of CKEditor 5 in version 34 or higher. See ckeditor/ckeditor5#10496.
Other changes
- Aligned the
<CKEditor>
component API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)
v4.0.1
v4.0.0
BREAKING CHANGES
- Upgraded the minimal versions of Node.js to
14.0.0
due to the end of LTS.
Bug fixes
- Use
async/await
inCKEditorContext#_destroyContext()
to handle context destruction properly. Closes #283. (commit)
Other changes
- Updated the required version of Node.js to 14. See ckeditor/ckeditor5#10972. (commit)