This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v11.0.0
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 tooptions.files
inImageUploadCommand#execute()
. - The
options.insertAt
property ofImageUploadCommand#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.