Przeglądaj źródła

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 7 lat temu
rodzic
commit
e8d553e603
1 zmienionych plików z 4 dodań i 7 usunięć
  1. 4 7
      packages/ckeditor5-image/CHANGELOG.md

+ 4 - 7
packages/ckeditor5-image/CHANGELOG.md

@@ -7,7 +7,7 @@ Changelog
 
 * Improved responsiveness of the text alternative view in narrow viewports (see [ckeditor/ckeditor5#416](https://github.com/ckeditor/ckeditor5/issues/416)). ([ff5394a](https://github.com/ckeditor/ckeditor5-image/commit/ff5394a))
 * Introduced the `'imageInsert'` command. Closes [#245](https://github.com/ckeditor/ckeditor5-image/issues/245). Closes [#251](https://github.com/ckeditor/ckeditor5-image/issues/251). ([cc1e7a3](https://github.com/ckeditor/ckeditor5-image/commit/cc1e7a3))
-* Support for uploading images with base64 source. Closes [#246](https://github.com/ckeditor/ckeditor5-image/issues/246). Closes [ckeditor/ckeditor5-paste-from-office#24](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/24). ([89ab27e](https://github.com/ckeditor/ckeditor5-image/commit/89ab27e))
+* Support for uploading images pasted with a base64 source. Closes [#246](https://github.com/ckeditor/ckeditor5-image/issues/246). Closes [ckeditor/ckeditor5-paste-from-office#24](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/24). ([89ab27e](https://github.com/ckeditor/ckeditor5-image/commit/89ab27e))
 
 ### Bug fixes
 
@@ -17,16 +17,13 @@ Changelog
 
 ### Other changes
 
-* Moved widget spacing styles from ckeditor5-theme-lark to the feature content styles sheet (see [ckeditor/ckeditor5-theme-lark#209](https://github.com/ckeditor/ckeditor5-theme-lark/issues/209)). ([671e1b8](https://github.com/ckeditor/ckeditor5-image/commit/671e1b8))
-* Removed obsolete fill attributes in SVG icons. ([0f9dad3](https://github.com/ckeditor/ckeditor5-image/commit/0f9dad3))
-* Removed obsolete width and height attributes in SVG icons. ([57bd34c](https://github.com/ckeditor/ckeditor5-image/commit/57bd34c))
-* Removed useless fill-rule attributes in SVG icons. ([ebc27e6](https://github.com/ckeditor/ckeditor5-image/commit/ebc27e6))
-* Squashed useless groups in SVG icons. ([6192cf3](https://github.com/ckeditor/ckeditor5-image/commit/6192cf3))
+* Moved widget spacing styles from `@ckeditor/ckeditor5-theme-lark` to the feature content styles sheet (see [ckeditor/ckeditor5-theme-lark#209](https://github.com/ckeditor/ckeditor5-theme-lark/issues/209)). ([671e1b8](https://github.com/ckeditor/ckeditor5-image/commit/671e1b8))
+* Removed obsolete fill attributes in SVG icons. ([0f9dad3](https://github.com/ckeditor/ckeditor5-image/commit/0f9dad3))  ([57bd34c](https://github.com/ckeditor/ckeditor5-image/commit/57bd34c)) ([ebc27e6](https://github.com/ckeditor/ckeditor5-image/commit/ebc27e6)) ([6192cf3](https://github.com/ckeditor/ckeditor5-image/commit/6192cf3))
 * Updated translations. ([3c85c37](https://github.com/ckeditor/ckeditor5-image/commit/3c85c37))
 
 ### BREAKING CHANGES
 
-* The `'imageUpload'` command's `files` parameter was renamed to `file`. It still can accept an array of files.
+* The `ImageUploadCommand#execute()`'s `files` parameter was renamed to `file`. It can still accept an array of files.
 
 
 ## [11.0.0](https://github.com/ckeditor/ckeditor5-image/compare/v10.2.0...v11.0.0) (2018-10-08)