v24.0.0
MAJOR BREAKING CHANGES ℹ️
- env: Renamed
options.packageJsonForEmptyReleases
tooptions.packageJsonForCustomReleases
in thereleaseSubRepositories()
function. - env: Renamed
options.emptyReleases
tooptions.customReleases
in thereleaseSubRepositories()
function.
Features
- env: The idea of having "emptyReleases" has been changed to "customReleases" that allows specifying which files from the original package should be copied. Introduced the
customReleasesFiles
option for thereleaseSubRepositories()
function. It allows specifying glob patterns of files that should be copied to the temporary directory from which the package will be published on npm. Closes ckeditor/ckeditor5#8616. (commit) - env: Added the "--include-external-directory" to the translations:collect task that allows checking packages located in the "external/" directory. See ckeditor/ckeditor5#7901. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Major releases (contain major breaking changes):
- @ckeditor/ckeditor5-dev-env: v23.6.1 => v24.0.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v23.6.1 => v24.0.0
- @ckeditor/ckeditor5-dev-tests: v23.6.1 => v24.0.0
- @ckeditor/ckeditor5-dev-utils: v23.6.1 => v24.0.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v23.6.1 => v24.0.0
- @ckeditor/jsdoc-plugins: v23.6.1 => v24.0.0