This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v10.2.0
Features
- Implemented a CSS–styled image upload loader. Closes #207. (997d39b)
- Introduced
ImageLoadObserver
. Closes #213. (1128cb8)
Bug fixes
-
Complete upload icon should not be rendered in Edge due to an Edge's bug. Closes ckeditor/ckeditor5#1066. (9a62cf1)
-
The UI should update once the image is loaded. Closes #142. (dee20c0)
Used the
EditorUI#update
event instead ofView#render
to attach the UI components (see ckeditor/ckeditor5-core#130).
Other changes
- Updated translations. (e6f77fe)