v25.4.0
Features
-
webpack-plugin: Introduced several new options that improve the output files produced by the plugin. (commit)
New options:
corePackageContextsResourcePath
- (optional) a path to the file where all translation contexts are specified for theckeditor5-core
package. Defaults to'@ckeditor/ckeditor5-core/lang/contexts.json'
.includeCorePackageTranslations
- (optional) a flag that determines whether all translations found in the core package should be added to the output bundle file. If set totrue
, translations from the core package will be saved even if they are not used in the source code (*.js files). Defaults tofalse
.skipPluralFormFunction
- (optional) a flag that determines whether thegetPluralForm()
function should not be added in the output bundle file. Defaults tofalse
.
Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-utils: v25.3.1 => v25.4.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.3.1 => v25.4.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.3.1 => v25.4.0
- @ckeditor/ckeditor5-dev-env: v25.3.1 => v25.4.0
- @ckeditor/ckeditor5-dev-tests: v25.3.1 => v25.4.0
- @ckeditor/jsdoc-plugins: v25.3.1 => v25.4.0