@ckeditor/ckeditor5-vue
Advanced tools
Changelog
5.1.0 (2023-04-18)
disableTwoWayDataBinding
property that allows disabling the two-way data binding. It increases performance when working with large documents. Closes ckeditor/ckeditor5-vue#246. (commit)Changelog
5.0.0 (2023-04-07)
This release introduces improved TypeScript support for better code suggestion and completion.
16.0.0
due to the end of LTS.Changelog
5.0.0-alpha.2 (2023-03-29)
16.0.0
due to the end of LTS.Changelog
5.0.0-alpha.1 (2023-03-17)
Changelog
5.0.0-alpha.0 (2023-03-17)
This release introduces improved TypeScript support for better code suggestion and completion.
Please keep in mind that the release is marked as alpha, which means it is an experimental version, and some unexpected results may occur when using these typings.
We appreciate your feedback, as it helps us significantly improve the project's final shape. Please share it here.
Changelog
4.0.0 (2022-04-12)
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.Changelog
3.0.0 (2022-03-17)
14.0.0
due to the end of LTS.this.instance
as a raw object so that it will never be converted to a proxy. Closes #203. (commit)