v1.0.0
We are happy to announce the first stable release of ckeditor5-package-generator
.
This tool allows creating a working package with the development environment to write new plugins for CKEditor 5.
For more details on using the tool, please, take a look at the README.md file of the ckeditor5-package-generator
package.
MAJOR BREAKING CHANGES ℹ️
- Upgraded the minimal versions of Node.js to
16.0.0
due to the end of LTS.
Features
- Add
augmentation.ts
to the TypeScript package generator. Closes ckeditor/ckeditor5-package-generator#144. (commit)
Bug fixes
- tools: Added the missing
ts-loader
. Webpack missed it when creating a new package usingnpm
as the package manager. Closes #143. (commit) - tools: Added support for a package name without an organization prefix. Preparing the DLL build will not throw an error for such a package. Closes #139. (commit)
Other changes
- generator: Removed the "experimental" label from TS and made it the default choice. Related #111. (commit)
- tools: Update
terser-webpack-plugin
to enable optional chaining syntax. Closes #136. (commit) - Updated the required version of Node.js to 16. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Releases containing new features:
- ckeditor5-package-generator: v1.0.0-beta.10 => v1.0.0
Other releases:
- @ckeditor/ckeditor5-package-tools: v1.0.0-beta.10 => v1.0.0