@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.
- package/CHANGELOG.md +20 -20
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/build/track-changes.js +3 -3
- 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/translations/ar.po +6 -6
- package/lang/translations/az.po +5 -5
- package/lang/translations/bg.po +6 -6
- package/lang/translations/bn.po +6 -6
- package/lang/translations/ca.po +6 -6
- package/lang/translations/cs.po +6 -6
- package/lang/translations/da.po +6 -6
- package/lang/translations/de.po +6 -6
- package/lang/translations/el.po +6 -6
- package/lang/translations/en-au.po +6 -6
- package/lang/translations/en.po +6 -6
- package/lang/translations/es.po +7 -7
- package/lang/translations/et.po +6 -6
- package/lang/translations/fi.po +6 -6
- package/lang/translations/fr.po +6 -6
- package/lang/translations/gl.po +37 -37
- package/lang/translations/he.po +6 -6
- package/lang/translations/hi.po +6 -6
- package/lang/translations/hr.po +6 -6
- package/lang/translations/hu.po +6 -6
- package/lang/translations/id.po +6 -6
- package/lang/translations/it.po +6 -6
- package/lang/translations/ja.po +6 -6
- package/lang/translations/ko.po +6 -6
- package/lang/translations/lt.po +6 -6
- package/lang/translations/lv.po +6 -6
- package/lang/translations/ms.po +6 -6
- package/lang/translations/nl.po +6 -6
- package/lang/translations/no.po +6 -6
- package/lang/translations/pl.po +6 -6
- package/lang/translations/pt-br.po +6 -6
- package/lang/translations/pt.po +6 -6
- package/lang/translations/ro.po +6 -6
- package/lang/translations/ru.po +6 -6
- package/lang/translations/sk.po +6 -6
- package/lang/translations/sq.po +5 -5
- package/lang/translations/sr-latn.po +25 -25
- package/lang/translations/sr.po +6 -6
- package/lang/translations/sv.po +6 -6
- package/lang/translations/th.po +6 -6
- package/lang/translations/tk.po +5 -5
- package/lang/translations/tr.po +6 -6
- package/lang/translations/tt.po +5 -5
- package/lang/translations/uk.po +6 -6
- package/lang/translations/ur.po +5 -5
- package/lang/translations/vi.po +6 -6
- package/lang/translations/zh-cn.po +6 -6
- package/lang/translations/zh.po +6 -6
- package/package.json +4 -3
- package/src/augmentation.d.ts +3 -3
- package/src/augmentation.js +1 -1
- package/src/commands/acceptsuggestioncommand.d.ts +3 -3
- package/src/commands/acceptsuggestioncommand.js +2 -2
- package/src/commands/discardsuggestioncommand.d.ts +3 -3
- package/src/commands/discardsuggestioncommand.js +2 -2
- package/src/commands/executeonallsuggestionscommand.d.ts +3 -3
- package/src/commands/executeonallsuggestionscommand.js +2 -2
- package/src/commands/executeonselectedsuggestionscommand.d.ts +3 -3
- package/src/commands/executeonselectedsuggestionscommand.js +2 -2
- package/src/commands/trackchangescommand.d.ts +2 -2
- package/src/commands/trackchangescommand.js +2 -2
- package/src/index.d.ts +13 -13
- package/src/index.js +2 -2
- package/src/integrations/aiassistant.d.ts +2 -2
- package/src/integrations/aiassistant.js +2 -2
- package/src/integrations/alignment.d.ts +2 -2
- package/src/integrations/alignment.js +2 -2
- package/src/integrations/basicstyles.d.ts +2 -2
- package/src/integrations/basicstyles.js +2 -2
- package/src/integrations/blockquote.d.ts +2 -2
- package/src/integrations/blockquote.js +2 -2
- package/src/integrations/casechange.d.ts +17 -0
- package/src/integrations/casechange.js +23 -0
- package/src/integrations/ckbox.d.ts +2 -2
- package/src/integrations/ckbox.js +2 -2
- package/src/integrations/codeblock.d.ts +2 -2
- package/src/integrations/codeblock.js +2 -2
- package/src/integrations/comments.d.ts +2 -2
- package/src/integrations/comments.js +2 -2
- package/src/integrations/deletecommand.d.ts +3 -3
- package/src/integrations/deletecommand.js +2 -2
- package/src/integrations/entercommand.d.ts +3 -3
- package/src/integrations/entercommand.js +2 -2
- package/src/integrations/findandreplace.d.ts +2 -2
- package/src/integrations/findandreplace.js +2 -2
- package/src/integrations/font.d.ts +2 -2
- package/src/integrations/font.js +2 -2
- package/src/integrations/formatpainter.d.ts +2 -2
- package/src/integrations/formatpainter.js +2 -2
- package/src/integrations/heading.d.ts +2 -2
- package/src/integrations/heading.js +2 -2
- package/src/integrations/highlight.d.ts +2 -2
- package/src/integrations/highlight.js +2 -2
- package/src/integrations/horizontalline.d.ts +2 -2
- package/src/integrations/horizontalline.js +2 -2
- package/src/integrations/htmlembed.d.ts +2 -2
- package/src/integrations/htmlembed.js +2 -2
- package/src/integrations/image.d.ts +2 -2
- package/src/integrations/image.js +2 -2
- package/src/integrations/imagereplace.d.ts +2 -2
- package/src/integrations/imagereplace.js +2 -2
- package/src/integrations/imagestyle.d.ts +2 -2
- package/src/integrations/imagestyle.js +2 -2
- package/src/integrations/importword.d.ts +2 -2
- package/src/integrations/importword.js +2 -2
- package/src/integrations/indent.d.ts +2 -2
- package/src/integrations/indent.js +2 -2
- package/src/integrations/inputcommand.d.ts +3 -3
- package/src/integrations/inputcommand.js +2 -2
- package/src/integrations/legacylist.d.ts +17 -0
- package/src/integrations/legacylist.js +23 -0
- package/src/integrations/{documentlistproperties.d.ts → legacylistproperties.d.ts} +7 -7
- package/src/integrations/legacylistproperties.js +23 -0
- package/src/integrations/link.d.ts +2 -2
- package/src/integrations/link.js +2 -2
- package/src/integrations/list.d.ts +6 -6
- package/src/integrations/list.js +2 -2
- package/src/integrations/listproperties.d.ts +6 -15
- package/src/integrations/listproperties.js +2 -2
- package/src/integrations/mediaembed.d.ts +2 -2
- package/src/integrations/mediaembed.js +2 -2
- package/src/integrations/mention.d.ts +2 -2
- package/src/integrations/mention.js +2 -2
- package/src/integrations/pagebreak.d.ts +2 -2
- package/src/integrations/pagebreak.js +2 -2
- package/src/integrations/paragraph.d.ts +2 -2
- package/src/integrations/paragraph.js +2 -2
- package/src/integrations/removeformat.d.ts +2 -2
- package/src/integrations/removeformat.js +2 -2
- package/src/integrations/restrictededitingmode.d.ts +2 -2
- package/src/integrations/restrictededitingmode.js +2 -2
- package/src/integrations/shiftentercommand.d.ts +3 -3
- package/src/integrations/shiftentercommand.js +2 -2
- package/src/integrations/standardeditingmode.d.ts +2 -2
- package/src/integrations/standardeditingmode.js +2 -2
- package/src/integrations/style.d.ts +2 -2
- package/src/integrations/style.js +2 -2
- package/src/integrations/table.d.ts +2 -2
- package/src/integrations/table.js +2 -2
- package/src/integrations/tablecaption.d.ts +3 -3
- package/src/integrations/tablecaption.js +2 -2
- package/src/integrations/tableclipboard.d.ts +3 -3
- package/src/integrations/tableclipboard.js +2 -2
- package/src/integrations/tablecolumnresize.d.ts +5 -5
- package/src/integrations/tablecolumnresize.js +2 -2
- package/src/integrations/tableheadings.d.ts +3 -3
- package/src/integrations/tableheadings.js +2 -2
- package/src/integrations/tablemergesplit.d.ts +3 -3
- package/src/integrations/tablemergesplit.js +2 -2
- package/src/integrations/tableofcontents.d.ts +2 -2
- package/src/integrations/tableofcontents.js +2 -2
- package/src/integrations/tableproperties.d.ts +5 -5
- package/src/integrations/tableproperties.js +2 -2
- package/src/integrations/template.d.ts +2 -2
- package/src/integrations/template.js +2 -2
- package/src/integrations/title.d.ts +2 -2
- package/src/integrations/title.js +2 -2
- package/src/integrations/undo.d.ts +2 -2
- package/src/integrations/undo.js +2 -2
- package/src/integrations/utils.d.ts +4 -4
- package/src/integrations/utils.js +2 -2
- package/src/suggestion.d.ts +6 -6
- package/src/suggestion.js +2 -2
- package/src/suggestiondescriptionfactory.d.ts +4 -4
- package/src/suggestiondescriptionfactory.js +2 -2
- package/src/trackchanges.d.ts +6 -6
- package/src/trackchanges.js +2 -2
- package/src/trackchangesconfig.d.ts +2 -2
- package/src/trackchangesconfig.js +1 -1
- package/src/trackchangesdata.d.ts +3 -3
- package/src/trackchangesdata.js +2 -2
- package/src/trackchangesediting.d.ts +56 -55
- package/src/trackchangesediting.js +2 -2
- package/src/trackchangesui.d.ts +4 -4
- package/src/trackchangesui.js +2 -2
- package/src/ui/suggestioncontroller.d.ts +6 -6
- package/src/ui/suggestioncontroller.js +2 -2
- package/src/ui/view/basesuggestionthreadview.d.ts +7 -7
- package/src/ui/view/basesuggestionthreadview.js +2 -2
- package/src/ui/view/suggestionthreadview.d.ts +6 -6
- package/src/ui/view/suggestionthreadview.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/utils.d.ts +5 -5
- package/src/utils/utils.js +2 -2
- package/theme/icons/track-changes-accept.svg +1 -1
- package/theme/icons/track-changes-discard.svg +1 -1
- package/theme/icons/track-changes.svg +1 -1
- package/src/integrations/documentlist.d.ts +0 -17
- package/src/integrations/documentlist.js +0 -23
- 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
|
|
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,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
|
|
65
|
+
## 18.0.0 (March 19, 2020)
|
|
66
66
|
|
|
67
67
|
### Bug fixes
|
|
68
68
|
|
|
69
|
-
* Fixed incorrect suggestion description when styling (
|
|
70
|
-
* Fixed incorrectly created inline formatting
|
|
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
|
|
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,
|
|
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
|
|
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,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
|
|
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,
|
|
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
|
|
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–2024, [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.
|
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–2024, [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.
|