Releases: ckeditor/ckeditor5-integrations-common
Releases · ckeditor/ckeditor5-integrations-common
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Features
- Added the
createCustomCdnUrlconfiguration 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
languagesconfiguration property has been renamed totranslationsinloadCKEditorCloud.
Features
- Add the
crossorigin=anonymousattribute to all CDN resource tags to prevent CORS issues. Closes #30. (commit) - Add the
injectedHtmlElementsAttributesattribute to theloadCKEditorCloudconfiguration, allowing the addition ofnonceand other custom attributes to injected elements. (commit) CKEditorCloudResultnow returns more narrowly typed attributes forCKBoxandCKEditorPremiumFeatures, taking into accountCKEditorCloudConfig. Closes #24. (commit)- The
enlanguage is no longer loaded when passed intranslationsas it is prebundled. (commit)
Bug fixes
- Rename the
languagesconfiguration property totranslationsinloadCKEditorCloud. (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)