Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

v1.0.0-beta.1

Compare
Choose a tag to compare
@Reinmar Reinmar released this 15 Mar 11:50
· 251 commits to master since this release

Bug fixes

Other changes

  • Migrated package styles to PostCSS. Moved visual styles to @ckeditor/ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144). (faf6100)
  • Moved the image upload plugins to the @ckeditor/ckeditor5-image package. Minor cleanup in the API. Closes #22. (55697a9)
  • Use post-fixer API. (08e9d09)

BREAKING CHANGES

  • Renamed Adapter to UploadAdapter.
  • Removed ImageUpload plugin. It can be no found in ckeditor5-image repository.
  • Removed ImageUploadEngine plugin. It can be no found in ckeditor5-image repository.
  • Removed ImageUploadProgress plugin. It can be no found in ckeditor5-image repository.
  • Removed ImageUploadButton plugin. It can be no found in ckeditor5-image repository.
  • Renamed FileRepository#createAdapter() to FileRepository#createUploadAdapter().
  • Renamed filerepository-no-adapter error to filerepository-no-upload-adapter.