Skip to content

Releases: ckeditor/ckeditor5-dev

v44.0.0 (next)

02 Oct 10:49
Compare
Choose a tag to compare
v44.0.0 (next) Pre-release
Pre-release

Warning

Due to an unforeseen impact on integrators, we decided to switch the release channel to next. Version 43.0.0 remains the latest stable release.

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:

v44.0.0-alpha.5

24 Sep 09:29
Compare
Choose a tag to compare
v44.0.0-alpha.5 Pre-release
Pre-release

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:

v44.0.0-alpha.4

24 Sep 07:04
Compare
Choose a tag to compare
v44.0.0-alpha.4 Pre-release
Pre-release

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:

v44.0.0-alpha.3

23 Sep 18:29
Compare
Choose a tag to compare
v44.0.0-alpha.3 Pre-release
Pre-release

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:

v44.0.0-alpha.2

23 Sep 12:38
Compare
Choose a tag to compare
v44.0.0-alpha.2 Pre-release
Pre-release

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:

v44.0.0-alpha.1

23 Sep 10:56
Compare
Choose a tag to compare
v44.0.0-alpha.1 Pre-release
Pre-release

Features

Other changes

  • Almost all dependencies of ckeditor5-dev-* packages have been bumped to their latest versions. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v44.0.0-alpha.0

20 Sep 10:52
Compare
Choose a tag to compare
v44.0.0-alpha.0 Pre-release
Pre-release

MAJOR BREAKING CHANGES ℹ️

Other changes

  • The CKEditor 5 Dev packages are now ESM.
  • 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.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v43.0.0

09 Sep 06:15
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • utils: The git and workspace objects are no longer exported from the package. Also, the following functions are no longer available in the tools object:
    • isDirectory()
    • isFile()
    • isSymlink()
    • sortObject()
    • readPackageName()
    • npmInstall()
    • npmUninstall()
    • npmUpdate()
    • copyTemplateFile()
    • copyFile()
    • getGitUrlFromNpm()
    • removeSymlink()
    • clean()

Other changes

  • dependency-checker: The dependency checker analyzes dependencies by including the lib/ and bin/ directories as production code. (commit)
  • utils: Removed several utilities functions non-used in the CKEditor 5 environment. (commit)
  • Added several missing dependencies and devDependencies in packages. Also, removed non-used ones. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v43.0.0-alpha.0

02 Sep 09:26
Compare
Choose a tag to compare
v43.0.0-alpha.0 Pre-release
Pre-release

MAJOR BREAKING CHANGES ℹ️

  • utils: The git and workspace objects are no longer exported from the package. Also, the following functions are no longer available in the tools object:
    • isDirectory()
    • isFile()
    • isSymlink()
    • sortObject()
    • readPackageName()
    • npmInstall()
    • npmUninstall()
    • npmUpdate()
    • copyTemplateFile()
    • copyFile()
    • getGitUrlFromNpm()
    • removeSymlink()
    • clean()

Other changes

  • dependency-checker: The dependency checker analyzes dependencies by including the lib/ and bin/ directories as production code. (commit)
  • utils: Removed several utilities functions non-used in the CKEditor 5 environment. (commit)
  • Added several missing dependencies and devDependencies in packages. Also, removed non-used ones. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v42.1.0

29 Aug 10:13
Compare
Choose a tag to compare

Features

  • build-tools: Introduced a new loadSourcemaps plugin for loading source maps of external dependencies. (commit)

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases: