ソースを参照

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 7 年 前
コミット
cad6ee192b
1 ファイル変更6 行追加6 行削除
  1. 6 6
      packages/ckeditor5-image/CHANGELOG.md

+ 6 - 6
packages/ckeditor5-image/CHANGELOG.md

@@ -5,16 +5,16 @@ Changelog
 
 ### Other changes
 
-* Aligned `ImageToolbar` to the new widget toolbar repository. ([980681d](https://github.com/ckeditor/ckeditor5-image/commit/980681d))
-* Image feature should insert image the same way as other widgets. ([26638f5](https://github.com/ckeditor/ckeditor5-image/commit/26638f5))
-* The ImageUploadCommand should check whether it can be executed in the selection context. Closes [#225](https://github.com/ckeditor/ckeditor5-image/issues/225). Closes [#227](https://github.com/ckeditor/ckeditor5-image/issues/227). Closes [#235](https://github.com/ckeditor/ckeditor5-image/issues/235). ([4c1f27f](https://github.com/ckeditor/ckeditor5-image/commit/4c1f27f))
+* Aligned `ImageToolbar` to use the new widget toolbar repository. ([980681d](https://github.com/ckeditor/ckeditor5-image/commit/980681d))
+* Image feature should insert image the same way as other widget features do. ([26638f5](https://github.com/ckeditor/ckeditor5-image/commit/26638f5))
+* The `ImageUploadCommand` should check whether it can be executed in the context of the current document selection. Closes [#225](https://github.com/ckeditor/ckeditor5-image/issues/225). Closes [#227](https://github.com/ckeditor/ckeditor5-image/issues/227). Closes [#235](https://github.com/ckeditor/ckeditor5-image/issues/235). ([4c1f27f](https://github.com/ckeditor/ckeditor5-image/commit/4c1f27f))
 * Updated translations. ([59f3604](https://github.com/ckeditor/ckeditor5-image/commit/59f3604))
 
 ### BREAKING CHANGES
 
-* The `options.file` property was renamed to options.files for 'imageUpload' command.
-* The `options.insertAt` property for 'imageUpload' command was removed. The command will now use model's selection.
-* Removed `findOptimalInsertionPosition()` from utils. The method can be found in Widget feature in `widget/utils` module.
+* The `options.file` property was renamed to `options.files`  in `ImageUploadCommand#execute()`.
+* The `options.insertAt` property of `ImageUploadCommand#execute()` was removed. The command will now use model's selection.
+* Removed `findOptimalInsertionPosition()` from utils. This method can now be found in the `@ckeditor/ckeditor5-widget/src/utils` module.
 
 
 ## [10.2.0](https://github.com/ckeditor/ckeditor5-image/compare/v10.1.0...v10.2.0) (2018-07-18)