Skip to content

v4.0.0

Compare
Choose a tag to compare
@pomek pomek released this 12 Apr 09:31
· 87 commits to master since this release

BREAKING CHANGES

  • Due to introducing the lock mechanism for the Editor#isReadOnly property, the inspector uses the new way of enabling the read-only mode in the editor. It requires an instance of CKEditor 5 in version 34 or higher. See ckeditor/ckeditor5#10496.

Other changes

  • Aligned the CKEditor 5 Inspector API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)