ckeditor5-react v5.0.0 Release Notes

Release Date: 2022-04-12 // about 2 years ago
  • ๐Ÿ’ฅ 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)