v2.0.0-alpha.0
Pre-release
Pre-release
MAJOR BREAKING CHANGES ℹ️
- Upgraded the minimal versions of Node.js to
18.0.0
due to the end of LTS.
MINOR BREAKING CHANGES ℹ️
- tools: The
typescript()
function exported from thewebpack-utils
module requires passing thecwd
as the first argument. Optionally, you can pass the TypeScript configuration file name that should be used when processing TS files byts-loader
.
Features
- generator: Added the
--use-only-new-installation-methods
CLI flag that should allow the generation of a package without support for the DLL builds. See #15502, #15739. - tools: Karma will use the
tsconfig.test.json
file as a TypeScript configuration if it exists when executing automated tests. By default, it fallbacks totsconfig.json
file. (commit)
Bug fixes
- generator: Allow to build plugin with potentially used external
ckeditor5-premium-features
. (commit)
Other changes
- generator: Aligned the produced configuration to changes in CKEditor 5. See ckeditor/ckeditor5#14173. Closes #160. (commit)
- Updated the required version of Node.js to 18. See ckeditor/ckeditor5#14924. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- @ckeditor/ckeditor5-package-tools: v1.1.0 => v2.0.0-alpha.0
- ckeditor5-package-generator: v1.1.0 => v2.0.0-alpha.0