|
|
@@ -6,11 +6,12 @@ Changelog
|
|
|
### Bug fixes
|
|
|
|
|
|
* Destroying `FileDialogButtonView` should not throw an error. Closes [#66](https://github.com/ckeditor/ckeditor5-upload/issues/66). ([2d4ba62](https://github.com/ckeditor/ckeditor5-upload/commit/2d4ba62))
|
|
|
-* Images pasted with additional HTML content will not be handled by the upload plugin. Closes [#68](https://github.com/ckeditor/ckeditor5-upload/issues/68). ([8d0644a](https://github.com/ckeditor/ckeditor5-upload/commit/8d0644a))
|
|
|
+* Images pasted with additional HTML content will not be handled by the upload plugin which prevents data pasted from MS Word to be treated as an image. Closes [#68](https://github.com/ckeditor/ckeditor5-upload/issues/68). ([8d0644a](https://github.com/ckeditor/ckeditor5-upload/commit/8d0644a))
|
|
|
|
|
|
### Other changes
|
|
|
|
|
|
-* Updated translations. [skip ci]. ([93e9643](https://github.com/ckeditor/ckeditor5-upload/commit/93e9643))
|
|
|
+* Updated translations. ([93e9643](https://github.com/ckeditor/ckeditor5-upload/commit/93e9643))
|
|
|
+* Aligned UI library usage to the [changes in the UI framework](https://github.com/ckeditor/ckeditor5-ui/pull/332).
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|