@ckeditor/ckeditor5-react
Advanced tools
Changelog
8.0.0-alpha.0 (2024-06-05)
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.
contextWatchdog
prop to the <CKEditorContext>
component.ckeditor5
package and not runtime code to make the integration work with existing and new installation methods. (commit)Changelog
6.3.0 (2024-04-25)
disableTwoWayDataBinding
flag which disabled the two-way binding between the multi-editor and React state. Please read a new guide explainig the useMultiRootEditor()
hook. Closes #457. (commit)Changelog
6.2.0 (2023-11-21)
useMultiRootEditor
hook. See the new samples to learn more. Closes #257. (commit)Changelog
6.1.0 (2023-06-27)
disableWatchdog
property to the <CKEditor>
component that allows disabling integration with the watchdog feature. Closes ckeditor/ckeditor5-react#373. (commit)Changelog
6.0.0 (2023-04-07)
16.0.0
due to the end of LTS.Changelog
6.0.0-alpha.0 (2023-03-29)
16.0.0
due to the end of LTS.