Skip to content

Releases: ckeditor/ckeditor5-dev

v31.1.2

20 Oct 10:47
Compare
Choose a tag to compare

Bug fixes

Other changes

  • utils: The CKEditorWebpackPlugin is added to the webpack configuration for DLL builds only when the lang/ directory is present in the package directory. Closes ckeditor/ckeditor5#12584. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v31.1.1

07 Oct 05:53
Compare
Choose a tag to compare

Bug fixes

  • tests: Disabled watch mode for building manual tests when no files are provided. Closes ckeditor/ckeditor5#12189. (commit)
  • tests: Debugging of manual tests should properly display TypeScript files. Debugging of automatic tests should remove the 'istanbul-instrumenter-loader' if the 'coverage' reporter was disabled by 'karma-config-overrides'. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v31.1.0

19 Sep 10:21
Compare
Choose a tag to compare

Features

  • tests: The manual test server will detect whether DLL builds are required when compiling manual tests. If so, it asks a user whether to build them before starting to compile tests. Closes ckeditor/ckeditor5#12190. (commit)

  • tests: Added the --dll and --no-dll flags to the manual test server. Both are optional and allow avoiding asking whether to build DLL files. When passing --dll, the script will build them automatically. When passing --no-dll, the process of building DLLs will not be triggered.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v31.0.0

09 Sep 10:04
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • tests: Changed syntax in the --files option for tests used to compile tests from a specific directory. Now, it requires a slash at the end.
  • tests: Removed option of using simplified glob in filename option for tests.

Features

Bug fixes

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v30.5.0

01 Sep 11:12
Compare
Choose a tag to compare

Features

  • env: Added a new check during the release process that verifies if all required files exist in a package directory before releasing a package on npm. (commit)
  • tests: Added the --resolve-js-first option that prioritizes loading *.js over *.ts files for automated tests. (commit)
  • tests: Added the --cache option that enables webpack cache for automated tests. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v30.4.0

04 Aug 07:06
Compare
Choose a tag to compare

Features

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v30.3.5

23 Jul 09: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:

v30.3.4

21 Jul 07:33
Compare
Choose a tag to compare

Bug fixes

  • tests: Override compiler options when processing test files to avoid errors when modifying source files when the watcher mode is enabled. Both tasks use noEmit=false. Additionally, for manual tests use noEmitOnError=false. For automated tests, use noEmitOnError=true to avoid running tests when the TypeScript compilator ends with an error Closes ckeditor/ckeditor5#12111. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v30.3.3

20 Jul 09:59
Compare
Choose a tag to compare

Bug fixes

Other changes

  • env: Renaming the entry point extension from ".ts" to ".js" in the main field in the package.json files for each package written in TypeScript before the package is published to npm. After publishing, the original extension is restored. Closes ckeditor/ckeditor5#12038. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v30.3.2

06 Jul 07:48
Compare
Choose a tag to compare

Other changes

  • env: Added new method getResourceTranslations() in lib/translations/transifex-service.js for fetching all current translations from Transifex for specified resource and language. (commit)
  • env: Exposed new method isSourceLanguage() in lib/translations/transifex-service.js that checks if the specified language is the source language (English). (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases: