v41.0.0
We are excited to announce a new major release of the @ckeditor/ckeditor5-dev-*
packages.
Release highlights
This release introduces changes to the @ckeditor/ckeditor5-dev-build-tools
and @ckeditor/ckeditor5-dev-dependency-checker
packages, resulting in different output than in the previous release.
The @ckeditor/ckeditor5-dev-build-tools
package now outputs the bundle types in the dist
folder with the rest of the bundled files instead of dist/types.
It ensures a proper location of types when the /dist/index.js
file is imported. If you use this package in your project and upgrade to the latest version, update the package.json
file to reflect the new location of the type files.
The @ckeditor/ckeditor5-dev-dependency-checker
package will now treat dependencies used in the dist
folder as production dependencies
instead of devDependencies.
It ensures a proper declaration of dependencies used by the new installation methods of CKEditor 5 in the package.json
file.
MINOR BREAKING CHANGES ℹ️
- dependency-checker: Treat dependencies in the
dist
folder as productiondependencies
. - build-tools: Output types in
dist
instead ofdist/types
.
Bug fixes
- build-tools: Should preserved all needed selectors and at-rules in CSS files after split into editor and content stylesheets. Closes ckeditor/ckeditor5#16703. (commit)
- build-tools: Output typings in the same folder as the bundles. (commit)
- dependency-checker: Treat dependencies in the
dist
folder as production dependencies. See ckeditor/ckeditor5#16646. (commit) - dev-ci: Improved error handling by checking both error properties for the
triggerCircleBuild()
util. Closes ckeditor/ckeditor5#16746. (commit)
Other changes
- build-tools: The
.d.ts
files for translations should import directly from@ckeditor/ckeditor5-utils
instead ofckeditor5
. See ckeditor/ckeditor5#16646. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-dev-build-tools: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-bump-year: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-ci: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-dependency-checker: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-docs: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-release-tools: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-stale-bot: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-tests: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-transifex: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-translations: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-utils: v40.5.0 => v41.0.0
- @ckeditor/ckeditor5-dev-web-crawler: v40.5.0 => v41.0.0
- @ckeditor/jsdoc-plugins: v40.5.0 => v41.0.0
- @ckeditor/typedoc-plugins: v40.5.0 => v41.0.0