Skip to content

v2.0.0

Compare
Choose a tag to compare
@CKEditorBot CKEditorBot released this 12 Sep 11:50
· 36 commits to master since this release

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)