New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-react

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-react - npm Package Versions

1245

5.0.6

Diff
ckeditor
published 5.0.6 •

Changelog

Source

5.0.6 (2023-01-09)

Bug fixes

  • Fixed destroy process of a single editor instance working within Context. Closes #354. (commit)
ckeditor
published 5.0.5 •

Changelog

Source

5.0.5 (2022-12-22)

Bug fixes

  • Addes a missing postinstall script to published files. (commit)
ckeditor
published 5.0.4 •

Changelog

Source

5.0.4 (2022-12-22)

Bug fixes

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

Changelog

Source

5.0.3 (2022-11-23)

Bug fixes

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

    Thanks to @corymharper.

ckeditor
published 5.0.2 •

Changelog

Source

5.0.2 (2022-05-26)

Other changes

ckeditor
published 5.0.1 •

Changelog

Source

5.0.1 (2022-05-18)

Bug fixes

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

Changelog

Source

5.0.0 (2022-04-12)

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)
ckeditor
published 4.0.1 •

Changelog

Source

4.0.1 (2022-04-01)

Other changes

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

Changelog

Source

4.0.0 (2022-02-09)

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

ckeditor
published 3.0.3 •

Changelog

Source

3.0.3 (2021-10-05)

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