Skip to content

v25.4.0

Compare
Choose a tag to compare
@pomek pomek released this 12 Aug 06:23
· 2119 commits to master since this release

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 the ckeditor5-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 to true, translations from the core package will be saved even if they are not used in the source code (*.js files). Defaults to false.
    • skipPluralFormFunction- (optional) a flag that determines whether the getPluralForm() function should not be added in the output bundle file. Defaults to false.

Other changes

  • utils: The webpack configuration for DLL builds now produces the translation files. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Releases containing new features:

Other releases: