⚠️ This PR is a prepared to work with new release of CKEditor5 in v43.0.0 (that will be released within a dew days). ⚠️
What has changed:
The global names for the ckeditor5 and ckeditor5-premium-features packages in the UMD builds have been changed to CKEDITOR and CKEDITOR_PREMIUM_FEATURES, respectively.
Update the exports field in package.json to fix potential issues with loading CSS in older bundlers.
Steps to reproduce
If this PR solves a bug, include a short summary of the bug and the steps to reproduce it.
Description
⚠️ This PR is a prepared to work with new release of CKEditor5 in v43.0.0 (that will be released within a dew days). ⚠️
What has changed:
ckeditor5
andckeditor5-premium-features
packages in the UMD builds have been changed toCKEDITOR
andCKEDITOR_PREMIUM_FEATURES
, respectively.exports
field inpackage.json
to fix potential issues with loading CSS in older bundlers.Steps to reproduce
If this PR solves a bug, include a short summary of the bug and the steps to reproduce it.
Closes #X (Associated GitHub issue, if any)
#taskid X (Associated Kanbanize card, if any)