This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
v1.0.0-beta.2
Bug fixes
- Fixed image upload progress updates. Now each upload status is treated separately. Closes #191. (66d67c0)
- Image element will be cleared from upload progress classes if
uploadId
attribute changed tonull
. Closes #200. (5fadcf0) ImageUploadEditing
should not throw unhandled async errors. Closes #186. (4357336)