v45.0.0
Note
The release channel for this release is next
.
MAJOR BREAKING CHANGES ℹ️
- release-tools: The
verifyPackagesPublishedCorrectly()
function is no longer available. Consider using thepublishPackages()
function, which includes its responsibility. - transifex: Removed the
@ckeditor/ckeditor5-dev-transifex
package as it is no longer used. - translations: The
cleanPoFileContent()
andcreateDictionaryFromPoFileContent()
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 theoptions.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 thepublishPackages()
task. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-bump-year: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-ci: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-dependency-checker: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-docs: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-release-tools: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-stale-bot: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-tests: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-translations: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-utils: v44.2.1 => v45.0.0
- @ckeditor/ckeditor5-dev-web-crawler: v44.2.1 => v45.0.0
- @ckeditor/typedoc-plugins: v44.2.1 => v45.0.0