Releases: ckeditor/ckeditor5-integrations-common
Releases · ckeditor/ckeditor5-integrations-common
v2.2.0
Features
- Added the
createCustomCdnUrl
configuration option to override default CKEditor 5 Cloud CDN URLs inloadCKEditorCloud
. (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)
v2.1.0
Features
- Better error messages in
loadCKEditorCloud
. It now detects existing editor installations and gives migration info from NPM to CDN. (commit)
Bug fixes
v2.0.0
BREAKING CHANGES
- The
languages
configuration property has been renamed totranslations
inloadCKEditorCloud
.
Features
- Add the
crossorigin=anonymous
attribute to all CDN resource tags to prevent CORS issues. Closes #30. (commit) - Add the
injectedHtmlElementsAttributes
attribute to theloadCKEditorCloud
configuration, allowing the addition ofnonce
and other custom attributes to injected elements. (commit) CKEditorCloudResult
now returns more narrowly typed attributes forCKBox
andCKEditorPremiumFeatures
, taking into accountCKEditorCloudConfig
. Closes #24. (commit)- The
en
language is no longer loaded when passed intranslations
as it is prebundled. (commit)
Bug fixes
- Rename the
languages
configuration property totranslations
inloadCKEditorCloud
. (commit)
v1.0.0
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)