v2.1.0
MINOR BREAKING CHANGES ℹ️
- generator: The global names for the
ckeditor5
andckeditor5-premium-features
packages in the UMD builds have been changed toCKEDITOR
andCKEDITOR_PREMIUM_FEATURES
respectively.
Bug fixes
- generator: New flag
--global-name
to define a global name of the package to be used in the UMD build. See ckeditor/ckeditor5#16798. (commit) - generator: Each package template should have own
README.md
based on what commands can be executed in it. Closes #174. (commit) - generator: Updated the
exports
field inpackage.json
templates to fix issues with loading CSS and translations in older bundlers. See ckeditor/ckeditor5#16638. (commit) - generator: Changed the path to the types in the
package.json
ints
templates. See ckeditor/ckeditor5#16684. (commit)
Released packages
Check out the Versioning policy guide for more information.
Released packages (summary)
Other releases:
- @ckeditor/ckeditor5-package-tools: v2.0.0 => v2.1.0
- ckeditor5-package-generator: v2.0.0 => v2.1.0