@ckeditor/ckeditor5-paste-from-office 34.2.0 → 35.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +94 -0
  2. package/package.json +23 -22
package/CHANGELOG.md ADDED
@@ -0,0 +1,94 @@
1
+ Changelog
2
+ =========
3
+
4
+ All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
5
+
6
+ Changes for the past releases are available below.
7
+
8
+ ## [19.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v18.0.0...v19.0.0) (2020-04-29)
9
+
10
+ Internal changes only (updated dependencies, documentation, etc.).
11
+
12
+
13
+ ## [18.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v17.0.0...v18.0.0) (2020-03-19)
14
+
15
+ ### Features
16
+
17
+ * Added support for basic list indentation when pasting from Microsoft Word. Closes [ckeditor/ckeditor5#2518](https://github.com/ckeditor/ckeditor5/issues/2518). ([58ae829](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/58ae829))
18
+
19
+ Thanks to [gjhenrique](https://github.com/gjhenrique) for the contribution!
20
+
21
+
22
+ ## [17.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v16.0.0...v17.0.0) (2020-02-19)
23
+
24
+ Internal changes only (updated dependencies, documentation, etc.).
25
+
26
+
27
+ ## [16.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v15.0.0...v16.0.0) (2019-12-04)
28
+
29
+ ### Bug fixes
30
+
31
+ * Fixed handling `mso-list:normal`. Closes [ckeditor/ckeditor5#5712](https://github.com/ckeditor/ckeditor5/issues/5712). ([2054e69](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/2054e69))
32
+
33
+ Thanks [@bendemboski](https://github.com/bendemboski)!
34
+ * Fixed various issues with oddly formatted space run spans. ([2cd7b0f](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/2cd7b0f))
35
+
36
+
37
+ ## [15.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.1.0...v15.0.0) (2019-10-23)
38
+
39
+ ### Other changes
40
+
41
+ * Remove the `fixListIndentation()` filter in favor of improved list converters fix. See [ckeditor/ckeditor5-list#115](https://github.com/ckeditor/ckeditor5-list/issues/115). ([d594038](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/d594038))
42
+
43
+
44
+ ## [11.1.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.4...v11.1.0) (2019-08-26)
45
+
46
+ ### Features
47
+
48
+ * Prevent of bolding entire content pasted from Google Docs. Closes [#61](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/61). ([8102de3](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/8102de3))
49
+ * Provide support for pasting lists from Google Docs. Closes [#69](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/69). ([6ad2a62](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/6ad2a62))
50
+
51
+ ### Other changes
52
+
53
+ * The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([22edb90](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/22edb90))
54
+
55
+
56
+ ## [11.0.4](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.3...v11.0.4) (2019-07-10)
57
+
58
+ Internal changes only (updated dependencies, documentation, etc.).
59
+
60
+
61
+ ## [11.0.3](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.2...v11.0.3) (2019-07-04)
62
+
63
+ Internal changes only (updated dependencies, documentation, etc.).
64
+
65
+
66
+ ## [11.0.2](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.1...v11.0.2) (2019-06-05)
67
+
68
+ ### Other changes
69
+
70
+ * Loosen a dependency of a clipboard plugin in the paste from Office plugin so that it can be overridden. Closes [#56](https://github.com/ckeditor/ckeditor5-paste-from-office/issues/56). ([561f22b](https://github.com/ckeditor/ckeditor5-paste-from-office/commit/561f22b))
71
+
72
+
73
+ ## [11.0.1](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v11.0.0...v11.0.1) (2019-04-10)
74
+
75
+ Internal changes only (updated dependencies, documentation, etc.).
76
+
77
+
78
+ ## [11.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/compare/v10.0.0...v11.0.0) (2019-02-28)
79
+
80
+ ### Bug fixes
81
+
82
+ * Ensured 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))
83
+ * 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))
84
+
85
+ Huge thanks to [Matt Kobs](https://github.com/kobsy) for this contribution!
86
+
87
+ ### BREAKING CHANGES
88
+
89
+ * Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
90
+
91
+
92
+ ## [10.0.0](https://github.com/ckeditor/ckeditor5-paste-from-office/tree/v10.0.0) (2018-12-05)
93
+
94
+ Initial implementation of the Paste from Office feature.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-paste-from-office",
3
- "version": "34.2.0",
3
+ "version": "35.0.0",
4
4
  "description": "Paste from Office feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -12,29 +12,29 @@
12
12
  ],
13
13
  "main": "src/index.js",
14
14
  "dependencies": {
15
- "ckeditor5": "^34.2.0"
15
+ "ckeditor5": "^35.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@ckeditor/ckeditor5-basic-styles": "^34.2.0",
19
- "@ckeditor/ckeditor5-clipboard": "^34.2.0",
20
- "@ckeditor/ckeditor5-cloud-services": "^34.2.0",
21
- "@ckeditor/ckeditor5-code-block": "^34.2.0",
22
- "@ckeditor/ckeditor5-core": "^34.2.0",
18
+ "@ckeditor/ckeditor5-basic-styles": "^35.0.0",
19
+ "@ckeditor/ckeditor5-clipboard": "^35.0.0",
20
+ "@ckeditor/ckeditor5-cloud-services": "^35.0.0",
21
+ "@ckeditor/ckeditor5-code-block": "^35.0.0",
22
+ "@ckeditor/ckeditor5-core": "^35.0.0",
23
23
  "@ckeditor/ckeditor5-dev-utils": "^30.0.0",
24
- "@ckeditor/ckeditor5-easy-image": "^34.2.0",
25
- "@ckeditor/ckeditor5-engine": "^34.2.0",
26
- "@ckeditor/ckeditor5-editor-classic": "^34.2.0",
27
- "@ckeditor/ckeditor5-enter": "^34.2.0",
28
- "@ckeditor/ckeditor5-font": "^34.2.0",
29
- "@ckeditor/ckeditor5-heading": "^34.2.0",
30
- "@ckeditor/ckeditor5-image": "^34.2.0",
31
- "@ckeditor/ckeditor5-link": "^34.2.0",
32
- "@ckeditor/ckeditor5-list": "^34.2.0",
33
- "@ckeditor/ckeditor5-page-break": "^34.2.0",
34
- "@ckeditor/ckeditor5-paragraph": "^34.2.0",
35
- "@ckeditor/ckeditor5-table": "^34.2.0",
36
- "@ckeditor/ckeditor5-theme-lark": "^34.2.0",
37
- "@ckeditor/ckeditor5-utils": "^34.2.0",
24
+ "@ckeditor/ckeditor5-easy-image": "^35.0.0",
25
+ "@ckeditor/ckeditor5-engine": "^35.0.0",
26
+ "@ckeditor/ckeditor5-editor-classic": "^35.0.0",
27
+ "@ckeditor/ckeditor5-enter": "^35.0.0",
28
+ "@ckeditor/ckeditor5-font": "^35.0.0",
29
+ "@ckeditor/ckeditor5-heading": "^35.0.0",
30
+ "@ckeditor/ckeditor5-image": "^35.0.0",
31
+ "@ckeditor/ckeditor5-link": "^35.0.0",
32
+ "@ckeditor/ckeditor5-list": "^35.0.0",
33
+ "@ckeditor/ckeditor5-page-break": "^35.0.0",
34
+ "@ckeditor/ckeditor5-paragraph": "^35.0.0",
35
+ "@ckeditor/ckeditor5-table": "^35.0.0",
36
+ "@ckeditor/ckeditor5-theme-lark": "^35.0.0",
37
+ "@ckeditor/ckeditor5-utils": "^35.0.0",
38
38
  "webpack": "^5.58.1",
39
39
  "webpack-cli": "^4.9.0"
40
40
  },
@@ -56,7 +56,8 @@
56
56
  "src",
57
57
  "theme",
58
58
  "build",
59
- "ckeditor5-metadata.json"
59
+ "ckeditor5-metadata.json",
60
+ "CHANGELOG.md"
60
61
  ],
61
62
  "scripts": {
62
63
  "dll:build": "webpack"