Skip to content

Latest commit

 

History

History
195 lines (143 loc) · 17.5 KB

CHANGELOG.md

File metadata and controls

195 lines (143 loc) · 17.5 KB

Changelog

44.0.0 (2024-10-02)

MAJOR BREAKING CHANGES ℹ️

Features

Bug fixes

Other changes

  • The CKEditor 5 Dev packages are now ESM. (commit)
  • The @ckeditor/jsdoc-plugins package is no longer available as CKEditor 5 documentation uses TypeScript sources to prepare API docs. The package is no longer use by us anywhere. Hence, we decided to remove a dead code. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

44.0.0-alpha.5 (2024-09-24)

Other changes

  • web-crawler: Restored the previous version of the "puppeteer" package as the latest version is not too stable. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

44.0.0-alpha.4 (2024-09-24)

Bug fixes

  • tests: Prevent crashing the manual test server when reading a non-existing file due to an "ERR_HTTP_HEADERS_SENT" Node.js error. (commit)
  • web-crawler: Use jsonValue() method to get the serialized arguments instead of calling evaluate() method, which may cause unhandled rejection due to destroyed context. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

44.0.0-alpha.3 (2024-09-23)

Other changes

  • tests: Downgrade the "sinon" package as it is not compatible with current CKEditor 5 tests. (commit)
  • web-crawler: Aligned internals to the latest Puppeteer API. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

44.0.0-alpha.2 (2024-09-23)

Other changes

  • docs: Support for passing an array of files to ignore when preparing API. (commit)
  • tests: Restored the previous version of Chai and sinon-chai packages due to issues with processing ESM in Karma. (commit)
  • Use the "2021" edition as a default preset for CKEditor 5 files (postcss-nesting). (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:


To see all releases, visit the release page.