v55.4.0
Features
-
tests: The manual test server now automatically finds a free port at startup. When the preferred port (default 8125) is already in use, the server tries subsequent ports until an available one is found. The
--portoption can be used to set the starting port. -
typedoc-plugins: Added the
typeDocExperimentalTagFixerTypeDoc plugin that prevents the@experimentalmodifier tag from being cascaded to class members that do not explicitly document experimental behavior.Previously, when a class had
@experimental, TypeDoc propagated the modifier to all its children (constructors, methods, properties, and synthetic observable events), causing them to appear experimental in the output even when they were not. The new plugin removes the@experimentalmodifier from any member that lacks an explicit@xperimentalannotation in its JSDoc summary.
Other changes
-
docs, typedoc-plugins: Preserved
@experimentalmodifier tags in TypeDoc JSON output, including synthetic events generated from@observableannotations.This allows downstream documentation tools to recognize experimental API items and display dedicated badges.
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-tests: v55.3.1 => v55.4.0
- @ckeditor/typedoc-plugins: v55.3.1 => v55.4.0
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-bump-year: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-changelog: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-ci: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-dependency-checker: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-docs: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-license-checker: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-release-tools: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-stale-bot: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-translations: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-utils: v55.3.1 => v55.4.0
- @ckeditor/ckeditor5-dev-web-crawler: v55.3.1 => v55.4.0