Releases: ckeditor/ckeditor5-dev
v25.2.4
Other changes
- tests: Set watermarks for code coverage reports so anything less than 100% is instantly visible. Closes ckeditor/ckeditor5#9956. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.3 => v25.2.4
- @ckeditor/ckeditor5-dev-env: v25.2.3 => v25.2.4
- @ckeditor/ckeditor5-dev-tests: v25.2.3 => v25.2.4
- @ckeditor/ckeditor5-dev-utils: v25.2.3 => v25.2.4
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.3 => v25.2.4
- @ckeditor/jsdoc-plugins: v25.2.3 => v25.2.4
v25.2.3
Bug fixes
- tests: Fixed a faulty regexp that did not care about Windows environments for manual tests. Closes ckeditor/ckeditor5#9849. (commit)
Other changes
- tests: The Slack notifier script will read the commit message from GitHub API for a particular commit. If the
SLACK_NOTIFY_COMMIT_URL
variable is specified, the value will be treated as the commit. Otherwise, a concatenation ofTRAVIS_REPO_SLUG
, andTRAVIS_COMMIT
variables will be used. (commit) - tests: The Slack notifier will print a message if a commit was made by a bot (as a result of merging branches). (commit)
- tests: The Slack notifier script will work if a commit comes from the
#stable
branch. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.2 => v25.2.3
- @ckeditor/ckeditor5-dev-env: v25.2.2 => v25.2.3
- @ckeditor/ckeditor5-dev-tests: v25.2.2 => v25.2.3
- @ckeditor/ckeditor5-dev-utils: v25.2.2 => v25.2.3
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.2 => v25.2.3
- @ckeditor/jsdoc-plugins: v25.2.2 => v25.2.3
v25.2.2
Other changes
- tests: Added the always visible button that navigates back to the list of manual tests. Refined the look of the list of manual tests. Closes ckeditor/ckeditor5#9843. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.1 => v25.2.2
- @ckeditor/ckeditor5-dev-env: v25.2.1 => v25.2.2
- @ckeditor/ckeditor5-dev-tests: v25.2.1 => v25.2.2
- @ckeditor/ckeditor5-dev-utils: v25.2.1 => v25.2.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.1 => v25.2.2
- @ckeditor/jsdoc-plugins: v25.2.1 => v25.2.2
v25.2.1
Other changes
- docs: Support for the
options.noSpinner
flag when executing in terminals that do not support the spinner. Closes ckeditor/ckeditor5#9737. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v25.2.0 => v25.2.1
- @ckeditor/ckeditor5-dev-env: v25.2.0 => v25.2.1
- @ckeditor/ckeditor5-dev-tests: v25.2.0 => v25.2.1
- @ckeditor/ckeditor5-dev-utils: v25.2.0 => v25.2.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.2.0 => v25.2.1
- @ckeditor/jsdoc-plugins: v25.2.0 => v25.2.1
v25.2.0
Features
- docs: Allows disabling the sandbox mode for the web crawler. Closes ckeditor/ckeditor5#9735. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-docs: v25.1.0 => v25.2.0
Other releases:
- @ckeditor/ckeditor5-dev-env: v25.1.0 => v25.2.0
- @ckeditor/ckeditor5-dev-tests: v25.1.0 => v25.2.0
- @ckeditor/ckeditor5-dev-utils: v25.1.0 => v25.2.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.1.0 => v25.2.0
- @ckeditor/jsdoc-plugins: v25.1.0 => v25.2.0
v25.1.0
Features
- docs: Introduced a web crawler that allows verifying whether subpages under the specified URL can be opened without any errors. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-docs: v25.0.0 => v25.1.0
Other releases:
- @ckeditor/ckeditor5-dev-env: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-tests: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-utils: v25.0.0 => v25.1.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v25.0.0 => v25.1.0
- @ckeditor/jsdoc-plugins: v25.0.0 => v25.1.0
v25.0.0
MAJOR BREAKING CHANGES ℹ️
- utils: The webpack configuration returned by the
builds.getDllPluginWebpackConfig()
function will not export the default library (libraryExport
) anymore. See ckeditor/ckeditor5#9134.
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-env: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-tests: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-utils: v24.4.2 => v25.0.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.2 => v25.0.0
- @ckeditor/jsdoc-plugins: v24.4.2 => v25.0.0
v24.4.2
Other changes
- tests: Ability to disable mentioning an author of the commit in the Slack notification by specifying the environment variable (
SLACK_NOTIFY_HIDE_AUTHOR="true"
). Closes ckeditor/ckeditor5#9252. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-env: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-tests: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-utils: v24.4.1 => v24.4.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.1 => v24.4.2
- @ckeditor/jsdoc-plugins: v24.4.1 => v24.4.2
v24.4.1
Bug fixes
- tests: Added the focus style for the colapse button in the manual tests template. Closes ckeditor/ckeditor5#7987. (commit)
Other changes
- tests: Added the
--silent
flag to the manual test server that allows hiding names of the processed files. Closes ckeditor/ckeditor5#9220. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-env: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-tests: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-utils: v24.4.0 => v24.4.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.4.0 => v24.4.1
- @ckeditor/jsdoc-plugins: v24.4.0 => v24.4.1
v24.4.0
Features
- tests: The
notify-travis-status
script will mention an author of a commit that caused to fail the CI. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-tests: v24.3.0 => v24.4.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-env: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-utils: v24.3.0 => v24.4.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v24.3.0 => v24.4.0
- @ckeditor/jsdoc-plugins: v24.3.0 => v24.4.0