wiris / html-integrations

The official JavaScript library for MathType, the leading formula editor and equation writer for the web by Wiris
https://wiris.com/solutions/integrations/html-editors/
MIT License
76 stars 53 forks source link

Update `exports` in `package.json` and bump `ckeditor5` and `ckeditor5-dev-build-tools` packages. #998

Closed pszczesniak closed 2 weeks ago

pszczesniak commented 1 month ago

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:

  1. 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.
  2. 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.


Closes #X (Associated GitHub issue, if any)

#taskid X (Associated Kanbanize card, if any)

pszczesniak commented 1 month ago

CKEditor5 v43.0.0 has been released.