19.0.0 (2020-04-29)
Internal changes only (updated dependencies, documentation, etc.).
18.0.0 (2020-03-19)
-
Added support for basic list indentation when pasting from Microsoft Word. Closes ckeditor/ckeditor5#2518. (58ae829)
Thanks to gjhenrique for the contribution!
17.0.0 (2020-02-19)
Internal changes only (updated dependencies, documentation, etc.).
16.0.0 (2019-12-04)
-
Fixed handling
mso-list:normal
. Closes ckeditor/ckeditor5#5712. (2054e69)Thanks @bendemboski!
-
Fixed various issues with oddly formatted space run spans. (2cd7b0f)
15.0.0 (2019-10-23)
- Remove the
fixListIndentation()
filter in favor of improved list converters fix. See ckeditor/ckeditor5-list#115. (d594038)
11.1.0 (2019-08-26)
- Prevent of bolding entire content pasted from Google Docs. Closes #61. (8102de3)
- Provide support for pasting lists from Google Docs. Closes #69. (6ad2a62)
- The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See ckeditor/ckeditor5#1988. (22edb90)
11.0.4 (2019-07-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.3 (2019-07-04)
Internal changes only (updated dependencies, documentation, etc.).
11.0.2 (2019-06-05)
- Loosen a dependency of a clipboard plugin in the paste from Office plugin so that it can be overridden. Closes #56. (561f22b)
11.0.1 (2019-04-10)
Internal changes only (updated dependencies, documentation, etc.).
11.0.0 (2019-02-28)
-
Ensured correct lists ordering for separate list items with the same
mso-list
id. Closes #43. (4ebc363) -
Handle "spacerun spans" with mixed whitespaces. Closes #49. Closes #50. (7fb132f)
Huge thanks to Matt Kobs for this contribution!
- Upgraded minimal versions of Node to
8.0.0
and npm to5.7.1
. See: ckeditor/ckeditor5#1507. (612ea3c)
10.0.0 (2018-12-05)
Initial implementation of the Paste from Office feature.