@ckeditor/ckeditor5-real-time-collaboration 39.0.1 → 40.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 +4 -4
- package/LICENSE.md +6 -6
- package/README.md +11 -11
- package/build/real-time-collaboration.js +1 -1
- package/build/translations/fa.js +1 -0
- package/ckeditor5-metadata.json +1 -1
- package/lang/translations/ar.po +1 -0
- package/lang/translations/bg.po +1 -0
- package/lang/translations/bn.po +1 -0
- package/lang/translations/ca.po +1 -0
- package/lang/translations/cs.po +1 -0
- package/lang/translations/da.po +1 -0
- package/lang/translations/de-ch.po +1 -0
- package/lang/translations/de.po +1 -0
- package/lang/translations/el.po +1 -0
- package/lang/translations/en-au.po +1 -0
- package/lang/translations/en.po +1 -0
- package/lang/translations/es.po +1 -0
- package/lang/translations/et.po +1 -0
- package/lang/translations/fa.po +48 -0
- package/lang/translations/fi.po +1 -0
- package/lang/translations/fr.po +1 -0
- package/lang/translations/gl.po +1 -0
- package/lang/translations/he.po +1 -0
- package/lang/translations/hi.po +1 -0
- package/lang/translations/hr.po +1 -0
- package/lang/translations/hu.po +1 -0
- package/lang/translations/id.po +1 -0
- package/lang/translations/it.po +1 -0
- package/lang/translations/ja.po +1 -0
- package/lang/translations/ko.po +1 -0
- package/lang/translations/lt.po +1 -0
- package/lang/translations/lv.po +1 -0
- package/lang/translations/ms.po +1 -0
- package/lang/translations/nl.po +1 -0
- package/lang/translations/no.po +1 -0
- package/lang/translations/pl.po +1 -0
- package/lang/translations/pt-br.po +1 -0
- package/lang/translations/pt.po +1 -0
- package/lang/translations/ro.po +1 -0
- package/lang/translations/ru.po +1 -0
- package/lang/translations/sk.po +1 -0
- package/lang/translations/sr-latn.po +1 -0
- package/lang/translations/sr.po +1 -0
- package/lang/translations/sv.po +1 -0
- package/lang/translations/th.po +1 -0
- package/lang/translations/tk.po +1 -0
- package/lang/translations/tr.po +1 -0
- package/lang/translations/uk.po +1 -0
- package/lang/translations/vi.po +1 -0
- package/lang/translations/zh-cn.po +1 -0
- package/lang/translations/zh.po +1 -0
- package/package.json +6 -10
- package/src/augmentation.d.ts +65 -65
- package/src/common-translations.d.ts +9 -9
- package/src/common-translations.js +1 -1
- package/src/config.d.ts +37 -37
- package/src/index.d.ts +14 -14
- package/src/presencelist/presencelistui.d.ts +43 -43
- package/src/presencelist/presencelistui.js +1 -1
- package/src/presencelist/view/presencecounterview.d.ts +11 -11
- package/src/presencelist/view/presencecounterview.js +1 -1
- package/src/presencelist/view/presencedropdownlistitemview.d.ts +11 -11
- package/src/presencelist/view/presencedropdownlistitemview.js +1 -1
- package/src/presencelist/view/presencedropdownlistview.d.ts +10 -10
- package/src/presencelist/view/presencedropdownlistview.js +1 -1
- package/src/presencelist/view/presenceinlinelistitemview.d.ts +18 -18
- package/src/presencelist/view/presenceinlinelistitemview.js +1 -1
- package/src/presencelist/view/presenceinlinelistview.d.ts +11 -11
- package/src/presencelist/view/presenceinlinelistview.js +1 -1
- package/src/presencelist/view/presencelistview.d.ts +15 -15
- package/src/presencelist/view/presencelistview.js +1 -1
- package/src/presencelist.d.ts +28 -28
- package/src/presencelist.js +1 -1
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.d.ts +52 -48
- package/src/realtimecollaborativecomments/cloudservicescommentsadapter.js +1 -1
- package/src/realtimecollaborativecomments.d.ts +36 -36
- package/src/realtimecollaborativecomments.js +1 -1
- package/src/realtimecollaborativeediting/realtimecollaborationclient.d.ts +137 -137
- package/src/realtimecollaborativeediting/realtimecollaborationclient.js +1 -1
- package/src/realtimecollaborativeediting/sessions.d.ts +118 -118
- package/src/realtimecollaborativeediting/sessions.js +1 -1
- package/src/realtimecollaborativeediting/usermarkers.d.ts +36 -36
- package/src/realtimecollaborativeediting/usermarkers.js +1 -1
- package/src/realtimecollaborativeediting/websocketgateway.d.ts +55 -55
- package/src/realtimecollaborativeediting/websocketgateway.js +1 -1
- package/src/realtimecollaborativeediting.d.ts +26 -26
- package/src/realtimecollaborativeediting.js +1 -1
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.d.ts +45 -45
- package/src/realtimecollaborativerevisionhistory/cloudservicesrevisionhistoryadapter.js +1 -1
- package/src/realtimecollaborativerevisionhistory.d.ts +29 -29
- package/src/realtimecollaborativerevisionhistory.js +1 -1
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.d.ts +39 -39
- package/src/realtimecollaborativetrackchanges/cloudservicestrackchangesadapter.js +1 -1
- package/src/realtimecollaborativetrackchanges.d.ts +27 -27
- package/src/realtimecollaborativetrackchanges.js +1 -1
- package/theme/presencelist.css +11 -11
- package/theme/usermarkers.css +19 -18
package/CHANGELOG.md
CHANGED
|
@@ -169,16 +169,16 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
|
169
169
|
|
|
170
170
|
## 12.0.0 (2018-12-06)
|
|
171
171
|
|
|
172
|
-
Since the family of CKEditor
|
|
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
|
-
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
|
|
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
177
|
## 11.0.0 (2018-10-08)
|
|
178
178
|
|
|
179
179
|
### New operational transformation algorithms
|
|
180
180
|
|
|
181
|
-
Real-time collaboration is now based on [new operational transformation algorithms introduced in the CKEditor
|
|
181
|
+
Real-time collaboration is now based on [new operational transformation algorithms introduced in the CKEditor 5 engine](https://github.com/ckeditor/ckeditor5-engine/issues/1162). This change makes messages sent between clients simpler and brings faster and more stable collaboration.
|
|
182
182
|
|
|
183
183
|
### Compressed data sent through collaboration
|
|
184
184
|
|
|
@@ -188,7 +188,7 @@ To provide better compression, changes are no more sent as soon as they happen,
|
|
|
188
188
|
|
|
189
189
|
### Table and media embedding support
|
|
190
190
|
|
|
191
|
-
Real-time collaborative editing and comments are tested and proved to work with all CKEditor
|
|
191
|
+
Real-time collaborative editing and comments are tested and proved to work with all CKEditor 5 components including recently released table and media embed features. All collaboration features should also work with third-party widgets out of the box.
|
|
192
192
|
|
|
193
193
|
### Other changes
|
|
194
194
|
|
package/LICENSE.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Software License Agreement
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
|
-
**CKEditor
|
|
5
|
-
Copyright (c) 2003-
|
|
4
|
+
**CKEditor 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.
|
|
6
6
|
|
|
7
|
-
CKEditor
|
|
7
|
+
CKEditor 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.
|
|
9
9
|
|
|
10
|
-
Sources of Intellectual Property Included in CKEditor
|
|
10
|
+
Sources of Intellectual Property Included in CKEditor 5 real-time collaboration
|
|
11
11
|
-------------------------------------------------------------------------------
|
|
12
12
|
|
|
13
|
-
Where not otherwise indicated, all CKEditor
|
|
13
|
+
Where not otherwise indicated, all CKEditor 5 real-time collaboration features content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
14
14
|
|
|
15
15
|
The following libraries are included in CKEditor Cloud Services Collaboration low-level API under the [MIT license](https://opensource.org/licenses/MIT):
|
|
16
16
|
|
|
@@ -19,7 +19,7 @@ The following libraries are included in CKEditor Cloud Services Collaboration lo
|
|
|
19
19
|
* uuid - Copyright (c) 2010-2016 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
|
|
22
|
+
The following libraries are included in CKEditor 5 operations compressor under the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause):
|
|
23
23
|
|
|
24
24
|
* Protocol Buffers for JavaScript - Copyright (c) 2016, Daniel Wirtz.
|
|
25
25
|
|
package/README.md
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
# CKEditor
|
|
1
|
+
# CKEditor 5 real-time collaboration
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-real-time-collaboration)
|
|
4
4
|
|
|
5
|
-
CKEditor
|
|
5
|
+
CKEditor 5 real-time collaboration lets you customize your CKEditor 5 build to include real-time collaborative editing, commenting and track changes features. You can also easily tailor them to your needs.
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|
|
|
9
9
|
## Documentation
|
|
10
10
|
|
|
11
|
-
For more information about real-time collaboration see the [CKEditor
|
|
11
|
+
For more information about real-time collaboration see the [CKEditor 5 real-time collaboration documentation](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration.html).
|
|
12
12
|
|
|
13
|
-
Also, make sure you visit the [CKEditor
|
|
13
|
+
Also, make sure you visit the [CKEditor 5 changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md) whenever a new version of the package is released.
|
|
14
14
|
|
|
15
15
|
## Browser compatibility
|
|
16
16
|
|
|
17
|
-
CKEditor
|
|
17
|
+
CKEditor 5 real-time collaboration features work in all major modern browsers: Chrome, Firefox, Safari, and Edge. They are also compatible with mobile environments: Android and iOS. Refer to the CKEditor 5 [Browser compatibility](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/support/browser-compatibility.html) article for more details.
|
|
18
18
|
|
|
19
19
|
## Getting support
|
|
20
20
|
|
|
21
|
-
CKEditor
|
|
21
|
+
CKEditor 5 real-time collaboration comes with outstanding support from a dedicated team of customer care specialists, QA engineers and CKEditor 5 developers. The team will gladly assist you in all aspects from setting up your account to integrating CKEditor 5 real-time collaboration features with your application.
|
|
22
22
|
|
|
23
|
-
As a licensed CKEditor
|
|
23
|
+
As a licensed CKEditor 5 real-time collaboration user you can report bugs and request features directly through the CKEditor Ecosystem customer dashboard.
|
|
24
24
|
|
|
25
25
|
## License
|
|
26
26
|
|
|
27
|
-
**CKEditor
|
|
28
|
-
Copyright (c) 2003-
|
|
27
|
+
**CKEditor 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.
|
|
29
29
|
|
|
30
|
-
CKEditor
|
|
30
|
+
CKEditor 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.
|
|
32
32
|
|
|
33
33
|
### Trademarks
|