Socket
Socket
Sign inDemoInstall

@ckeditor/ckeditor5-angular

Package Overview
Dependencies
13
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23Next

8.0.0-alpha.0

Diff

Changelog

Source

8.0.0-alpha.0 (2024-06-05)

We are happy to announce the alpha release of the next major version of the React integration.

This release is intended to allow the integration to work with existing and new installation methods announced in this post.

Please refer to our nightly documentation build for the installation instructions.

Features

  • Change the implementation to only depend on types from the ckeditor5 package and not runtime code to make the integration work with existing and new installation methods. (commit)
ckeditor
published 7.0.1 •

Changelog

Source

7.0.1 (2023-10-12)

Other changes

  • Added catching and emitting errors that happen during editor initialization. Closes #392. (commit)
  • Updated the required version of Node.js to 18 when developing the repository. See ckeditor/ckeditor5#14924. (commit)
ckeditor
published 7.0.0 •

Changelog

Source

7.0.0 (2023-07-10)

BREAKING CHANGES

Bug fixes

  • Do not run change detection if error does not have observers. (commit)

Other changes

ckeditor
published 6.0.1 •

Changelog

Source

6.0.1 (2023-04-18)

Other changes

ckeditor
published 6.0.0 •

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)
ckeditor
published 6.0.0-alpha.0 •

Changelog

Source

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

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

Changelog

Source

5.2.0 (2023-03-02)

Features

  • Added the editorWatchdogConfig property that allows defining configuration for the Watchdog feature. Closes #351. (commit)
ckeditor
published 5.1.1 •

Changelog

Source

5.1.1 (2023-02-16)

Bug fixes

  • Added support for OnChanges lifecycle hook that updates editor content when data-bound property of a component changes. Closes #215. (commit)

Other changes

  • Removed the @types/ckeditor__ckeditor5-utils dependency to avoid issues with CKEditor 5 typings when building an application using CKEditor 5 sources (TypeScript). (commit)
  • Replaced the minimal required version of the @ckeditor/ckeditor5-watchdog package with a caret range. (commit)
ckeditor
published 5.1.0 •

Changelog

Source

5.1.0 (2023-02-09)

Features

  • Added an optional option called disableTwoWayDataBinding that allows disabling the two-way data binding. It increases performance when working with large documents. Closes #141. (commit)

Bug fixes

Other changes

ckeditor
published 5.0.0 •

Changelog

Source

5.0.0 (2023-02-01)

BREAKING CHANGES

  • The minimal supported version of Angular by the <CKEditor> component is 13.
  • Make sure to install the @ckeditor/ckeditor5-watchdog package that is defined as a peer dependency of the <CKEditor> component in your integration.

Other changes

  • Upgraded dependencies to fix vulnerability issues. (commit)
23Next
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc