@ckeditor/ckeditor5-comments 40.1.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 +19 -19
- package/README.md +1 -1
- package/build/comments.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/ug.js +1 -1
- package/lang/translations/gl.po +2 -2
- package/lang/translations/sr-latn.po +3 -3
- package/lang/translations/ug.po +10 -10
- package/package.json +3 -3
- package/src/annotations/annotation.js +1 -1
- package/src/annotations/annotationcollection.js +1 -1
- package/src/annotations/annotations.js +1 -1
- package/src/annotations/annotationsuis.js +1 -1
- package/src/annotations/editorannotations.js +1 -1
- package/src/annotations/inlineannotations.js +1 -1
- package/src/annotations/narrowsidebar.js +1 -1
- package/src/annotations/sidebar.js +1 -1
- package/src/annotations/view/annotationcounterbuttonview.js +1 -1
- package/src/annotations/view/annotationview.js +1 -1
- package/src/annotations/view/sidebaritemview.js +1 -1
- package/src/annotations/view/sidebarview.js +1 -1
- package/src/annotations/widesidebar.js +1 -1
- package/src/comments/addcommentthreadcommand.js +1 -1
- package/src/comments/commentsarchive.js +1 -1
- package/src/comments/commentsarchiveui.js +1 -1
- package/src/comments/commentsediting.js +1 -1
- package/src/comments/commentsrepository.d.ts +1 -0
- package/src/comments/commentsrepository.js +1 -1
- package/src/comments/commentsui.js +1 -1
- package/src/comments/integrations/commentsrestrictededitingmode.js +1 -1
- package/src/comments/integrations/importword.js +1 -1
- package/src/comments/ui/commenteditor/commenteditor.js +1 -1
- package/src/comments/ui/commenteditor/commenteditorui.js +1 -1
- package/src/comments/ui/commenteditor/commenteditoruiview.js +1 -1
- package/src/comments/ui/commentthreadcontroller.js +1 -1
- package/src/comments/ui/view/basecommentthreadview.js +1 -1
- package/src/comments/ui/view/basecommentview.js +1 -1
- package/src/comments/ui/view/collapsedcommentsview.js +1 -1
- package/src/comments/ui/view/commentcontentview.js +1 -1
- package/src/comments/ui/view/commentinputview.js +1 -1
- package/src/comments/ui/view/commentsarchiveview.js +1 -1
- package/src/comments/ui/view/commentslistview.js +1 -1
- package/src/comments/ui/view/commentthreadheaderview.js +1 -1
- package/src/comments/ui/view/commentthreadinputview.js +1 -1
- package/src/comments/ui/view/commentthreadview.js +1 -1
- package/src/comments/ui/view/commentview.js +1 -1
- package/src/comments.js +1 -1
- package/src/commentsonly.js +1 -1
- package/src/utils/common-translations.js +1 -1
- package/src/utils/createmutationobserver.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,14 +6,14 @@ All changes in the package are documented at https://github.com/ckeditor/ckedito
|
|
|
6
6
|
Changes for the past releases are available below.
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
## 23.0.0 (2020
|
|
9
|
+
## 23.0.0 (September 25, 2020)
|
|
10
10
|
|
|
11
11
|
### Bug fixes
|
|
12
12
|
|
|
13
13
|
* Fixed crash that happened when an editor with multiple annotations was destroyed.
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
## 22.0.0 (2020
|
|
16
|
+
## 22.0.0 (August 25, 2020)
|
|
17
17
|
|
|
18
18
|
### Features
|
|
19
19
|
|
|
@@ -24,7 +24,7 @@ Changes for the past releases are available below.
|
|
|
24
24
|
* Changed annotations positioning algorithms.
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
## 21.0.0 (2020
|
|
27
|
+
## 21.0.0 (July 24, 2020)
|
|
28
28
|
|
|
29
29
|
### BREAKING CHANGES
|
|
30
30
|
|
|
@@ -39,7 +39,7 @@ Changes for the past releases are available below.
|
|
|
39
39
|
* Switched from marker-to-element conversion to marker-to-data conversion.
|
|
40
40
|
|
|
41
41
|
|
|
42
|
-
## 20.0.1 (2020
|
|
42
|
+
## 20.0.1 (June 26, 2020)
|
|
43
43
|
|
|
44
44
|
### Features
|
|
45
45
|
|
|
@@ -51,12 +51,12 @@ Changes for the past releases are available below.
|
|
|
51
51
|
* Incorrect comment was activated after creating a second comment on the same element or range.
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
## 19.0.2 (2020
|
|
54
|
+
## 19.0.2 (May 25, 2020)
|
|
55
55
|
|
|
56
56
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
57
57
|
|
|
58
58
|
|
|
59
|
-
## 19.0.1 (2020
|
|
59
|
+
## 19.0.1 (April 30, 2020)
|
|
60
60
|
|
|
61
61
|
### BREAKING CHANGES
|
|
62
62
|
|
|
@@ -79,7 +79,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
79
79
|
* Removed the `Comments` plugin API.
|
|
80
80
|
|
|
81
81
|
|
|
82
|
-
## 18.0.0 (2020
|
|
82
|
+
## 18.0.0 (March 19, 2020)
|
|
83
83
|
|
|
84
84
|
### Features
|
|
85
85
|
|
|
@@ -90,11 +90,11 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
90
90
|
* Fixed contextual balloon glitches happening when switching from inline annotations to sidebar UI while displaying a comment.
|
|
91
91
|
* Fixed editor crashing in some scenarios involving track changes adapter during initial data load.
|
|
92
92
|
* Fixed incorrectly highlighted suggestions for table row/column insertion and deletion.
|
|
93
|
-
* Fixed a bug causing new comments to be added with "Invalid date"
|
|
93
|
+
* Fixed a bug causing new comments to be added with "Invalid date."
|
|
94
94
|
* Comment threads for suggestions will now be correctly returned by `CommentsRepository#getCommentThreads()`.
|
|
95
95
|
|
|
96
96
|
|
|
97
|
-
## 17.0.0 (2020
|
|
97
|
+
## 17.0.0 (February 20, 2020)
|
|
98
98
|
|
|
99
99
|
### BREAKING CHANGES
|
|
100
100
|
|
|
@@ -125,19 +125,19 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
125
125
|
* Annotations became a context plugin and can be used outside or without an editor instance. See the documentation to learn more about the new API.
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
## 16.0.0 (2019
|
|
128
|
+
## 16.0.0 (December 2, 2019)
|
|
129
129
|
|
|
130
130
|
### Bug fixes
|
|
131
131
|
|
|
132
132
|
* `SidebarView#minHeight` will now be cleared when the sidebar becomes empty.
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
## 15.0.1 (2019
|
|
135
|
+
## 15.0.1 (October 24, 2019)
|
|
136
136
|
|
|
137
137
|
Internal changes only (updated dependencies, documentation, etc.).
|
|
138
138
|
|
|
139
139
|
|
|
140
|
-
## 15.0.0 (2019
|
|
140
|
+
## 15.0.0 (October 23, 2019)
|
|
141
141
|
|
|
142
142
|
### Features
|
|
143
143
|
|
|
@@ -153,7 +153,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
153
153
|
* Improved annotation positioning by using the DOM element position instead of the markers' order.
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
## 4.0.0 (2019
|
|
156
|
+
## 4.0.0 (August 22, 2019)
|
|
157
157
|
|
|
158
158
|
### Features
|
|
159
159
|
|
|
@@ -175,7 +175,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
175
175
|
|
|
176
176
|
* The comments-only plugin needs to be enabled using the [`commentsOnly` configuration option](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/comments/comments-only-mode.html).
|
|
177
177
|
|
|
178
|
-
## 3.2.0 (2019
|
|
178
|
+
## 3.2.0 (July 4, 2019)
|
|
179
179
|
|
|
180
180
|
### Features
|
|
181
181
|
|
|
@@ -192,7 +192,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
192
192
|
* Replaced `trim-html` dependencies with an internal implementation.
|
|
193
193
|
* Introduced the support for mobile environments: Android and iOS.
|
|
194
194
|
|
|
195
|
-
## 3.1.0 (2019
|
|
195
|
+
## 3.1.0 (June 5, 2019)
|
|
196
196
|
|
|
197
197
|
### Features
|
|
198
198
|
|
|
@@ -205,7 +205,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
205
205
|
* Improved toggling of the collapsed state of comments.
|
|
206
206
|
|
|
207
207
|
|
|
208
|
-
## 3.0.0 (2019
|
|
208
|
+
## 3.0.0 (April 4, 2019)
|
|
209
209
|
|
|
210
210
|
### Features
|
|
211
211
|
|
|
@@ -220,7 +220,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
220
220
|
* Starting from this release, it is not enough to add the `CommentsOnly` plugin to enable the comments-only mode. The `editorConfig.commentsOnly` configuration option needs to be set to `true`, too.
|
|
221
221
|
|
|
222
222
|
|
|
223
|
-
## 2.0.0 (2019
|
|
223
|
+
## 2.0.0 (February 5, 2019)
|
|
224
224
|
|
|
225
225
|
### Features
|
|
226
226
|
|
|
@@ -244,13 +244,13 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
244
244
|
* ` Comments#state` was dropped from the API.
|
|
245
245
|
* Renamed `author` to `authorId` in the comment JSON format to unify comments and track changes API naming.
|
|
246
246
|
|
|
247
|
-
## 1.0.1 (2018
|
|
247
|
+
## 1.0.1 (December 6, 2018)
|
|
248
248
|
|
|
249
249
|
### Bug fixes
|
|
250
250
|
|
|
251
251
|
* Update dependencies versions.
|
|
252
252
|
|
|
253
|
-
## 1.0.0 (2018
|
|
253
|
+
## 1.0.0 (December 6, 2018)
|
|
254
254
|
|
|
255
255
|
The initialization of this repository. [CKEditor 5 comments](https://ckeditor.com/collaboration/comments/) is a plugin that lets you add comments support to any CKEditor 5 build. It provides the API to integrate comments with your application (load the comments data from your database and save them to it).
|
|
256
256
|
|
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ As a licensed CKEditor 5 comments user you can report bugs and request feat
|
|
|
42
42
|
## License
|
|
43
43
|
|
|
44
44
|
**CKEditor 5 comments** (https://ckeditor.com/collaboration/comments/)<br>
|
|
45
|
-
Copyright (c) 2003
|
|
45
|
+
Copyright (c) 2003–2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
46
46
|
|
|
47
47
|
CKEditor 5 comments feature is licensed under a commercial license and is protected by copyright law.
|
|
48
48
|
For more details about available licensing options please contact us at sales@cksource.com.
|