@ckeditor/ckeditor5-track-changes 40.1.0 → 41.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 (242) hide show
  1. package/CHANGELOG.md +20 -20
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/build/track-changes.js +3 -3
  5. package/build/translations/ar.js +1 -1
  6. package/build/translations/az.js +1 -1
  7. package/build/translations/bg.js +1 -1
  8. package/build/translations/bn.js +1 -1
  9. package/build/translations/ca.js +1 -1
  10. package/build/translations/cs.js +1 -1
  11. package/build/translations/da.js +1 -1
  12. package/build/translations/de.js +1 -1
  13. package/build/translations/el.js +1 -1
  14. package/build/translations/en-au.js +1 -1
  15. package/build/translations/es.js +1 -1
  16. package/build/translations/et.js +1 -1
  17. package/build/translations/fi.js +1 -1
  18. package/build/translations/fr.js +1 -1
  19. package/build/translations/gl.js +1 -1
  20. package/build/translations/he.js +1 -1
  21. package/build/translations/hi.js +1 -1
  22. package/build/translations/hr.js +1 -1
  23. package/build/translations/hu.js +1 -1
  24. package/build/translations/id.js +1 -1
  25. package/build/translations/it.js +1 -1
  26. package/build/translations/ja.js +1 -1
  27. package/build/translations/ko.js +1 -1
  28. package/build/translations/lt.js +1 -1
  29. package/build/translations/lv.js +1 -1
  30. package/build/translations/ms.js +1 -1
  31. package/build/translations/nl.js +1 -1
  32. package/build/translations/no.js +1 -1
  33. package/build/translations/pl.js +1 -1
  34. package/build/translations/pt-br.js +1 -1
  35. package/build/translations/pt.js +1 -1
  36. package/build/translations/ro.js +1 -1
  37. package/build/translations/ru.js +1 -1
  38. package/build/translations/sk.js +1 -1
  39. package/build/translations/sq.js +1 -1
  40. package/build/translations/sr-latn.js +1 -1
  41. package/build/translations/sr.js +1 -1
  42. package/build/translations/sv.js +1 -1
  43. package/build/translations/th.js +1 -1
  44. package/build/translations/tk.js +1 -1
  45. package/build/translations/tr.js +1 -1
  46. package/build/translations/tt.js +1 -1
  47. package/build/translations/uk.js +1 -1
  48. package/build/translations/ur.js +1 -1
  49. package/build/translations/vi.js +1 -1
  50. package/build/translations/zh-cn.js +1 -1
  51. package/build/translations/zh.js +1 -1
  52. package/lang/translations/ar.po +6 -6
  53. package/lang/translations/az.po +5 -5
  54. package/lang/translations/bg.po +6 -6
  55. package/lang/translations/bn.po +6 -6
  56. package/lang/translations/ca.po +6 -6
  57. package/lang/translations/cs.po +6 -6
  58. package/lang/translations/da.po +6 -6
  59. package/lang/translations/de.po +6 -6
  60. package/lang/translations/el.po +6 -6
  61. package/lang/translations/en-au.po +6 -6
  62. package/lang/translations/en.po +6 -6
  63. package/lang/translations/es.po +7 -7
  64. package/lang/translations/et.po +6 -6
  65. package/lang/translations/fi.po +6 -6
  66. package/lang/translations/fr.po +6 -6
  67. package/lang/translations/gl.po +37 -37
  68. package/lang/translations/he.po +6 -6
  69. package/lang/translations/hi.po +6 -6
  70. package/lang/translations/hr.po +6 -6
  71. package/lang/translations/hu.po +6 -6
  72. package/lang/translations/id.po +6 -6
  73. package/lang/translations/it.po +6 -6
  74. package/lang/translations/ja.po +6 -6
  75. package/lang/translations/ko.po +6 -6
  76. package/lang/translations/lt.po +6 -6
  77. package/lang/translations/lv.po +6 -6
  78. package/lang/translations/ms.po +6 -6
  79. package/lang/translations/nl.po +6 -6
  80. package/lang/translations/no.po +6 -6
  81. package/lang/translations/pl.po +6 -6
  82. package/lang/translations/pt-br.po +6 -6
  83. package/lang/translations/pt.po +6 -6
  84. package/lang/translations/ro.po +6 -6
  85. package/lang/translations/ru.po +6 -6
  86. package/lang/translations/sk.po +6 -6
  87. package/lang/translations/sq.po +5 -5
  88. package/lang/translations/sr-latn.po +25 -25
  89. package/lang/translations/sr.po +6 -6
  90. package/lang/translations/sv.po +6 -6
  91. package/lang/translations/th.po +6 -6
  92. package/lang/translations/tk.po +5 -5
  93. package/lang/translations/tr.po +6 -6
  94. package/lang/translations/tt.po +5 -5
  95. package/lang/translations/uk.po +6 -6
  96. package/lang/translations/ur.po +5 -5
  97. package/lang/translations/vi.po +6 -6
  98. package/lang/translations/zh-cn.po +6 -6
  99. package/lang/translations/zh.po +6 -6
  100. package/package.json +4 -3
  101. package/src/augmentation.d.ts +3 -3
  102. package/src/augmentation.js +1 -1
  103. package/src/commands/acceptsuggestioncommand.d.ts +3 -3
  104. package/src/commands/acceptsuggestioncommand.js +2 -2
  105. package/src/commands/discardsuggestioncommand.d.ts +3 -3
  106. package/src/commands/discardsuggestioncommand.js +2 -2
  107. package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
  108. package/src/commands/executeonallsuggestionscommand.js +2 -2
  109. package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
  110. package/src/commands/executeonselectedsuggestionscommand.js +2 -2
  111. package/src/commands/trackchangescommand.d.ts +2 -2
  112. package/src/commands/trackchangescommand.js +2 -2
  113. package/src/index.d.ts +13 -13
  114. package/src/index.js +2 -2
  115. package/src/integrations/aiassistant.d.ts +2 -2
  116. package/src/integrations/aiassistant.js +2 -2
  117. package/src/integrations/alignment.d.ts +2 -2
  118. package/src/integrations/alignment.js +2 -2
  119. package/src/integrations/basicstyles.d.ts +2 -2
  120. package/src/integrations/basicstyles.js +2 -2
  121. package/src/integrations/blockquote.d.ts +2 -2
  122. package/src/integrations/blockquote.js +2 -2
  123. package/src/integrations/casechange.d.ts +17 -0
  124. package/src/integrations/casechange.js +23 -0
  125. package/src/integrations/ckbox.d.ts +2 -2
  126. package/src/integrations/ckbox.js +2 -2
  127. package/src/integrations/codeblock.d.ts +2 -2
  128. package/src/integrations/codeblock.js +2 -2
  129. package/src/integrations/comments.d.ts +2 -2
  130. package/src/integrations/comments.js +2 -2
  131. package/src/integrations/deletecommand.d.ts +3 -3
  132. package/src/integrations/deletecommand.js +2 -2
  133. package/src/integrations/entercommand.d.ts +3 -3
  134. package/src/integrations/entercommand.js +2 -2
  135. package/src/integrations/findandreplace.d.ts +2 -2
  136. package/src/integrations/findandreplace.js +2 -2
  137. package/src/integrations/font.d.ts +2 -2
  138. package/src/integrations/font.js +2 -2
  139. package/src/integrations/formatpainter.d.ts +2 -2
  140. package/src/integrations/formatpainter.js +2 -2
  141. package/src/integrations/heading.d.ts +2 -2
  142. package/src/integrations/heading.js +2 -2
  143. package/src/integrations/highlight.d.ts +2 -2
  144. package/src/integrations/highlight.js +2 -2
  145. package/src/integrations/horizontalline.d.ts +2 -2
  146. package/src/integrations/horizontalline.js +2 -2
  147. package/src/integrations/htmlembed.d.ts +2 -2
  148. package/src/integrations/htmlembed.js +2 -2
  149. package/src/integrations/image.d.ts +2 -2
  150. package/src/integrations/image.js +2 -2
  151. package/src/integrations/imagereplace.d.ts +2 -2
  152. package/src/integrations/imagereplace.js +2 -2
  153. package/src/integrations/imagestyle.d.ts +2 -2
  154. package/src/integrations/imagestyle.js +2 -2
  155. package/src/integrations/importword.d.ts +2 -2
  156. package/src/integrations/importword.js +2 -2
  157. package/src/integrations/indent.d.ts +2 -2
  158. package/src/integrations/indent.js +2 -2
  159. package/src/integrations/inputcommand.d.ts +3 -3
  160. package/src/integrations/inputcommand.js +2 -2
  161. package/src/integrations/legacylist.d.ts +17 -0
  162. package/src/integrations/legacylist.js +23 -0
  163. package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
  164. package/src/integrations/legacylistproperties.js +23 -0
  165. package/src/integrations/link.d.ts +2 -2
  166. package/src/integrations/link.js +2 -2
  167. package/src/integrations/list.d.ts +6 -6
  168. package/src/integrations/list.js +2 -2
  169. package/src/integrations/listproperties.d.ts +6 -15
  170. package/src/integrations/listproperties.js +2 -2
  171. package/src/integrations/mediaembed.d.ts +2 -2
  172. package/src/integrations/mediaembed.js +2 -2
  173. package/src/integrations/mention.d.ts +2 -2
  174. package/src/integrations/mention.js +2 -2
  175. package/src/integrations/pagebreak.d.ts +2 -2
  176. package/src/integrations/pagebreak.js +2 -2
  177. package/src/integrations/paragraph.d.ts +2 -2
  178. package/src/integrations/paragraph.js +2 -2
  179. package/src/integrations/removeformat.d.ts +2 -2
  180. package/src/integrations/removeformat.js +2 -2
  181. package/src/integrations/restrictededitingmode.d.ts +2 -2
  182. package/src/integrations/restrictededitingmode.js +2 -2
  183. package/src/integrations/shiftentercommand.d.ts +3 -3
  184. package/src/integrations/shiftentercommand.js +2 -2
  185. package/src/integrations/standardeditingmode.d.ts +2 -2
  186. package/src/integrations/standardeditingmode.js +2 -2
  187. package/src/integrations/style.d.ts +2 -2
  188. package/src/integrations/style.js +2 -2
  189. package/src/integrations/table.d.ts +2 -2
  190. package/src/integrations/table.js +2 -2
  191. package/src/integrations/tablecaption.d.ts +3 -3
  192. package/src/integrations/tablecaption.js +2 -2
  193. package/src/integrations/tableclipboard.d.ts +3 -3
  194. package/src/integrations/tableclipboard.js +2 -2
  195. package/src/integrations/tablecolumnresize.d.ts +5 -5
  196. package/src/integrations/tablecolumnresize.js +2 -2
  197. package/src/integrations/tableheadings.d.ts +3 -3
  198. package/src/integrations/tableheadings.js +2 -2
  199. package/src/integrations/tablemergesplit.d.ts +3 -3
  200. package/src/integrations/tablemergesplit.js +2 -2
  201. package/src/integrations/tableofcontents.d.ts +2 -2
  202. package/src/integrations/tableofcontents.js +2 -2
  203. package/src/integrations/tableproperties.d.ts +5 -5
  204. package/src/integrations/tableproperties.js +2 -2
  205. package/src/integrations/template.d.ts +2 -2
  206. package/src/integrations/template.js +2 -2
  207. package/src/integrations/title.d.ts +2 -2
  208. package/src/integrations/title.js +2 -2
  209. package/src/integrations/undo.d.ts +2 -2
  210. package/src/integrations/undo.js +2 -2
  211. package/src/integrations/utils.d.ts +4 -4
  212. package/src/integrations/utils.js +2 -2
  213. package/src/suggestion.d.ts +6 -6
  214. package/src/suggestion.js +2 -2
  215. package/src/suggestiondescriptionfactory.d.ts +4 -4
  216. package/src/suggestiondescriptionfactory.js +2 -2
  217. package/src/trackchanges.d.ts +6 -6
  218. package/src/trackchanges.js +2 -2
  219. package/src/trackchangesconfig.d.ts +2 -2
  220. package/src/trackchangesconfig.js +1 -1
  221. package/src/trackchangesdata.d.ts +3 -3
  222. package/src/trackchangesdata.js +2 -2
  223. package/src/trackchangesediting.d.ts +56 -55
  224. package/src/trackchangesediting.js +2 -2
  225. package/src/trackchangesui.d.ts +4 -4
  226. package/src/trackchangesui.js +2 -2
  227. package/src/ui/suggestioncontroller.d.ts +6 -6
  228. package/src/ui/suggestioncontroller.js +2 -2
  229. package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
  230. package/src/ui/view/basesuggestionthreadview.js +2 -2
  231. package/src/ui/view/suggestionthreadview.d.ts +6 -6
  232. package/src/ui/view/suggestionthreadview.js +2 -2
  233. package/src/utils/common-translations.d.ts +2 -2
  234. package/src/utils/common-translations.js +2 -2
  235. package/src/utils/utils.d.ts +5 -5
  236. package/src/utils/utils.js +2 -2
  237. package/theme/icons/track-changes-accept.svg +1 -1
  238. package/theme/icons/track-changes-discard.svg +1 -1
  239. package/theme/icons/track-changes.svg +1 -1
  240. package/src/integrations/documentlist.d.ts +0 -17
  241. package/src/integrations/documentlist.js +0 -23
  242. package/src/integrations/documentlistproperties.js +0 -23
package/CHANGELOG.md CHANGED
@@ -5,20 +5,20 @@ All changes in the package are documented at https://github.com/ckeditor/ckedito
5
5
 
6
6
  Changes for the past releases are available below.
7
7
 
8
- ## 23.0.0 (2020-09-25)
8
+ ## 23.0.0 (September 25, 2020)
9
9
 
10
10
  ### Other changes
11
11
 
12
12
  * Added support for custom headings in track changes mode.
13
13
 
14
14
 
15
- ## 22.0.0 (2020-08-25)
15
+ ## 22.0.0 (August 25, 2020)
16
16
 
17
17
  ### Features
18
18
 
19
19
  * Introduced [`TrackChangesData`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-api.html#trackchangesdata) plugin which returns the editor data with all suggestions accepted or rejected.
20
20
 
21
- ## 21.0.0 (2020-07-24)
21
+ ## 21.0.0 (July 24, 2020)
22
22
 
23
23
  ### BREAKING CHANGES
24
24
 
@@ -36,21 +36,21 @@ Changes for the past releases are available below.
36
36
  * Fixed a crash happening when the remove row and remove column suggestions were accepted at the same time.
37
37
 
38
38
 
39
- ## 20.0.1 (2020-06-26)
39
+ ## 20.0.1 (June 26, 2020)
40
40
 
41
41
  ### Bug fixes
42
42
 
43
43
  * Fixed a crash happening when an element was inserted after a paragraph insertion suggestion.
44
44
 
45
45
 
46
- ## 19.1.0 (2020-05-25)
46
+ ## 19.1.0 (May 25, 2020)
47
47
 
48
48
  ### Features
49
49
 
50
50
  * Integration for "magic block" (inserting paragraphs before/after a widget).
51
51
 
52
52
 
53
- ## 19.0.1 (2020-04-30)
53
+ ## 19.0.1 (April 30, 2020)
54
54
 
55
55
  ### Features
56
56
 
@@ -62,21 +62,21 @@ Changes for the past releases are available below.
62
62
  * Fixed incorrect accepting and discarding of table row or column suggestions that were in the initial data.
63
63
 
64
64
 
65
- ## 18.0.0 (2020-03-19)
65
+ ## 18.0.0 (March 19, 2020)
66
66
 
67
67
  ### Bug fixes
68
68
 
69
- * Fixed incorrect suggestion description when styling (e.g. bold) was applied to the whole table.
70
- * Fixed incorrectly created inline formatting suggestion set on a table that had insertion suggestions inside.
69
+ * Fixed incorrect suggestion description when styling (like bold) was applied to the whole table.
70
+ * Fixed incorrectly created inline formatting suggestions set on a table that had insertion suggestions inside.
71
71
  * Fixed incorrectly highlighted suggestions for table row/column insertion and deletion.
72
72
 
73
73
 
74
- ## 17.0.0 (2020-02-20)
74
+ ## 17.0.0 (February 20, 2020)
75
75
 
76
76
  ### BREAKING CHANGES
77
77
 
78
78
  * The track changes feature now expects the `config.collaboration.channelId` configuration parameter. The previously used `config.cloudServices.documentId` was deprecated and will be removed in the next release.
79
- * Stylesheets for suggestions were cleaned up. If you are using custom styles, please refer to the documentation to see what CSS variables can now be used.
79
+ * Stylesheets for suggestions were cleaned up. If you are using custom styles, refer to the documentation to see what CSS variables can now be used.
80
80
 
81
81
  ### Features
82
82
 
@@ -97,12 +97,12 @@ Changes for the past releases are available below.
97
97
  * Improved the behavior of the track changes split button. The dropdown will not be disabled if there is at least one enabled item inside it.
98
98
 
99
99
 
100
- ## 16.0.0 (2019-12-02)
100
+ ## 16.0.0 (December 2, 2019)
101
101
 
102
102
  Internal changes only (updated dependencies, documentation, etc.).
103
103
 
104
104
 
105
- ## 15.0.0 (2019-10-23)
105
+ ## 15.0.0 (October 23, 2019)
106
106
 
107
107
  ### Features
108
108
 
@@ -117,7 +117,7 @@ Internal changes only (updated dependencies, documentation, etc.).
117
117
  * Track changes will no longer import and add all the features to the editor.
118
118
 
119
119
 
120
- ## 1.1.0 (2019-08-22)
120
+ ## 1.1.0 (August 22, 2019)
121
121
 
122
122
  ### Features
123
123
 
@@ -137,7 +137,7 @@ Internal changes only (updated dependencies, documentation, etc.).
137
137
  * Text replacement suggestions will be active after creation.
138
138
 
139
139
 
140
- ## 1.0.0 (2019-07-04)
140
+ ## 1.0.0 (July 4, 2019)
141
141
 
142
142
  ### Features
143
143
 
@@ -156,14 +156,14 @@ Internal changes only (updated dependencies, documentation, etc.).
156
156
  * Introduced the support for mobile environments: Android and iOS.
157
157
 
158
158
 
159
- ## 0.3.0 (2019-06-05)
159
+ ## 0.3.0 (June 5, 2019)
160
160
 
161
161
  ### Features
162
162
 
163
- * Introduced tracking of formatting changes. Added support for alignment, bold, italic, underline, code, strike-through, subscript, superscript, block quotes, font features, headings, highlight, image styles, link, list indentation, mentions and remove formatting features in the track change mode.
163
+ * Introduced tracking of formatting changes. Added support for alignment, bold, italic, underline, code, strikethrough, subscript, superscript, block quotes, font features, headings, highlight, image styles, link, list indentation, mentions, and remove formatting features in the track change mode.
164
164
  * Introduced the [`comments.editorConfig` property](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/comments/comments.html#comment-editor-customization) for providing a custom configuration for the track changes comment editor.
165
165
  * Enabled table commands for the user who inserted the table.
166
- * Introduced inline suggestions as a separate [display mode](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/comments/comments-display-mode.html). It is possible to switch between sidebar and inline suggestions dynamically.
166
+ * Introduced inline suggestions as a separate [display mode](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/comments/comments-display-mode.html). It is possible to switch between the sidebar and inline suggestions dynamically.
167
167
 
168
168
  ### Bug fixes
169
169
 
@@ -171,7 +171,7 @@ Internal changes only (updated dependencies, documentation, etc.).
171
171
  * Suggestions on objects (images, tables, etc.) should not be unexpectedly removed after clicking the widget.
172
172
 
173
173
 
174
- ## 0.2.0 (2019-04-05)
174
+ ## 0.2.0 (April 4, 2019)
175
175
 
176
176
  ### Features
177
177
 
@@ -190,7 +190,7 @@ Internal changes only (updated dependencies, documentation, etc.).
190
190
  * Introduced the `adapter.updateSuggestion()` method and the `suggestionData.hasComments` property needed to handle comments for suggestions. Learn more [in the documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/track-changes/track-changes-integration.html).
191
191
 
192
192
 
193
- ## 0.1.0 (2019-02-25)
193
+ ## 0.1.0 (February 5, 2019)
194
194
 
195
195
  ### The initial implementation of track changes
196
196
 
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
5
- Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor&nbsp;5 track changes feature is licensed under a commercial license and is protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
package/README.md CHANGED
@@ -52,7 +52,7 @@ As a licensed CKEditor&nbsp;5 track changes user you can report bugs and request
52
52
  ## License
53
53
 
54
54
  **CKEditor&nbsp;5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
55
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
55
+ Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
56
56
 
57
57
  CKEditor&nbsp;5 track changes feature is licensed under a commercial license and is protected by copyright law.
58
58
  For more details about available licensing options please contact us at sales@cksource.com.