@ckeditor/ckeditor5-real-time-collaboration 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.
Files changed (48) hide show
  1. package/CHANGELOG.md +22 -22
  2. package/LICENSE.md +6 -10
  3. package/README.md +1 -1
  4. package/build/real-time-collaboration.js +1 -1
  5. package/package.json +6 -6
  6. package/src/augmentation.d.ts +65 -65
  7. package/src/common-translations.d.ts +9 -9
  8. package/src/common-translations.js +1 -1
  9. package/src/config.d.ts +37 -37
  10. package/src/index.d.ts +14 -14
  11. package/src/presencelist/presencelistui.d.ts +43 -43
  12. package/src/presencelist/presencelistui.js +1 -1
  13. package/src/presencelist/view/presencecounterview.d.ts +11 -11
  14. package/src/presencelist/view/presencecounterview.js +1 -1
  15. package/src/presencelist/view/presencedropdownlistitemview.d.ts +11 -11
  16. package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
  17. package/src/presencelist/view/presencedropdownlistview.d.ts +10 -10
  18. package/src/presencelist/view/presencedropdownlistview.js +1 -1
  19. package/src/presencelist/view/presenceinlinelistitemview.d.ts +18 -18
  20. package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
  21. package/src/presencelist/view/presenceinlinelistview.d.ts +11 -11
  22. package/src/presencelist/view/presenceinlinelistview.js +1 -1
  23. package/src/presencelist/view/presencelistview.d.ts +15 -15
  24. package/src/presencelist/view/presencelistview.js +1 -1
  25. package/src/presencelist.d.ts +28 -28
  26. package/src/presencelist.js +1 -1
  27. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.d.ts +52 -52
  28. package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
  29. package/src/realtimecollaborativecomments.d.ts +36 -36
  30. package/src/realtimecollaborativecomments.js +1 -1
  31. package/src/realtimecollaborativeediting/realtimecollaborationclient.d.ts +137 -137
  32. package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
  33. package/src/realtimecollaborativeediting/sessions.d.ts +118 -118
  34. package/src/realtimecollaborativeediting/sessions.js +1 -1
  35. package/src/realtimecollaborativeediting/usermarkers.d.ts +36 -36
  36. package/src/realtimecollaborativeediting/usermarkers.js +1 -1
  37. package/src/realtimecollaborativeediting/websocketgateway.d.ts +55 -55
  38. package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
  39. package/src/realtimecollaborativeediting.d.ts +26 -26
  40. package/src/realtimecollaborativeediting.js +1 -1
  41. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.d.ts +45 -45
  42. package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
  43. package/src/realtimecollaborativerevisionhistory.d.ts +29 -29
  44. package/src/realtimecollaborativerevisionhistory.js +1 -1
  45. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.d.ts +39 -39
  46. package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
  47. package/src/realtimecollaborativetrackchanges.d.ts +27 -27
  48. package/src/realtimecollaborativetrackchanges.js +1 -1
package/CHANGELOG.md CHANGED
@@ -6,36 +6,36 @@ 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-09-25)
9
+ ## 23.0.0 (September 25, 2020)
10
10
 
11
11
  ### Features
12
12
 
13
13
  * Introduced support for [importing documents and receiving initial data from the Cloud Services server](https://help.cke-cs.com/api/v4/docs#tag/Collaboration/paths/~1collaborations/post) in real-time collaborative editing.
14
14
 
15
15
 
16
- ## 22.0.0 (2020-08-25)
16
+ ## 22.0.0 (August 25, 2020)
17
17
 
18
18
  Internal changes only (updated dependencies, documentation, etc.).
19
19
 
20
20
 
21
- ## 21.0.0 (2020-07-24)
21
+ ## 21.0.0 (July 24, 2020)
22
22
 
23
23
  ### Features
24
24
 
25
25
  * Enabled multi-cell table selection in real-time collaboration.
26
26
 
27
27
 
28
- ## 20.0.1 (2020-06-26)
28
+ ## 20.0.1 (June 26, 2020)
29
29
 
30
30
  Internal changes only (updated dependencies, documentation, etc.).
31
31
 
32
32
 
33
- ## 19.0.2 (2020-05-25)
33
+ ## 19.0.2 (May 25, 2020)
34
34
 
35
35
  Internal changes only (updated dependencies, documentation, etc.).
36
36
 
37
37
 
38
- ## 19.0.1 (2020-04-30)
38
+ ## 19.0.1 (April 30, 2020)
39
39
 
40
40
  ### Features
41
41
 
@@ -46,17 +46,17 @@ Internal changes only (updated dependencies, documentation, etc.).
46
46
  * User selection marker will now be properly removed when the user switches to a different editor instance or a form field.
47
47
 
48
48
 
49
- ## 18.0.0 (2020-03-19)
49
+ ## 18.0.0 (March 19, 2020)
50
50
 
51
51
  ### Bug fixes
52
52
 
53
- * Connection errors will no longer permanently crash the editor on Firefox and Safari.
53
+ * Connection errors will no longer permanently crash the editor in Firefox and Safari.
54
54
  * Introduced a synchronization mechanism to fixed comments feature errors happening after reconnecting to the document.
55
55
  * Fixed editor crash in track changes feature happening in scenarios involving reconnection.
56
56
  * Fixed issues with editor data, comments and presence list not being properly updated after the editor reconnected to the real-time collaboration server.
57
57
 
58
58
 
59
- ## 17.0.0 (2020-02-20)
59
+ ## 17.0.0 (February 20, 2020)
60
60
 
61
61
  ### BREAKING CHANGES
62
62
 
@@ -78,14 +78,14 @@ Internal changes only (updated dependencies, documentation, etc.).
78
78
  * Presence list became a context plugin and will show all users connected to all editor instances operating in the same context.
79
79
 
80
80
 
81
- ## 16.0.0 (2019-12-02)
81
+ ## 16.0.0 (December 2, 2019)
82
82
 
83
83
  ### Other changes
84
84
 
85
85
  * Introduced a mechanism that restarts the WebSocket connection during its initialization when an error occurs.
86
86
 
87
87
 
88
- ## 15.0.0 (2019-10-23)
88
+ ## 15.0.0 (October 23, 2019)
89
89
 
90
90
  ### Features
91
91
 
@@ -100,7 +100,7 @@ Internal changes only (updated dependencies, documentation, etc.).
100
100
  * The editor will now throw an error when the web socket URL is not defined in the real-time collaboration configuration.
101
101
 
102
102
 
103
- ## 12.4.0 (2019-08-22)
103
+ ## 12.4.0 (August 22, 2019)
104
104
 
105
105
  ### Features
106
106
 
@@ -118,7 +118,7 @@ Internal changes only (updated dependencies, documentation, etc.).
118
118
  * Removed crash events and made the code throw a `CKEditorError` instead.
119
119
 
120
120
 
121
- ## 12.3.0 (2019-07-04)
121
+ ## 12.3.0 (July 4, 2019)
122
122
 
123
123
  ### Features
124
124
 
@@ -134,12 +134,12 @@ Internal changes only (updated dependencies, documentation, etc.).
134
134
  * Introduced the support for mobile environments: Android and iOS.
135
135
 
136
136
 
137
- ## 12.2.1 (2019-06-05)
137
+ ## 12.2.1 (June 5, 2019)
138
138
 
139
139
  Internal changes only (updated dependencies, documentation, etc.).
140
140
 
141
141
 
142
- ## 12.2.0 (2019-04-05)
142
+ ## 12.2.0 (April 4, 2019)
143
143
 
144
144
  ### Features
145
145
 
@@ -154,27 +154,27 @@ Internal changes only (updated dependencies, documentation, etc.).
154
154
  * The `editor.data.set()` method will throw an exception in real-time collaboration if used without the `suppressErrorInCollaboration` flag to prevent common mistakes with real-time editing integration.
155
155
 
156
156
 
157
- ## 12.1.0 (2019-02-25)
157
+ ## 12.1.0 (February 5, 2019)
158
158
 
159
159
  * Introduced the new Cloud Features Comments adapter which fixes multiple bugs related to comments in real-time editing.
160
160
  * The editor now throws an error when it is initialized on multiple root editables.
161
161
 
162
162
 
163
- ## 12.0.1 (2018-12-06)
163
+ ## 12.0.1 (December 6, 2018)
164
164
 
165
165
  ### Bug fixes
166
166
 
167
167
  * Update dependencies versions.
168
168
 
169
169
 
170
- ## 12.0.0 (2018-12-06)
170
+ ## 12.0.0 (December 6, 2018)
171
171
 
172
172
  Since the family of CKEditor 5 collaboration features was expanded, the structure of repositories was rearranged. The "CKEditor 5 collaboration" package was renamed to "CKEditor 5 real-time collaboration" and a part of it was extracted to separate repositories: [CKEditor 5 collaboration core](https://www.npmjs.com/package/@ckeditor/ckeditor5-collaboration-core) and [CKEditor 5 comments](https://www.npmjs.com/package/@ckeditor/ckeditor5-comments).
173
173
 
174
174
  It means that all packages use different paths now and some of them (mostly users and comments) have a new API. In some cases, it is enough to add `-real-time-` to the import path, but it is recommended to refer to [the new guide about CKEditor 5 real-time collaboration solutions](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html) for more details.
175
175
 
176
176
 
177
- ## 11.0.0 (2018-10-08)
177
+ ## 11.0.0 (October 8, 2018)
178
178
 
179
179
  ### New operational transformation algorithms
180
180
 
@@ -197,7 +197,7 @@ Real-time collaborative editing and comments are tested and proved to work with
197
197
  * Use `lodash-es` dependency instead of `ckeditor5-utils` one.
198
198
 
199
199
 
200
- ## 10.1.0 (2018-07-18)
200
+ ## 10.1.0 (July 18, 2018)
201
201
 
202
202
  ### Features
203
203
 
@@ -214,7 +214,7 @@ Real-time collaborative editing and comments are tested and proved to work with
214
214
  * Normalized Cloud Services URLs. They now work no matter if the schema is provided or not.
215
215
 
216
216
 
217
- ## 10.0.1 (2018-06-21)
217
+ ## 10.0.1 (June 21, 2018)
218
218
 
219
219
  ### Pending actions manager
220
220
 
@@ -236,7 +236,7 @@ All asynchronous actions, like the client-server communication during the collab
236
236
  * Fixed: Cannot remove a comment thread when the selection is not in the editor after the initialization.
237
237
 
238
238
 
239
- ## 10.0.0 (2018-04-25)
239
+ ## 10.0.0 (April 25, 2018)
240
240
 
241
241
  ### Initial module
242
242
 
package/LICENSE.md CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
2
2
  ==========================
3
3
 
4
4
  **CKEditor&nbsp;5 real-time collaboration** (https://ckeditor.com/collaboration/real-time/)<br>
5
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
5
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  CKEditor&nbsp;5 real-time collaboration features are licensed under a commercial license and are protected by copyright law.
8
8
  For more details about available licensing options please contact us at sales@cksource.com.
@@ -12,18 +12,14 @@ Sources of Intellectual Property Included in CKEditor&nbsp;5 real-time collabora
12
12
 
13
13
  Where not otherwise indicated, all CKEditor&nbsp;5 real-time collaboration features content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
14
14
 
15
- The following libraries are included in CKEditor Cloud Services Collaboration low-level API under the [MIT license](https://opensource.org/licenses/MIT):
15
+ The following libraries are included in CKEditor&nbsp;5 real-time collaboration under the [MIT license](https://opensource.org/licenses/MIT):
16
16
 
17
- * Lo-Dash - 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
- * Socket.IO - Copyright (c) 2014-2018 Automattic <dev@cloudup.com>.
19
- * uuid - Copyright (c) 2010-2016 Robert Kieffer and other contributors.
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
+ * Socket.IO - Copyright (c) 20142018 Automattic <dev@cloudup.com>.
19
+ * uuid - Copyright (c) 20102016 Robert Kieffer and other contributors.
20
20
  * url-parse - Copyright (c) 2015 Unshift.io, Arnout Kazemier, the Contributors.
21
21
 
22
- The following libraries are included in CKEditor&nbsp;5 operations compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
23
-
24
- * Protocol Buffers for JavaScript - Copyright (c) 2016, Daniel Wirtz.
25
-
26
22
  Trademarks
27
23
  ----------
28
24
 
29
- **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.
25
+ **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
@@ -25,7 +25,7 @@ As a licensed CKEditor&nbsp;5 real-time collaboration user you can report bugs a
25
25
  ## License
26
26
 
27
27
  **CKEditor&nbsp;5 real-time collaboration features** (https://ckeditor.com/collaboration/real-time/)<br>
28
- Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
28
+ Copyright (c) 20032023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
29
29
 
30
30
  CKEditor&nbsp;5 real-time collaboration is licensed under a commercial license and is protected by copyright law.
31
31
  For more details about available licensing options please contact us at sales@cksource.com.