Releases: ckeditor/ckeditor5-vue
Releases · ckeditor/ckeditor5-vue
v2.0.0
The CKEditor 5 WYSIWYG editor component is compatible with Vue.js 3+. For Vue.js 2.x, check the dedicated @ckeditor/ckeditor5-vue2
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.
v1.0.2
v1.0.1
v1.0.0
v1.0.0-beta.2
v1.0.0-beta.1
First developer preview. It contains a ready-to-use <ckeditor>
component that allows using CKEditor 5 Builds and CKEditor 5 Framework in Vue.js applications.