ckeditor5-image
Advanced tools
Changelog
12.0.0 (2018-12-05)
'imageInsert'
command. Closes #245. Closes #251. (cc1e7a3)Prevent errors when (for unclear reasons) the native DataTransfer#files
contains null
values when drag&dropping files into the editor in Chrome. (2a45481)
Thanks to @code-chris!
@ckeditor/ckeditor5-theme-lark
to the feature content styles sheet (see ckeditor/ckeditor5-theme-lark#209). (671e1b8)ImageUploadCommand#execute()
's files
parameter was renamed to file
. It can still accept an array of files.