Releases: ckeditor/ckeditor5-vue
v6.0.0-alpha.0
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
- Updated the required version of Node.js to 18 when developing the repository. See ckeditor/ckeditor5#14924. (commit)
v5.1.0
v5.0.0
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
- Migrate the package to Typescript. Closes ckeditor/ckeditor5#13543. (commit, (commit))
Other changes
v5.0.0-alpha.2
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
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
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
- Migrate the package to Typescript. Closes ckeditor/ckeditor5#13543. (commit)
v4.0.1
v4.0.0
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
v3.0.0
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
- Updated the required version of Node.js to 14. See ckeditor/ckeditor5#10972. (commit)