Skip to content

Releases: ckeditor/ckeditor5-integrations-common

v2.1.0

26 Sep 08:09
Compare
Choose a tag to compare

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)

v2.0.0

12 Sep 11:50
Compare
Choose a tag to compare

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 #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)

v1.0.0

04 Sep 06:27
Compare
Choose a tag to compare

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)

v0.2.1

27 Aug 10:53
Compare
Choose a tag to compare

Bug fixes

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

v0.2.0

27 Aug 07:57
Compare
Choose a tag to compare

Features

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

Bug fixes

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

v0.1.1

20 Aug 10:33
Compare
Choose a tag to compare

Bug fixes

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

v0.1.0

20 Aug 08:23
Compare
Choose a tag to compare

Features

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