Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-react

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-react - npm Package Versions

134

6.0.0

Diff

Changelog

Source

6.0.0 (2023-04-07)

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

Other changes

  • Updated the required version of Node.js to 16. (commit)
  • Changed the package entry point file name from ckeditor.js to index.js. The structure of the dist/ directory looks like src/. (commit)
ckeditor
published 6.0.0-alpha.0 •

Changelog

Source

6.0.0-alpha.0 (2023-03-29)

BREAKING CHANGES

  • Due to rewriting to TypeScript, the component requires CKEditor 5 typings that are available in version 37 or higher. See ckeditor/ckeditor5#11704.
  • Upgraded the minimal versions of Node.js to 16.0.0 due to the end of LTS.

Features

Other changes

  • Updated the required version of Node.js to 16. (commit)
  • Changed the package entry point file name from ckeditor.js to index.js. The structure of the dist/ directory looks like src/. (commit)
ckeditor
published 5.1.0 •

Changelog

Source

5.1.0 (2023-02-23)

Features

  • Added the watchdogConfig property that allows defining configuration for the Watchdog feature. Closes #360. (commit)
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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc