Releases: ckeditor/ckeditor5-react
Releases · ckeditor/ckeditor5-react
v11.0.0
BREAKING CHANGES
- Aligned the component with the latest CKEditor 5 release (
v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583
Features
v11.0.0-alpha.0
BREAKING CHANGES
- Aligned the component with the latest CKEditor 5 release (
v46.0.0), adopting the type import names. Starting from this version, previous CKEditor 5 releases are no longer compatible due to breaking changes in definitions and package structure. See ckeditor/ckeditor5#18583
Features
v10.0.0
BREAKING CHANGES
- Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
Bug fixes
- Ensured
onErrorcallback is invoked correctly whendisableWatchdogis true or during watchdog initialization failure. (commit) - Prevented editor crash when the
disabledprop changes during initialization. (commit)
Other changes
- Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. (commit)
v10.0.0-alpha.0
BREAKING CHANGES
- Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.
Bug fixes
- Ensured
onErrorcallback is invoked correctly whendisableWatchdogis true or during watchdog initialization failure. (commit) - Prevented editor crash when the
disabledprop changes during initialization. (commit)
Other changes
- Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS. (commit)
v9.5.0
v9.5.0-alpha.0
v9.4.0
Features
- Align integration to work with the future self-service plan. Read more in the CKEditor 5 repository. (commit)
Bug fixes
- Call
onChangeInitializedEditorson startup ofCKEditorContextif there are ready editors. (commit)
v9.4.0-alpha.0
Features
- Align integration to work with the future self-service plan. Read more in the CKEditor 5 repository. (commit)
Bug fixes
- Call
onChangeInitializedEditorson startup ofCKEditorContextif there are ready editors. (commit)
v9.3.1
Bug fixes
- Behavior of
useCKEditorCloudhook is now consistent withViteandNextruntimes while changing properties. (commit) - Prevent potential crashes of
useMultiRootEditorduring the initialization phase when setting the new state of the multi-root editor with an attached watchdog. Closes #542. (commit) - Update roots with modified content only. (commit)