Skip to content

Latest commit

 

History

History
174 lines (122 loc) · 13.3 KB

CHANGELOG.md

File metadata and controls

174 lines (122 loc) · 13.3 KB

Changelog

45.0.9 (2024-12-19)

Bug fixes

  • build-tools: Always enable the TypeScript plugin, even when declarations is set to false. 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 valid file:// protocol URL. Now, the worker script is always imported using file:// protocol URL. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

45.0.8 (2024-10-30)

Note

The release channel for this release is next.

Bug fixes

  • translations: Added support for providing options.cwd parameter to synchronizeTranslations() and moveTranslations() functions. This options.cwd (or process.cwd() if not set) is used to resolve paths to packages. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

45.0.7 (2024-10-29)

Note

The release channel for this release is next.

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

45.0.6 (2024-10-28)

Note

The release channel for this release is next.

Bug fixes

  • 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)

Other changes

  • release-tools: Increased the attempts limit from 3 to 5. (commit)
  • release-tools: Created a decorated version of utils (manifest(), packument()) exposed by the pacote package. It prevents from using any cache when checking the npm registry. Direct calls have been replaced with the decorated version. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

45.0.5 (2024-10-25)

Note

The release channel for this release is next.

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:


To see all releases, visit the release page.