v44.0.0 (next)
Warning
Due to an unforeseen impact on integrators, we decided to switch the release channel to next
. Version 43.0.0 remains the latest stable release.
MAJOR BREAKING CHANGES ℹ️
- docs: The package uses only TypeDoc to build the documentation. The
build()
function no longer supportstype
property in the configuration. - docs: An array of ignored files must be specified as
ignoreFiles
instead of negating a glob pattern insourceFiles
. - tests: The IntelliJ Karma configuration path needs to be updated. Now, it ends with the
cjs
suffix instead ofjs
. - utils: The
builds.getDllPluginWebpackConfig()
function is now asynchronous now. - utils: The following functions from the
bundler
object are no longer available:createEntryFile()
,getEditorConfig()
,getPlugins()
. - utils: The following functions from the
stream
object are no longer available:isTestFile()
,isSourceFile()
,isJSFile()
. - utils: The
styles.themeLogger()
function is no longer exposed publicly. - The following packages have been converted to ESM. To load them, use an
import
statement instead ofrequire()
.@ckeditor/ckeditor5-dev-bump-year
@ckeditor/ckeditor5-dev-ci
@ckeditor/ckeditor5-dev-dependency-checker
@ckeditor/ckeditor5-dev-docs
@ckeditor/ckeditor5-dev-release-tools
@ckeditor/ckeditor5-dev-stale-bot
@ckeditor/ckeditor5-dev-tests
@ckeditor/ckeditor5-dev-transifex
@ckeditor/ckeditor5-dev-translations
@ckeditor/ckeditor5-dev-utils
@ckeditor/ckeditor5-dev-web-crawler
Features
- release-tools: Allow defining a main branch when generating the changelog entries. (commit)
Bug fixes
- release-tools: Passing an odd number as a value of the
concurrency
option will not crash theexecuteInParallel()
function. Closes ckeditor/ckeditor5#17025. (commit)
Other changes
- The CKEditor 5 Dev packages are now ESM. (commit)
- The
@ckeditor/jsdoc-plugins
package is no longer available as CKEditor 5 documentation uses TypeScript sources to prepare API docs. The package is no longer use by us anywhere. Hence, we decided to remove a dead code. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-bump-year: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-ci: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-dependency-checker: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-docs: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-release-tools: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-stale-bot: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-tests: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-transifex: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-translations: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-utils: v43.0.0 => v44.0.0
- @ckeditor/ckeditor5-dev-web-crawler: v43.0.0 => v44.0.0
- @ckeditor/typedoc-plugins: v43.0.0 => v44.0.0