This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v12.0.0
Features
- Improved responsiveness of the text alternative view in narrow viewports (see ckeditor/ckeditor5#416). (ff5394a)
- Introduced the
'imageInsert'
command. Closes #245. Closes #251. (cc1e7a3) - Support for uploading images pasted with a base64 source. Closes #246. Closes ckeditor/ckeditor5-paste-from-office#24. (89ab27e)
Bug fixes
-
Prevent errors when (for unclear reasons) the native
DataTransfer#files
containsnull
values when drag&dropping files into the editor in Chrome. (2a45481)Thanks to @code-chris!
Other changes
- Moved widget spacing styles from
@ckeditor/ckeditor5-theme-lark
to the feature content styles sheet (see ckeditor/ckeditor5-theme-lark#209). (671e1b8) - Removed obsolete fill attributes in SVG icons. (0f9dad3) (57bd34c) (ebc27e6) (6192cf3)
- Updated translations. (3c85c37)
BREAKING CHANGES
- The
ImageUploadCommand#execute()
'sfiles
parameter was renamed tofile
. It can still accept an array of files.