Releases: ckeditor/ckeditor5-dev
v25.4.5
Bug fixes
- env: The
releaseSubRepositories()
task does not check the npm version if a package will not be published anyway. Closes ckeditor/ckeditor5#10639. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.4.4 => v25.4.5
- @ckeditor/ckeditor5-dev-env: v25.4.4 => v25.4.5
- @ckeditor/ckeditor5-dev-tests: v25.4.4 => v25.4.5
- @ckeditor/ckeditor5-dev-utils: v25.4.4 => v25.4.5
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.4.4 => v25.4.5
- @ckeditor/jsdoc-plugins: v25.4.4 => v25.4.5
v25.4.4
Bug fixes
- env: The
getPackagesToRelease()
function handles pre-release versions properly. Closes ckeditor/ckeditor5#10583. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.4.3 => v25.4.4
- @ckeditor/ckeditor5-dev-env: v25.4.3 => v25.4.4
- @ckeditor/ckeditor5-dev-tests: v25.4.3 => v25.4.4
- @ckeditor/ckeditor5-dev-utils: v25.4.3 => v25.4.4
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.4.3 => v25.4.4
- @ckeditor/jsdoc-plugins: v25.4.3 => v25.4.4
v25.4.3
Other changes
- tests: Added in the Karma configuration a list of available plugins to avoid an error related to loading a non-registered plugin. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.4.2 => v25.4.3
- @ckeditor/ckeditor5-dev-env: v25.4.2 => v25.4.3
- @ckeditor/ckeditor5-dev-tests: v25.4.2 => v25.4.3
- @ckeditor/ckeditor5-dev-utils: v25.4.2 => v25.4.3
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.4.2 => v25.4.3
- @ckeditor/jsdoc-plugins: v25.4.2 => v25.4.3
v25.4.2
Bug fixes
- env: The "generateChangelog()" util will not crash when merging "Updated translations." commits found in the private repositories. Closes ckeditor/ckeditor5#10445. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.4.1 => v25.4.2
- @ckeditor/ckeditor5-dev-env: v25.4.1 => v25.4.2
- @ckeditor/ckeditor5-dev-tests: v25.4.1 => v25.4.2
- @ckeditor/ckeditor5-dev-utils: v25.4.1 => v25.4.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.4.1 => v25.4.2
- @ckeditor/jsdoc-plugins: v25.4.1 => v25.4.2
v25.4.1
Bug fixes
- utils: The
tools.clean()
function will resolve paths correctly on Windows environments. Closes ckeditor/ckeditor5#10141. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.4.0 => v25.4.1
- @ckeditor/ckeditor5-dev-env: v25.4.0 => v25.4.1
- @ckeditor/ckeditor5-dev-tests: v25.4.0 => v25.4.1
- @ckeditor/ckeditor5-dev-utils: v25.4.0 => v25.4.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.4.0 => v25.4.1
- @ckeditor/jsdoc-plugins: v25.4.0 => v25.4.1
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
v25.3.1
Other changes
-
docs: The web-crawler configuration now allows ignoring HTTPS errors. (commit)
New options:
ignoreHTTPSErrors
- (optional) a flag passed to the browser creator that allows ignoring HTTPS errors (e.g., when validating over HTTPS with a self-signed certificate). Defaults tofalse
.
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.3.0 => v25.3.1
- @ckeditor/ckeditor5-dev-env: v25.3.0 => v25.3.1
- @ckeditor/ckeditor5-dev-tests: v25.3.0 => v25.3.1
- @ckeditor/ckeditor5-dev-utils: v25.3.0 => v25.3.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.3.0 => v25.3.1
- @ckeditor/jsdoc-plugins: v25.3.0 => v25.3.1
v25.3.0
Features
- jsdoc-plugins: Allowed DOMRect as a valid type in API docs. Closes ckeditor/ckeditor5#10216. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/jsdoc-plugins: v25.2.6 => v25.3.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.6 => v25.3.0
- @ckeditor/ckeditor5-dev-env: v25.2.6 => v25.3.0
- @ckeditor/ckeditor5-dev-tests: v25.2.6 => v25.3.0
- @ckeditor/ckeditor5-dev-utils: v25.2.6 => v25.3.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.6 => v25.3.0
v25.2.6
Bug fixes
- tests: Prevented
isDevDependency()
function from reading "theme" word from theckeditor5-theme-lark
package name. See ckeditor/ckeditor5#9998. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.5 => v25.2.6
- @ckeditor/ckeditor5-dev-env: v25.2.5 => v25.2.6
- @ckeditor/ckeditor5-dev-tests: v25.2.5 => v25.2.6
- @ckeditor/ckeditor5-dev-utils: v25.2.5 => v25.2.6
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.5 => v25.2.6
- @ckeditor/jsdoc-plugins: v25.2.5 => v25.2.6
v25.2.5
Other changes
- env: Set the proper exit code when found an error when collecting translations. Closes ckeditor/ckeditor5#10123. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.4 => v25.2.5
- @ckeditor/ckeditor5-dev-env: v25.2.4 => v25.2.5
- @ckeditor/ckeditor5-dev-tests: v25.2.4 => v25.2.5
- @ckeditor/ckeditor5-dev-utils: v25.2.4 => v25.2.5
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.4 => v25.2.5
- @ckeditor/jsdoc-plugins: v25.2.4 => v25.2.5