2.2.1 (2024-11-04)
- Add testing versions support to injector. (commit)
2.2.0 (2024-10-29)
- 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)
2.1.0 (2024-09-26)
- Better error messages in
loadCKEditorCloud
. It now detects existing editor installations and gives migration info from NPM to CDN. (commit)
ckeditor5-premium-features
is no longer required to be installed. It should no longer raise TypeScript compilation errors while using this package withtsconfig.json
file withskipLibCheck: false
option. (commit)- Removed aliases in
src/
files to fix incorrect.d.ts
output. (commit)
2.0.0 (2024-09-12)
- The
languages
configuration property has been renamed totranslations
inloadCKEditorCloud
.
- 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)
- Rename the
languages
configuration property totranslations
inloadCKEditorCloud
. (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.
- CSS scripts are now injected at the beginning of the document head, allowing for easier overriding of editor styles. (commit)
- Ensure that preload link tags are injected before stylesheet link tags. (commit)
0.2.1 (2024-08-27)
- Export missing
CdnPluginsPacks
typing, which is used in integrations. (commit)
0.2.0 (2024-08-27)
- No longer raise
export modifier cannot be applied to ambient modules
error on older TS versions. (commit)
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)
- Add missing CKEditor window variables to the final
index.d.ts
bundle. (commit)
0.1.0 (2024-08-20)
The initial version of the cloud integration utils implementation. (commit)
This is an initial package for development purposes. It does not contain code yet.