Skip to content

Releases: ckeditor/ckeditor5-dev

v45.0.8

30 Oct 08:43
Compare
Choose a tag to compare

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:

v45.0.7

29 Oct 08:28
Compare
Choose a tag to compare

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:

v45.0.6

28 Oct 08:46
Compare
Choose a tag to compare

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:

v45.0.5

25 Oct 11:38
Compare
Choose a tag to compare

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:

v45.0.4

25 Oct 10:09
Compare
Choose a tag to compare

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:

v45.0.3

25 Oct 09:45
Compare
Choose a tag to compare

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:

v45.0.2

25 Oct 06:27
Compare
Choose a tag to compare

Note

The release channel for this release is next.

Bug fixes

  • translations: Fixed the synchronizeTranslations() function to fill new translation entries for English in en.po with texts collected from the source code. (commit)

Other changes

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v45.0.1

23 Oct 06:40
Compare
Choose a tag to compare

Note

The release channel for this release is next.

Bug fixes

  • translations: Align the number of plural forms to plural forms defined by a language in the synchronizeTranslations() function. (commit)

Other changes

  • release-tools: The commitAndTag() function understands a new parameter called skipCi. By default, release commits will not trigger a new workflow on CI. This behavior can be disabled when passing the false value. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v45.0.0

22 Oct 08:23
Compare
Choose a tag to compare

Note

The release channel for this release is next.

MAJOR BREAKING CHANGES ℹ️

  • release-tools: The verifyPackagesPublishedCorrectly() function is no longer available. Consider using the publishPackages() function, which includes its responsibility.
  • transifex: Removed the @ckeditor/ckeditor5-dev-transifex package as it is no longer used.
  • translations: The cleanPoFileContent() and createDictionaryFromPoFileContent() functions are no longer available due to removal integration with the Transifex service.

Features

  • translations: Introduced moveTranslations() function to move requested translations between packages. It removes contexts and translated messages from language files (*.po files) from the source package and adds (or overwrites) them in the destination package. (commit)
  • translations: Introduced synchronizeTranslations() function to synchronize translations (stored in *.po files in packages) with context files. It validates translation contexts against the source messages and performs synchronization by removing unused entries, adding missing entries, and creating missing *.po files. If the options.validateOnly flag is set, no translation files are updated, and only validation is performed. (commit)

Other changes

  • release-tools: The verifyPackagesPublishedCorrectly() task is no longer available as its responsibility has been merged into the publishPackages() task. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases:

v44.2.1

17 Oct 11:58
Compare
Choose a tag to compare

Note

The release channel for this release is next.

Bug fixes

  • release-tools: The getNpmTagFromVersion() function handles internal releases correctly. (commit)

Released packages

Check out the Versioning policy guide for more information.

Released packages (summary)

Other releases: