@ckeditor/ckeditor5-track-changes 40.0.0 → 40.2.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.
- package/CHANGELOG.md +15 -15
- package/LICENSE.md +3 -3
- package/README.md +1 -1
- package/build/track-changes.js +2 -2
- package/build/translations/ar.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/lang/contexts.json +20 -1
- package/lang/translations/ar.po +78 -2
- package/lang/translations/az.po +77 -1
- package/lang/translations/bg.po +78 -2
- package/lang/translations/bn.po +78 -2
- package/lang/translations/ca.po +78 -2
- package/lang/translations/cs.po +78 -2
- package/lang/translations/da.po +78 -2
- package/lang/translations/de.po +78 -2
- package/lang/translations/el.po +78 -2
- package/lang/translations/en-au.po +78 -2
- package/lang/translations/en.po +78 -2
- package/lang/translations/es.po +78 -2
- package/lang/translations/et.po +78 -2
- package/lang/translations/fi.po +78 -2
- package/lang/translations/fr.po +78 -2
- package/lang/translations/gl.po +90 -14
- package/lang/translations/he.po +78 -2
- package/lang/translations/hi.po +78 -2
- package/lang/translations/hr.po +78 -2
- package/lang/translations/hu.po +78 -2
- package/lang/translations/id.po +78 -2
- package/lang/translations/it.po +78 -2
- package/lang/translations/ja.po +78 -2
- package/lang/translations/ko.po +78 -2
- package/lang/translations/lt.po +78 -2
- package/lang/translations/lv.po +78 -2
- package/lang/translations/ms.po +78 -2
- package/lang/translations/nl.po +78 -2
- package/lang/translations/no.po +78 -2
- package/lang/translations/pl.po +78 -2
- package/lang/translations/pt-br.po +96 -20
- package/lang/translations/pt.po +78 -2
- package/lang/translations/ro.po +78 -2
- package/lang/translations/ru.po +78 -2
- package/lang/translations/sk.po +78 -2
- package/lang/translations/sq.po +77 -1
- package/lang/translations/sr-latn.po +78 -2
- package/lang/translations/sr.po +78 -2
- package/lang/translations/sv.po +78 -2
- package/lang/translations/th.po +78 -2
- package/lang/translations/tk.po +77 -1
- package/lang/translations/tr.po +78 -2
- package/lang/translations/tt.po +77 -1
- package/lang/translations/uk.po +78 -2
- package/lang/translations/ur.po +77 -1
- package/lang/translations/vi.po +78 -2
- package/lang/translations/zh-cn.po +78 -2
- package/lang/translations/zh.po +78 -2
- package/package.json +3 -3
- package/src/augmentation.d.ts +40 -40
- package/src/commands/acceptsuggestioncommand.d.ts +24 -24
- package/src/commands/acceptsuggestioncommand.js +1 -1
- package/src/commands/discardsuggestioncommand.d.ts +24 -24
- package/src/commands/discardsuggestioncommand.js +1 -1
- package/src/commands/executeonallsuggestionscommand.d.ts +24 -24
- package/src/commands/executeonallsuggestionscommand.js +1 -1
- package/src/commands/executeonselectedsuggestionscommand.d.ts +24 -24
- package/src/commands/executeonselectedsuggestionscommand.js +1 -1
- package/src/commands/trackchangescommand.d.ts +26 -26
- package/src/commands/trackchangescommand.js +1 -1
- package/src/index.d.ts +16 -16
- package/src/integrations/aiassistant.d.ts +17 -17
- package/src/integrations/aiassistant.js +1 -1
- package/src/integrations/alignment.d.ts +17 -17
- package/src/integrations/alignment.js +1 -1
- package/src/integrations/basicstyles.d.ts +17 -17
- package/src/integrations/basicstyles.js +1 -1
- package/src/integrations/blockquote.d.ts +17 -17
- package/src/integrations/blockquote.js +1 -1
- package/src/integrations/ckbox.d.ts +17 -17
- package/src/integrations/ckbox.js +1 -1
- package/src/integrations/codeblock.d.ts +17 -17
- package/src/integrations/codeblock.js +1 -1
- package/src/integrations/comments.d.ts +14 -14
- package/src/integrations/comments.js +1 -1
- package/src/integrations/deletecommand.d.ts +17 -17
- package/src/integrations/deletecommand.js +1 -1
- package/src/integrations/documentlist.d.ts +17 -17
- package/src/integrations/documentlist.js +1 -1
- package/src/integrations/documentlistproperties.d.ts +29 -29
- package/src/integrations/documentlistproperties.js +1 -1
- package/src/integrations/entercommand.d.ts +16 -16
- package/src/integrations/entercommand.js +1 -1
- package/src/integrations/findandreplace.d.ts +21 -21
- package/src/integrations/findandreplace.js +1 -1
- package/src/integrations/font.d.ts +17 -17
- package/src/integrations/font.js +1 -1
- package/src/integrations/formatpainter.d.ts +17 -17
- package/src/integrations/formatpainter.js +1 -1
- package/src/integrations/heading.d.ts +17 -17
- package/src/integrations/heading.js +1 -1
- package/src/integrations/highlight.d.ts +17 -17
- package/src/integrations/highlight.js +1 -1
- package/src/integrations/horizontalline.d.ts +17 -17
- package/src/integrations/horizontalline.js +1 -1
- package/src/integrations/htmlembed.d.ts +17 -17
- package/src/integrations/htmlembed.js +1 -1
- package/src/integrations/image.d.ts +17 -17
- package/src/integrations/image.js +1 -1
- package/src/integrations/imagereplace.d.ts +17 -23
- package/src/integrations/imagereplace.js +1 -1
- package/src/integrations/imagestyle.d.ts +17 -0
- package/src/integrations/imagestyle.js +23 -0
- package/src/integrations/importword.d.ts +18 -18
- package/src/integrations/importword.js +1 -1
- package/src/integrations/indent.d.ts +17 -17
- package/src/integrations/indent.js +1 -1
- package/src/integrations/inputcommand.d.ts +16 -16
- package/src/integrations/inputcommand.js +1 -1
- package/src/integrations/link.d.ts +17 -17
- package/src/integrations/link.js +1 -1
- package/src/integrations/list.d.ts +17 -17
- package/src/integrations/list.js +1 -1
- package/src/integrations/listproperties.d.ts +29 -29
- package/src/integrations/listproperties.js +1 -1
- package/src/integrations/mediaembed.d.ts +17 -17
- package/src/integrations/mediaembed.js +1 -1
- package/src/integrations/mention.d.ts +17 -17
- package/src/integrations/mention.js +1 -1
- package/src/integrations/pagebreak.d.ts +17 -17
- package/src/integrations/pagebreak.js +1 -1
- package/src/integrations/paragraph.d.ts +17 -17
- package/src/integrations/paragraph.js +1 -1
- package/src/integrations/removeformat.d.ts +17 -17
- package/src/integrations/removeformat.js +1 -1
- package/src/integrations/restrictededitingmode.d.ts +17 -17
- package/src/integrations/restrictededitingmode.js +1 -1
- package/src/integrations/shiftentercommand.d.ts +16 -16
- package/src/integrations/shiftentercommand.js +1 -1
- package/src/integrations/standardeditingmode.d.ts +17 -17
- package/src/integrations/standardeditingmode.js +1 -1
- package/src/integrations/style.d.ts +17 -18
- package/src/integrations/style.js +1 -1
- package/src/integrations/table.d.ts +42 -42
- package/src/integrations/table.js +1 -1
- package/src/integrations/tablecaption.d.ts +22 -22
- package/src/integrations/tablecaption.js +1 -1
- package/src/integrations/tableclipboard.d.ts +19 -19
- package/src/integrations/tableclipboard.js +1 -1
- package/src/integrations/tablecolumnresize.d.ts +26 -26
- package/src/integrations/tablecolumnresize.js +1 -1
- package/src/integrations/tableheadings.d.ts +22 -22
- package/src/integrations/tableheadings.js +1 -1
- package/src/integrations/tablemergesplit.d.ts +22 -22
- package/src/integrations/tablemergesplit.js +1 -1
- package/src/integrations/tableofcontents.d.ts +17 -17
- package/src/integrations/tableofcontents.js +1 -1
- package/src/integrations/tableproperties.d.ts +27 -27
- package/src/integrations/tableproperties.js +1 -1
- package/src/integrations/template.d.ts +17 -17
- package/src/integrations/template.js +1 -1
- package/src/integrations/title.d.ts +17 -17
- package/src/integrations/title.js +1 -1
- package/src/integrations/undo.d.ts +17 -17
- package/src/integrations/undo.js +1 -1
- package/src/integrations/utils.d.ts +21 -21
- package/src/integrations/utils.js +1 -1
- package/src/suggestion.d.ts +291 -276
- package/src/suggestion.js +1 -1
- package/src/suggestiondescriptionfactory.d.ts +183 -163
- package/src/suggestiondescriptionfactory.js +1 -1
- package/src/trackchanges.d.ts +180 -244
- package/src/trackchanges.js +1 -1
- package/src/trackchangesconfig.d.ts +78 -75
- package/src/trackchangesdata.d.ts +41 -41
- package/src/trackchangesdata.js +1 -1
- package/src/trackchangesediting.d.ts +524 -468
- package/src/trackchangesediting.js +1 -1
- package/src/trackchangesui.d.ts +38 -38
- package/src/trackchangesui.js +1 -1
- package/src/ui/suggestioncontroller.d.ts +37 -37
- package/src/ui/suggestioncontroller.js +1 -1
- package/src/ui/view/basesuggestionthreadview.d.ts +170 -170
- package/src/ui/view/basesuggestionthreadview.js +1 -1
- package/src/ui/view/suggestionthreadview.d.ts +182 -182
- package/src/ui/view/suggestionthreadview.js +1 -1
- package/src/utils/common-translations.d.ts +9 -9
- package/src/utils/common-translations.js +1 -1
- package/src/utils/utils.d.ts +30 -30
- package/src/utils/utils.js +1 -1
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
53
|
+
## 19.0.1 (April 30, 2020)
|
|
54
54
|
|
|
55
55
|
### Features
|
|
56
56
|
|
|
@@ -62,7 +62,7 @@ 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
|
|
65
|
+
## 18.0.0 (March 19, 2020)
|
|
66
66
|
|
|
67
67
|
### Bug fixes
|
|
68
68
|
|
|
@@ -71,7 +71,7 @@ Changes for the past releases are available below.
|
|
|
71
71
|
* Fixed incorrectly highlighted suggestions for table row/column insertion and deletion.
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
## 17.0.0 (2020
|
|
74
|
+
## 17.0.0 (February 20, 2020)
|
|
75
75
|
|
|
76
76
|
### BREAKING CHANGES
|
|
77
77
|
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
140
|
+
## 1.0.0 (July 4, 2019)
|
|
141
141
|
|
|
142
142
|
### Features
|
|
143
143
|
|
|
@@ -156,7 +156,7 @@ 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
|
|
159
|
+
## 0.3.0 (June 5, 2019)
|
|
160
160
|
|
|
161
161
|
### Features
|
|
162
162
|
|
|
@@ -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
|
|
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
|
|
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 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
|
|
5
|
-
Copyright (c) 2003
|
|
5
|
+
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 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.
|
|
@@ -14,9 +14,9 @@ Where not otherwise indicated, all CKEditor 5 track changes content is auth
|
|
|
14
14
|
|
|
15
15
|
The following libraries are included in CKEditor 5 track changes under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* Lodash - Copyright (c) JS Foundation and other contributors https://js.foundation/. Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors http://underscorejs.org/.
|
|
18
18
|
|
|
19
19
|
Trademarks
|
|
20
20
|
----------
|
|
21
21
|
|
|
22
|
-
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks or service marks of their respective holders.
|
|
22
|
+
**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
|
package/README.md
CHANGED
|
@@ -52,7 +52,7 @@ As a licensed CKEditor 5 track changes user you can report bugs and request
|
|
|
52
52
|
## License
|
|
53
53
|
|
|
54
54
|
**CKEditor 5 track changes** (https://ckeditor.com/collaboration/track-changes/)<br>
|
|
55
|
-
Copyright (c) 2003
|
|
55
|
+
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
56
56
|
|
|
57
57
|
CKEditor 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.
|