This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Releases: ckeditor/ckeditor5-vue2
Releases · ckeditor/ckeditor5-vue2
v3.0.1
v3.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
v2.0.0
v1.0.5
v1.0.4
Starting from this version, the CKEditor 5 WYSIWYG editor component is compatible with Vue.js 2.x only. For Vue.js 3.x, check the dedicated @ckeditor/ckeditor5-vue
component.
v1.0.3
Bug fixes
- The editor should not slow down with lots of content when using the integration. Closes #153. (commit)
MINOR BREAKING CHANGES ℹ️
- The reference to the CKEditor 5 instance previously available under the
instance
property of the component (data) is now private ($_instance
). We recommend you use theready
component event to access the editor API instead.