ソースを参照

Docs: Changelog. [skip ci]

Piotrek Koszuliński 8 年 前
コミット
9e9726cde0
1 ファイル変更15 行追加0 行削除
  1. 15 0
      packages/ckeditor5-clipboard/CHANGELOG.md

+ 15 - 0
packages/ckeditor5-clipboard/CHANGELOG.md

@@ -1,6 +1,21 @@
 Changelog
 =========
 
+## [0.6.0](https://github.com/ckeditor/ckeditor5-clipboard/compare/v0.5.0...v0.6.0) (2017-05-07)
+
+### Bug fixes
+
+* Plain text data is now available in the clipboard when copying or cutting the editor contents. Closes [#11](https://github.com/ckeditor/ckeditor5-clipboard/issues/11). ([8a01e0f](https://github.com/ckeditor/ckeditor5-clipboard/commit/8a01e0f))
+
+### Features
+
+* Introduced `DataTransfer#files` property. Change the clipboard input pipeline. Closes [#16](https://github.com/ckeditor/ckeditor5-clipboard/issues/16). ([e4e7e10](https://github.com/ckeditor/ckeditor5-clipboard/commit/e4e7e10))
+
+### BREAKING CHANGES
+
+* The `clipboardInput` event now contains only the `dataTransfer` property (`content` was removed). The separate `inputTransformation` event was introduced for the content transformations.
+
+
 ## [0.5.0](https://github.com/ckeditor/ckeditor5-clipboard/compare/v0.4.1...v0.5.0) (2017-04-05)
 
 ### Other changes