Skip to content

Releases: ckeditor/ckeditor5-vue

v2.0.0

20 Nov 08:32
Compare
Choose a tag to compare

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

22 Sep 10:11
Compare
Choose a tag to compare

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 the ready component event to access the editor API instead.

v1.0.2

01 Sep 11:19
Compare
Choose a tag to compare

Bug fixes

  • The #input event should be fired immediately despite being debounced to prevent race conditions. Closes #149. (commit)

v1.0.1

05 Dec 14:09
Compare
Choose a tag to compare

Bug fixes

  • Editor config defined in the component should not be mutable. Closes #101. (42651e3)

v1.0.0

20 Sep 09:07
Compare
Choose a tag to compare

Bug fixes

v1.0.0-beta.2

24 Apr 08:45
Compare
Choose a tag to compare

Bug fixes

  • Improved performance when editing large content. Debounced the component #input event. Closes #42. (dfaee36)
  • The data initialization should not break collaboration. Instead of using editor.setData(), the initial content is now set via innerHTML of the source element. Closes #47. (6f821fa)

v1.0.0-beta.1

06 Nov 11:40
Compare
Choose a tag to compare

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.