Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@CKEditorBot CKEditorBot released this 26 Sep 08:09
· 14 commits to master since this release

Features

  • Better error messages in loadCKEditorCloud. It now detects existing editor installations and gives migration info from NPM to CDN. (commit)

Bug fixes

  • ckeditor5-premium-features is no longer required to be installed. It should no longer raise TypeScript compilation errors while using this package with tsconfig.json file with skipLibCheck: false option. (commit)
  • Removed aliases in src/ files to fix incorrect .d.ts output. (commit)