Releases: ckeditor/ckeditor5-dev
v25.1.0
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:
- @ckeditor/ckeditor5-dev-docs: v25.0.0 => v25.1.0
Other releases:
- @ckeditor/ckeditor5-dev-env: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-tests: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-utils: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.0.0 => v25.1.0
- @ckeditor/jsdoc-plugins: v25.0.0 => v25.1.0
v25.0.0
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:
- @ckeditor/ckeditor5-dev-docs: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-env: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-tests: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-utils: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.2 => v25.0.0
- @ckeditor/jsdoc-plugins: v24.4.2 => v25.0.0
v24.4.2
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:
- @ckeditor/ckeditor5-dev-docs: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-env: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-tests: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-utils: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.1 => v24.4.2
- @ckeditor/jsdoc-plugins: v24.4.1 => v24.4.2
v24.4.1
Bug fixes
- tests: Added the focus style for the colapse button in the manual tests template. Closes ckeditor/ckeditor5#7987. (commit)
Other changes
- tests: Added the
--silent
flag to the manual test server that allows hiding names of the processed files. Closes ckeditor/ckeditor5#9220. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-env: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-tests: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-utils: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.0 => v24.4.1
- @ckeditor/jsdoc-plugins: v24.4.0 => v24.4.1
v24.4.0
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:
- @ckeditor/ckeditor5-dev-tests: v24.3.0 => v24.4.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-env: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-utils: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.3.0 => v24.4.0
- @ckeditor/jsdoc-plugins: v24.3.0 => v24.4.0
v24.3.0
Features
- webpack-plugin: Support for Webpack 5. The plugin will also work with Webpack 4. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-env: v24.2.0 => v24.3.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.2.0 => v24.3.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.2.0 => v24.3.0
- @ckeditor/ckeditor5-dev-tests: v24.2.0 => v24.3.0
- @ckeditor/ckeditor5-dev-utils: v24.2.0 => v24.3.0
- @ckeditor/jsdoc-plugins: v24.2.0 => v24.3.0
v24.2.0
Features
- env: The
bumpVersions()
function can read the changelog file from an external directory (usingoptions.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 (usingoptions.skipUpdatingDependencies
which isfalse
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:
- @ckeditor/ckeditor5-dev-env: v24.1.0 => v24.2.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.1.0 => v24.2.0
- @ckeditor/ckeditor5-dev-tests: v24.1.0 => v24.2.0
- @ckeditor/ckeditor5-dev-utils: v24.1.0 => v24.2.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.1.0 => v24.2.0
- @ckeditor/jsdoc-plugins: v24.1.0 => v24.2.0
v24.1.0
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:
- @ckeditor/ckeditor5-dev-env: v24.0.2 => v24.1.0
- @ckeditor/ckeditor5-dev-utils: v24.0.2 => v24.1.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.0.2 => v24.1.0
- @ckeditor/ckeditor5-dev-tests: v24.0.2 => v24.1.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.0.2 => v24.1.0
- @ckeditor/jsdoc-plugins: v24.0.2 => v24.1.0
v24.0.2
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.
- Added a flag
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.0.1 => v24.0.2
- @ckeditor/ckeditor5-dev-env: v24.0.1 => v24.0.2
- @ckeditor/ckeditor5-dev-tests: v24.0.1 => v24.0.2
- @ckeditor/ckeditor5-dev-utils: v24.0.1 => v24.0.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.0.1 => v24.0.2
- @ckeditor/jsdoc-plugins: v24.0.1 => v24.0.2
v24.0.1
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:
- @ckeditor/ckeditor5-dev-docs: v24.0.0 => v24.0.1
- @ckeditor/ckeditor5-dev-env: v24.0.0 => v24.0.1
- @ckeditor/ckeditor5-dev-tests: v24.0.0 => v24.0.1
- @ckeditor/ckeditor5-dev-utils: v24.0.0 => v24.0.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.0.0 => v24.0.1
- @ckeditor/jsdoc-plugins: v24.0.0 => v24.0.1