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

v11.0.0

Compare
Choose a tag to compare
@Reinmar Reinmar released this 09 Oct 10:20
· 516 commits to master since this release

Other changes

  • Aligned ImageToolbar to use the new widget toolbar repository. (980681d)
  • Image feature should insert image the same way as other widget features do. (26638f5)
  • The ImageUploadCommand should check whether it can be executed in the context of the current document selection. Closes #225. Closes #227. Closes #235. (4c1f27f)
  • Updated translations. (59f3604)

BREAKING CHANGES

  • The options.file property was renamed to options.files in ImageUploadCommand#execute().
  • The options.insertAt property of ImageUploadCommand#execute() was removed. The command will now use model's selection.
  • Removed findOptimalInsertionPosition() from utils. This method can now be found in the @ckeditor/ckeditor5-widget/src/utils module.