@ckeditor/ckeditor5-react
Advanced tools
Changelog
5.0.2 (2022-05-26)
@ckeditor/ckeditor5-watchdog
package to the latest version. (commit)Changelog
5.0.0 (2022-04-12)
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.<CKEditor>
component API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)Changelog
4.0.0 (2022-02-09)
14.0.0
due to the end of LTS.async/await
in CKEditorContext#_destroyContext()
to handle context destruction properly. Closes #283. (commit)