Skip to content

Releases: ckeditor/ckeditor5-dev

v25.1.0

19 May 06:20
Compare
Choose a tag to compare

Features

  • docs: Introduced a web crawler that allows verifying whether subpages under the specified URL can be opened without any errors. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v25.0.0

18 May 06:28
Compare
Choose a tag to compare

MAJOR BREAKING CHANGES ℹ️

  • utils: The webpack configuration returned by the builds.getDllPluginWebpackConfig() function will not export the default library (libraryExport) anymore. See ckeditor/ckeditor5#9134.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v24.4.2

16 Mar 16:05
Compare
Choose a tag to compare

Other changes

  • tests: Ability to disable mentioning an author of the commit in the Slack notification by specifying the environment variable (SLACK_NOTIFY_HIDE_AUTHOR="true"). Closes ckeditor/ckeditor5#9252. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v24.4.1

12 Mar 09:13
Compare
Choose a tag to compare

Bug fixes

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v24.4.0

08 Mar 09:14
Compare
Choose a tag to compare

Features

  • tests: The notify-travis-status script will mention an author of a commit that caused to fail the CI. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v24.3.0

01 Mar 12:00
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:

v24.2.0

16 Feb 12:41
Compare
Choose a tag to compare

Features

  • env: The bumpVersions() function can read the changelog file from an external directory (using options.changelogDirectory). Thanks to that, the private packages from the mono-repository can be released using a public changelog. (commit)
  • env: The bumpVersions() function allows skipping upgrading versions of dependencies between updated packages (using options.skipUpdatingDependencies which is false by default). (commit)

Bug fixes

  • env: Simplified a check whether a package was published on NPM in the releaseSubRepositories() function. (commit)
  • utils: A DLL-consumer package produced by webpack should be assigned to the window object. See ckeditor/ckeditor5#9039. (commit)

Other changes

  • env: The bumpVersions() function returns a promise with a collection that contains all updated packages. Previously the promise didn't resolve anything. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v24.1.0

01 Feb 13:54
Compare
Choose a tag to compare

Features

  • env: Support for collecting commits from additional mono-repositories in the generateChangelogForMonoRepository() function. (commit)
  • utils: Added a module (builds.getDllPluginWebpackConfig()) that produces the webpack configuration for DLL. See ckeditor/ckeditor5#8395. (commit)

Bug fixes

  • env: The "releaserepositories.js" script should not throw an error if the "options.customReleasesFiles" option is not specified. Closes ckeditor/ckeditor5#8932. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases:

v24.0.2

20 Jan 13:40
Compare
Choose a tag to compare

Other changes

  • tests: Minor improvements for the dependency checker that is exposed as a binary script by the @ckeditor/ckeditor5-dev-tests package (ckeditor5-dev-tests-check-dependencies). Closes ckeditor/ckeditor5#8862. (commit)

    • Added a flag --quiet that allows display logs only if found issues with dependencies,
    • If packages were not specified in arguments, all packages found in the packages/ directory will be checked by default.

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v24.0.1

19 Jan 09:35
Compare
Choose a tag to compare

Bug fixes

  • env: Changed packages in the generated changelog will be grouped properly by exact comparing their scopes instead of matching values. Closes ckeditor/ckeditor5#8596. (commit)
  • tests: Improved the dependency checker in detecting missing, unused, or misplaced packages from JS, CSS, and package.json files. Closes ckeditor/ckeditor5#8817. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases: