Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 4.89 KB

CHANGELOG.md

File metadata and controls

82 lines (41 loc) · 4.89 KB

Changelog

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)

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

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)

0.2.1 (2024-08-27)

Bug fixes

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

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)

0.1.1 (2024-08-20)

Bug fixes

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

0.1.0 (2024-08-20)

Features

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

0.0.1 (2024-08-19)

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