|
|
@@ -0,0 +1,19 @@
|
|
|
+Changelog
|
|
|
+=========
|
|
|
+
|
|
|
+## [10.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/tree/v10.0.0) (2018-12-05)
|
|
|
+
|
|
|
+### Features
|
|
|
+
|
|
|
+* Support for pasting content with images from Word. Closes [#21](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/21). Closes [#39](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/39). Closes [#40](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/40). ([87f7e7c](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/87f7e7c))
|
|
|
+* Support for pasting flat lists from Word. Closes [#5](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/5). ([d72e6cd](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/d72e6cd))
|
|
|
+
|
|
|
+### Bug fixes
|
|
|
+
|
|
|
+* Normalize spacing for content pasted from Word. Closes [#8](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/8). ([2bebe1d](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/2bebe1d))
|
|
|
+* Prevent processing the same `inputTransformation` event data many times. ([7df1d6f](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/7df1d6f))
|
|
|
+* Remove any leftover content from after `body` closing tag. Closes [#3](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/3). ([d59ad4b](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/d59ad4b))
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* Support for pasting flat list and spacing handling for pasted content in Safari. Closes [#1](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/1). Closes [#12](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/12). Closes [#15](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/15). ([51dbe7b](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/51dbe7b))
|