Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ckeditor/ckeditor5-integrations-common

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckeditor/ckeditor5-integrations-common - npm Package Versions

2.2.1

Diff

ckeditor
published 2.2.0 •

Changelog

Source

2.2.0 (2024-10-29)

Features

  • Added the createCustomCdnUrl configuration option to override default CKEditor 5 Cloud CDN URLs in loadCKEditorCloud. (commit)
  • Added support for passing a translations list for CKBox in the configuration for loadCKEditorCloud. (commit)
  • Improved detection of already installed versions of the editor. (commit)
ckeditor
published 2.1.0 •

Changelog

Source

2.1.0 (2024-09-26)

Features

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

Bug fixes

  • ckeditor5-premium-features is no longer required to be installed. It should no longer raise TypeScript compilation errors while using this package with tsconfig.json file with skipLibCheck: false option. (commit)
  • Removed aliases in src/ files to fix incorrect .d.ts output. (commit)
ckeditor
published 2.0.0 •

Changelog

Source

2.0.0 (2024-09-12)

BREAKING CHANGES

  • The languages configuration property has been renamed to translations in loadCKEditorCloud.

Features

  • Add the crossorigin=anonymous attribute to all CDN resource tags to prevent CORS issues. Closes https://github.com/ckeditor/ckeditor5-integrations-common/issues/30. (commit)
  • Add the injectedHtmlElementsAttributes attribute to the loadCKEditorCloud configuration, allowing the addition of nonce and other custom attributes to injected elements. (commit)
  • CKEditorCloudResult now returns more narrowly typed attributes for CKBox and CKEditorPremiumFeatures, taking into account CKEditorCloudConfig. Closes #24. (commit)
  • The en language is no longer loaded when passed in translations as it is prebundled. (commit)

Bug fixes

  • Rename the languages configuration property to translations in loadCKEditorCloud. (commit)
ckeditor
published 1.0.0 •

Changelog

Source

1.0.0 (2024-09-04)

We are happy to announce the first stable release of @ckeditor/ckeditor5-integrations-common, a package containing utility modules for integrating with CKEditor 5.

Below, you can find changes compared to the latest non-stable release.

Features

  • CSS scripts are now injected at the beginning of the document head, allowing for easier overriding of editor styles. (commit)

Bug fixes

  • Ensure that preload link tags are injected before stylesheet link tags. (commit)
ckeditor
published 0.2.1 •

Changelog

Source

0.2.1 (2024-08-27)

Bug fixes

  • Export missing CdnPluginsPacks typing, which is used in integrations. (commit)
ckeditor
published 0.2.0 •

Changelog

Source

0.2.0 (2024-08-27)

Bug fixes

  • No longer raise export modifier cannot be applied to ambient modules error on older TS versions. (commit)

Features

The API interface of the loadCKEditorCloud method has been simplified, and the ability to specify the CKBox theme has been added. (commit)

ckeditor
published 0.1.1 •

Changelog

Source

0.1.1 (2024-08-20)

Bug fixes

  • Add missing CKEditor window variables to the final index.d.ts bundle. (commit)
ckeditor
published 0.1.0 •

Changelog

Source

0.1.0 (2024-08-20)

Features

The initial version of the cloud integration utils implementation. (commit)

ckeditor
published 0.0.1 •

Changelog

Source

0.0.1 (2024-08-19)

This is an initial package for development purposes. It does not contain code yet.

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