Releases: ckeditor/ckeditor5-dev
v30.1.1
Internal changes only (updated dependencies, documentation, etc.).
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v30.1.0 => v30.1.1
- @ckeditor/ckeditor5-dev-env: v30.1.0 => v30.1.1
- @ckeditor/ckeditor5-dev-tests: v30.1.0 => v30.1.1
- @ckeditor/ckeditor5-dev-utils: v30.1.0 => v30.1.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v30.1.0 => v30.1.1
- @ckeditor/jsdoc-plugins: v30.1.0 => v30.1.1
v30.1.0
Features
- docs: Web crawler shows the full console error that has been captured. Closes ckeditor/ckeditor5#11505. (commit)
- docs: Web crawler listens to the
unhandledRejection
errors and marks the script execution as failed. (commit)
Other changes
- docs: Web crawler can now properly serialize objects and iterables that are passed to the console. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-docs: v30.0.1 => v30.1.0
Other releases:
- @ckeditor/ckeditor5-dev-env: v30.0.1 => v30.1.0
- @ckeditor/ckeditor5-dev-tests: v30.0.1 => v30.1.0
- @ckeditor/ckeditor5-dev-utils: v30.0.1 => v30.1.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v30.0.1 => v30.1.0
- @ckeditor/jsdoc-plugins: v30.0.1 => v30.1.0
v30.0.1
Other changes
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v30.0.0 => v30.0.1
- @ckeditor/ckeditor5-dev-env: v30.0.0 => v30.0.1
- @ckeditor/ckeditor5-dev-tests: v30.0.0 => v30.0.1
- @ckeditor/ckeditor5-dev-utils: v30.0.0 => v30.0.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v30.0.0 => v30.0.1
- @ckeditor/jsdoc-plugins: v30.0.0 => v30.0.1
v30.0.0
MAJOR BREAKING CHANGES ℹ️
- utils: Upgraded the
postcss
version to 8 and marked the package as peer dependency instead of dependency. Starting from this version, when using the@ckeditor/ckeditor5-dev-utils
, you need to manually install thepostcss
dependency.
Features
- utils: The
styles.getPostCssConfig()
function returns a configuration compatible withpostcss@8
. See ckeditor/ckeditor5#11460. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-env: v29.0.2 => v30.0.0
- @ckeditor/ckeditor5-dev-utils: v29.0.2 => v30.0.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v29.0.2 => v30.0.0
- @ckeditor/ckeditor5-dev-tests: v29.0.2 => v30.0.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v29.0.2 => v30.0.0
- @ckeditor/jsdoc-plugins: v29.0.2 => v30.0.0
v29.0.2
Other changes
- Downgraded the previous version of the
sinon
dependency due to errors while executing tests in CKEditor 5. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v29.0.1 => v29.0.2
- @ckeditor/ckeditor5-dev-env: v29.0.1 => v29.0.2
- @ckeditor/ckeditor5-dev-tests: v29.0.1 => v29.0.2
- @ckeditor/ckeditor5-dev-utils: v29.0.1 => v29.0.2
- @ckeditor/ckeditor5-dev-webpack-plugin: v29.0.1 => v29.0.2
- @ckeditor/jsdoc-plugins: v29.0.1 => v29.0.2
v29.0.1
Other changes
- Bumped Karma test runner to
v6.x
. Closes ckeditor/ckeditor5#11337. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v29.0.0 => v29.0.1
- @ckeditor/ckeditor5-dev-env: v29.0.0 => v29.0.1
- @ckeditor/ckeditor5-dev-tests: v29.0.0 => v29.0.1
- @ckeditor/ckeditor5-dev-utils: v29.0.0 => v29.0.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v29.0.0 => v29.0.1
- @ckeditor/jsdoc-plugins: v29.0.0 => v29.0.1
v29.0.0
MAJOR BREAKING CHANGES ℹ️
- env: The
url
option foruploadPotFiles()
anddownloadTranslations()
is not supported anymore. Instead, useorganizationName
andprojectName
that represent organization and project names. - env: The
uploadPotFiles()
task does not read anything from the file system automatically (removed thetranslationsDirectory
option). A developer must pass thecwd
option, which points to the project's root directory. Also, thepackages
map is required, which defines which packages should be processed. Keys in the map represent package names, while their values point to directories where to look for translation sources.
Features
- env: Tools for translations use the latest version of the Transifex API (3.0). Improved the UI - these scripts print updates whenever a new step of the process starts. (commit)
- env: The
upload()
anddownload()
scripts stores resources that could not be processed (e.g., due to network issues). Only packages that failed during the previous run will be processed when re-running. (commit)
Bug fixes
- env: Fixed
changelog.getChangesForVersion()
util leaking to other releases. Closes ckeditor/ckeditor5#11322. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-env: v28.1.1 => v29.0.0
- @ckeditor/ckeditor5-dev-tests: v28.1.1 => v29.0.0
- @ckeditor/ckeditor5-dev-utils: v28.1.1 => v29.0.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v28.1.1 => v29.0.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v28.1.1 => v29.0.0
- @ckeditor/jsdoc-plugins: v28.1.1 => v29.0.0
v28.1.1
Bug fixes
- tests: Karma integrated with the IntelliJ IDE rebuilds the test bundle when detecting a change. (commit)
- tests: Paths to files are clickable from a console if a test fails. (commit)
- tests: Karma should not execute the test bundle twice when detecting a change (a macOS case). (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v28.1.0 => v28.1.1
- @ckeditor/ckeditor5-dev-env: v28.1.0 => v28.1.1
- @ckeditor/ckeditor5-dev-tests: v28.1.0 => v28.1.1
- @ckeditor/ckeditor5-dev-utils: v28.1.0 => v28.1.1
- @ckeditor/ckeditor5-dev-webpack-plugin: v28.1.0 => v28.1.1
- @ckeditor/jsdoc-plugins: v28.1.0 => v28.1.1
v28.1.0
Features
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-dev-tests: v28.0.4 => v28.1.0
- @ckeditor/ckeditor5-dev-utils: v28.0.4 => v28.1.0
Other releases:
- @ckeditor/ckeditor5-dev-docs: v28.0.4 => v28.1.0
- @ckeditor/ckeditor5-dev-env: v28.0.4 => v28.1.0
- @ckeditor/ckeditor5-dev-webpack-plugin: v28.0.4 => v28.1.0
- @ckeditor/jsdoc-plugins: v28.0.4 => v28.1.0
v28.0.4
Bug fixes
- env: Added the missing "webpack" dependency in "package.json" which is a peer dependency of the
@ckeditor/ckeditor5-dev-utils
package. Closes ckeditor/ckeditor5#11300. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-docs: v28.0.3 => v28.0.4
- @ckeditor/ckeditor5-dev-env: v28.0.3 => v28.0.4
- @ckeditor/ckeditor5-dev-tests: v28.0.3 => v28.0.4
- @ckeditor/ckeditor5-dev-utils: v28.0.3 => v28.0.4
- @ckeditor/ckeditor5-dev-webpack-plugin: v28.0.3 => v28.0.4
- @ckeditor/jsdoc-plugins: v28.0.3 => v28.0.4