Skip to content

Releases: ckeditor/ckeditor5-vue

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.