Skip to content

Releases: ckeditor/ckeditor5-react

v5.0.4

22 Dec 07:35
Compare
Choose a tag to compare

Bug fixes

  • The <CKEditor> component does not emit an error when destroying the context feature. Closes #349, #339. (commit)

v5.0.3

23 Nov 09:24
Compare
Choose a tag to compare

Bug fixes

  • Fixed the component initialization procedure to enforce cleanup completion before subsequent editor initialization. Closes #321, #338. (commit)

    Thanks to @corymharper.

v5.0.2

26 May 06:45
Compare
Choose a tag to compare

Other changes

v5.0.1

18 May 07:40
Compare
Choose a tag to compare

Bug fixes

  • Fixed component double rendering in StrictMode. Closes #294. (commit)

v5.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)

v4.0.1

01 Apr 10:04
Compare
Choose a tag to compare

Other changes

  • Bumped Karma test runner to v6.x. Closes #292. (commit)
  • Support for React 18. Closes #297. (commit)

v4.0.0

09 Feb 10:28
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

  • Use async/await in CKEditorContext#_destroyContext() to handle context destruction properly. Closes #283. (commit)

Other changes

v3.0.3

05 Oct 08:08
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

v3.0.2

08 Mar 10:57
Compare
Choose a tag to compare

Bug fixes

  • Make sure that the watchdog instance exists before destroying itself. Closes #197. (commit)

v3.0.1

09 Feb 09:59
Compare
Choose a tag to compare

Other changes

  • Added React@^17 as allowed version in peerDependencies. (commit)