45.0.9 (2024-12-19)
- build-tools: Always enable the TypeScript plugin, even when
declarations
is set tofalse
. Fixes ckeditor/ckeditor5#17653. (commit) - release-tools: Fixed path calculation in
executeInParallel()
util that prepares a path to a dynamically imported worker script. Previously, it did not work in Windows, because there is a specific requirement that absolute path must be validfile://
protocol URL. Now, the worker script is always imported usingfile://
protocol URL. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-bump-year: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-ci: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-dependency-checker: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-docs: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-release-tools: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-stale-bot: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-tests: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-translations: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-utils: v45.0.8 => v45.0.9
- @ckeditor/ckeditor5-dev-web-crawler: v45.0.8 => v45.0.9
- @ckeditor/typedoc-plugins: v45.0.8 => v45.0.9
45.0.8 (2024-10-30)
Note
The release channel for this release is next
.
- translations: Added support for providing
options.cwd
parameter tosynchronizeTranslations()
andmoveTranslations()
functions. Thisoptions.cwd
(orprocess.cwd()
if not set) is used to resolve paths to packages. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-bump-year: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-ci: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-dependency-checker: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-docs: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-release-tools: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-stale-bot: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-tests: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-translations: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-utils: v45.0.7 => v45.0.8
- @ckeditor/ckeditor5-dev-web-crawler: v45.0.7 => v45.0.8
- @ckeditor/typedoc-plugins: v45.0.7 => v45.0.8
45.0.7 (2024-10-29)
Note
The release channel for this release is next
.
- release-tools: The
publishPackageOnNpmCallback()
util removes a package directory if npm says it was published. This reverts commita1b37c7
. Closes ckeditor/ckeditor5#17348. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-bump-year: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-ci: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-dependency-checker: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-docs: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-release-tools: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-stale-bot: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-tests: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-translations: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-utils: v45.0.6 => v45.0.7
- @ckeditor/ckeditor5-dev-web-crawler: v45.0.6 => v45.0.7
- @ckeditor/typedoc-plugins: v45.0.6 => v45.0.7
45.0.6 (2024-10-28)
Note
The release channel for this release is next
.
- release-tools: The
publishPackages()
task should not throw an error after trying to publish packages after reaching an attempted limit. Instead, it should verify if the last try was successfully completed and throw the error if it wasn't. Closes ckeditor/ckeditor5#17333. (commit)
- release-tools: Increased the attempts limit from 3 to 5. (commit)
- release-tools: Created a decorated version of utils (
manifest()
,packument()
) exposed by thepacote
package. It prevents from using any cache when checking the npm registry. Direct calls have been replaced with the decorated version. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-bump-year: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-ci: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-dependency-checker: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-docs: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-release-tools: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-stale-bot: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-tests: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-translations: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-utils: v45.0.5 => v45.0.6
- @ckeditor/ckeditor5-dev-web-crawler: v45.0.5 => v45.0.6
- @ckeditor/typedoc-plugins: v45.0.5 => v45.0.6
45.0.5 (2024-10-25)
Note
The release channel for this release is next
.
- release-tools: Slow down the
npm publish
command due to weird errors on CI. Closes ckeditor/ckeditor5#17331. (commit) - utils: Support for the
silent
logger mode. (commit)
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-bump-year: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-ci: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-dependency-checker: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-docs: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-release-tools: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-stale-bot: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-tests: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-translations: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-utils: v45.0.4 => v45.0.5
- @ckeditor/ckeditor5-dev-web-crawler: v45.0.4 => v45.0.5
- @ckeditor/typedoc-plugins: v45.0.4 => v45.0.5
To see all releases, visit the release page.