|
|
@@ -1,6 +1,20 @@
|
|
|
Changelog
|
|
|
=========
|
|
|
|
|
|
+## [11.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v10.0.0...v11.0.0) (2019-02-28)
|
|
|
+
|
|
|
+### Bug fixes
|
|
|
+
|
|
|
+* Correct lists ordering for separate list items with the same `mso-list id`. Closes [#43](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/43). ([4ebc363](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/4ebc363))
|
|
|
+* Handle "spacerun spans" with mixed whitespaces. Closes [#49](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/49). Closes [#50](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/50). ([7fb132f](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/7fb132f))
|
|
|
+
|
|
|
+ Huge thanks to [Matt Kobs](https://github.com/kobsy) for this contribution!
|
|
|
+
|
|
|
+### Other changes
|
|
|
+
|
|
|
+* Upgraded minimal versions of Node and npm. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([4759492](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/4759492))
|
|
|
+
|
|
|
+
|
|
|
## [10.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/tree/v10.0.0) (2018-12-05)
|
|
|
|
|
|
Initial implementation of the Paste from Office feature.
|