Skip to content

Releases: ckeditor/ckeditor5-dev

v30.1.1

12 Apr 09:34
Compare
Choose a tag to compare

Internal changes only (updated dependencies, documentation, etc.).

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v30.1.0

30 Mar 08:47
Compare
Choose a tag to compare

Features

  • docs: Web crawler shows the full console error that has been captured. Closes ckeditor/ckeditor5#11505. (commit)
  • docs: Web crawler listens to the unhandledRejection errors and marks the script execution as failed. (commit)

Other changes

  • docs: Web crawler can now properly serialize objects and iterables that are passed to the console. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v30.0.1

22 Mar 14:15
Compare
Choose a tag to compare

Other changes

  • utils: Removed the invalid "postcss" package defined as "peerDependencies". (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v30.0.0

22 Mar 11:58
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • utils: Upgraded the postcss version to 8 and marked the package as peer dependency instead of dependency. Starting from this version, when using the @ckeditor/ckeditor5-dev-utils, you need to manually install the postcss dependency.

Features

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v29.0.2

18 Mar 10:39
Compare
Choose a tag to compare

Other changes

  • Downgraded the previous version of the sinon dependency due to errors while executing tests in CKEditor 5. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v29.0.1

18 Mar 08:25
Compare
Choose a tag to compare

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v29.0.0

18 Mar 06:51
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • env: The url option for uploadPotFiles() and downloadTranslations() is not supported anymore. Instead, use organizationName and projectName that represent organization and project names.
  • env: The uploadPotFiles() task does not read anything from the file system automatically (removed the translationsDirectory option). A developer must pass the cwd option, which points to the project's root directory. Also, the packages map is required, which defines which packages should be processed. Keys in the map represent package names, while their values point to directories where to look for translation sources.

Features

  • env: Tools for translations use the latest version of the Transifex API (3.0). Improved the UI - these scripts print updates whenever a new step of the process starts. (commit)
  • env: The upload() and download() scripts stores resources that could not be processed (e.g., due to network issues). Only packages that failed during the previous run will be processed when re-running. (commit)

Bug fixes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v28.1.1

03 Mar 07:28
Compare
Choose a tag to compare

Bug fixes

  • tests: Karma integrated with the IntelliJ IDE rebuilds the test bundle when detecting a change. (commit)
  • tests: Paths to files are clickable from a console if a test fails. (commit)
  • tests: Karma should not execute the test bundle twice when detecting a change (a macOS case). (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v28.1.0

25 Feb 07:49
Compare
Choose a tag to compare

Features

  • tests: Added --identity-file (-i) option for automated tests. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v28.0.4

17 Feb 14:40
Compare
Choose a tag to compare

Bug fixes

  • env: Added the missing "webpack" dependency in "package.json" which is a peer dependency of the @ckeditor/ckeditor5-dev-utils package. Closes ckeditor/ckeditor5#11300. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases: