@ckeditor/ckeditor5-integrations-common
Advanced tools
Changelog
2.2.0 (2024-10-29)
createCustomCdnUrl
configuration option to override default CKEditor 5 Cloud CDN URLs in loadCKEditorCloud
. (commit)loadCKEditorCloud
. (commit)Changelog
2.0.0 (2024-09-12)
languages
configuration property has been renamed to translations
in loadCKEditorCloud
.crossorigin=anonymous
attribute to all CDN resource tags to prevent CORS issues. Closes https://github.com/ckeditor/ckeditor5-integrations-common/issues/30. (commit)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)en
language is no longer loaded when passed in translations
as it is prebundled. (commit)languages
configuration property to translations
in loadCKEditorCloud
. (commit)Changelog
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.