Skip to content

Releases: ckeditor/ckeditor5-react

v11.0.0

09 Jul 08:11
v11.0.0
f3f8ef2

Choose a tag to compare

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

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

v11.0.0-alpha.0

02 Jul 06:32
v11.0.0-alpha.0
0bc0a92

Choose a tag to compare

v11.0.0-alpha.0 Pre-release
Pre-release

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

  • Update imports to match CKEditor 5 v46. Closes #602. (commit)

v10.0.0

25 Jun 09:04
v10.0.0
be226e9

Choose a tag to compare

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

Bug fixes

  • Ensured onError callback is invoked correctly when disableWatchdog is true or during watchdog initialization failure. (commit)
  • Prevented editor crash when the disabled prop 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

05 May 07:55
v10.0.0-alpha.0
30e0307

Choose a tag to compare

v10.0.0-alpha.0 Pre-release
Pre-release

BREAKING CHANGES

  • Upgraded the minimal version of Node.js to 20.0.0 due to the end of LTS.

Bug fixes

  • Ensured onError callback is invoked correctly when disableWatchdog is true or during watchdog initialization failure. (commit)
  • Prevented editor crash when the disabled prop 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

13 Feb 06:47

Choose a tag to compare

Bug fixes

  • The [data] property is now available in Next.js-related integrations. Closes #567. (commit)

Other changes

  • Removed the prop-types package from dependencies. (commit)

v9.5.0-alpha.0

10 Feb 09:12

Choose a tag to compare

v9.5.0-alpha.0 Pre-release
Pre-release

Bug fixes

  • The [data] property is now available in Next.js-related integrations. Closes #567. (commit)

Other changes

  • Removed the prop-types package from dependencies. (commit)

v9.4.0

25 Nov 09:47

Choose a tag to compare

Features

Bug fixes

  • Call onChangeInitializedEditors on startup of CKEditorContext if there are ready editors. (commit)

v9.4.0-alpha.0

13 Nov 11:59

Choose a tag to compare

v9.4.0-alpha.0 Pre-release
Pre-release

Features

Bug fixes

  • Call onChangeInitializedEditors on startup of CKEditorContext if there are ready editors. (commit)

v9.3.1

16 Oct 10:16

Choose a tag to compare

Bug fixes

  • Behavior of useCKEditorCloud hook is now consistent with Vite and Next runtimes while changing properties. (commit)
  • Prevent potential crashes of useMultiRootEditor during 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)

v9.3.0

26 Sep 08:44

Choose a tag to compare

Features

  • Experimental: Better error messages in useCKEditorCloud. It now detects existing editor installations and gives migration info from NPM to CDN. (commit)

Other changes

  • Remove ckeditor5-premium-features from peerDependencies. (commit)