1.0.1 (2019-12-05)
1.0.0 (2019-09-20)
config.initialData
should be used to set the initial state of the editor instead of unsafeinnerHTML
. Closes #51. (950b49a)
1.0.0-beta.2 (2019-04-24)
- 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 viainnerHTML
of the source element. Closes #47. (6f821fa)
1.0.0-beta.1 (2018-11-06)
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.