Skip to content

Releases: ckeditor/ckeditor5-vue

v6.0.0

26 Jun 08:36
Compare
Choose a tag to compare

We are excited to announce the next major version of the Vue integration.

This release is intended to allow the integration to work with the latest version of new installation methods.

v6.0.0-alpha.0

05 Jun 07:37
Compare
Choose a tag to compare
v6.0.0-alpha.0 Pre-release
Pre-release

We are happy to announce the alpha release of the next major version of the React integration.

This release is intended to allow the integration to work with existing and new installation methods announced in this post.

Please refer to our nightly documentation build for the installation instructions.

Features

  • Change the implementation to only depend on types from the ckeditor5 packages and not runtime code to make the integration work with existing and new installation methods. (commit)

Other changes

v5.1.0

18 Apr 06:36
Compare
Choose a tag to compare

Features

  • Added disableTwoWayDataBinding property that allows disabling the two-way data binding. It increases performance when working with large documents. Closes ckeditor/ckeditor5-vue#246. (commit)

v5.0.0

07 Apr 05:56
Compare
Choose a tag to compare

Release highlights

This release introduces improved TypeScript support for better code suggestion and completion.

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

Other changes

  • Updated the required version of Node.js to 16. (commit)
  • Added a missing postinstall script to the published files. (commit)

v5.0.0-alpha.2

29 Mar 06:42
Compare
Choose a tag to compare
v5.0.0-alpha.2 Pre-release
Pre-release

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

  • Improve typings for events emitted by the Vue component. (commit)

Other changes

  • Updated the required version of Node.js to 16. (commit)

v5.0.0-alpha.1

17 Mar 10:13
Compare
Choose a tag to compare
v5.0.0-alpha.1 Pre-release
Pre-release

Release highlights

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.

Other changes

  • Added a missing postinstall script to published files. (commit)

v5.0.0-alpha.0

17 Mar 10:03
Compare
Choose a tag to compare
v5.0.0-alpha.0 Pre-release
Pre-release

Release highlights

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.

Features

v4.0.1

18 May 07:53
Compare
Choose a tag to compare

Bug fixes

  • Synchronize the editor content after the editor is ready. Closes #220. (commit)

v4.0.0

12 Apr 09:30
Compare
Choose a tag to compare

BREAKING CHANGES

  • Due to introducing the lock mechanism for the 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.

Other changes

  • Aligned the <CKEditor> component API to use the new lock mechanism when enabling/disabling the read-only mode. (commit)
  • Bumped Karma test runner to v6.x. Closes #210. (commit)

v3.0.0

17 Mar 06:34
Compare
Choose a tag to compare

BREAKING CHANGES

  • Upgraded the minimal versions of Node.js to 14.0.0 due to the end of LTS.

Bug fixes

  • Marked the editor instance this.instance as a raw object so that it will never be converted to a proxy. Closes #203. (commit)

Other changes