@ckeditor/ckeditor5-collaboration-core 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 +17 -17
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/lang/translations/af.po +1 -1
- package/lang/translations/ar.po +1 -1
- package/lang/translations/az.po +1 -1
- package/lang/translations/bg.po +1 -1
- package/lang/translations/bn.po +1 -1
- package/lang/translations/bs.po +1 -1
- package/lang/translations/ca.po +1 -1
- package/lang/translations/cs.po +1 -1
- package/lang/translations/da.po +1 -1
- package/lang/translations/de-ch.po +1 -1
- package/lang/translations/de.po +1 -1
- package/lang/translations/el.po +1 -1
- package/lang/translations/en-au.po +1 -1
- package/lang/translations/en.po +1 -1
- package/lang/translations/es-co.po +1 -1
- package/lang/translations/es.po +1 -1
- package/lang/translations/et.po +1 -1
- package/lang/translations/fa.po +1 -1
- package/lang/translations/fi.po +1 -1
- package/lang/translations/fr.po +1 -1
- package/lang/translations/gl.po +1 -1
- package/lang/translations/he.po +1 -1
- package/lang/translations/hi.po +1 -1
- package/lang/translations/hr.po +1 -1
- package/lang/translations/hu.po +1 -1
- package/lang/translations/id.po +1 -1
- package/lang/translations/it.po +1 -1
- package/lang/translations/ja.po +1 -1
- package/lang/translations/jv.po +1 -1
- package/lang/translations/ko.po +1 -1
- package/lang/translations/lt.po +1 -1
- package/lang/translations/lv.po +1 -1
- package/lang/translations/ms.po +1 -1
- package/lang/translations/nl.po +1 -1
- package/lang/translations/no.po +1 -1
- package/lang/translations/pl.po +1 -1
- package/lang/translations/pt-br.po +1 -1
- package/lang/translations/pt.po +1 -1
- package/lang/translations/ro.po +1 -1
- package/lang/translations/ru.po +1 -1
- package/lang/translations/sk.po +1 -1
- package/lang/translations/sr-latn.po +1 -1
- package/lang/translations/sr.po +1 -1
- package/lang/translations/sv.po +1 -1
- package/lang/translations/th.po +1 -1
- package/lang/translations/tk.po +1 -1
- package/lang/translations/tr.po +1 -1
- package/lang/translations/tt.po +1 -1
- package/lang/translations/ug.po +1 -1
- package/lang/translations/uk.po +1 -1
- package/lang/translations/ur.po +1 -1
- package/lang/translations/vi.po +1 -1
- package/lang/translations/zh-cn.po +1 -1
- package/lang/translations/zh.po +1 -1
- package/package.json +3 -2
- package/src/augmentation.d.ts +3 -3
- package/src/augmentation.js +1 -1
- package/src/collaborationhistory.d.ts +2 -2
- package/src/collaborationhistory.js +1 -1
- package/src/collaborationoperation.d.ts +2 -2
- package/src/collaborationoperation.js +1 -1
- package/src/config.d.ts +1 -1
- package/src/config.js +1 -1
- package/src/index.d.ts +16 -16
- package/src/index.js +2 -2
- package/src/permissions.d.ts +2 -2
- package/src/permissions.js +2 -2
- package/src/suggestionstyles.d.ts +1 -1
- package/src/suggestionstyles.js +1 -1
- package/src/users/view/userview.d.ts +4 -4
- package/src/users/view/userview.js +2 -2
- package/src/users.d.ts +4 -4
- package/src/users.js +2 -2
- package/src/utils/common-translations.d.ts +2 -2
- package/src/utils/common-translations.js +2 -2
- package/src/utils/confirmmixin.d.ts +3 -3
- package/src/utils/confirmmixin.js +2 -2
- package/src/utils/confirmview.d.ts +3 -3
- package/src/utils/confirmview.js +2 -2
- package/src/utils/getdatetimeformatter.d.ts +2 -2
- package/src/utils/getdatetimeformatter.js +2 -2
- package/src/utils/getmarkerdomelement.d.ts +2 -2
- package/src/utils/getmarkerdomelement.js +2 -2
- package/src/utils/hashobject.d.ts +1 -1
- package/src/utils/hashobject.js +2 -2
- package/src/utils/sanitizeEditorConfig.d.ts +2 -2
- package/src/utils/sanitizeEditorConfig.js +2 -2
- package/src/utils/surroundingmarkersdetector.d.ts +2 -2
- package/src/utils/surroundingmarkersdetector.js +2 -2
- package/src/utils/trim-html.d.ts +1 -1
- package/src/utils/trim-html.js +2 -2
- package/theme/icons/notification.svg +1 -1
- package/theme/integrations/codeblock.css +1 -1
- package/theme/integrations/horizontalline.css +1 -1
- package/theme/integrations/image.css +1 -1
- package/theme/integrations/mediaembed.css +1 -1
- package/theme/integrations/pagebreak.css +1 -1
- package/theme/integrations/table.css +1 -1
- package/theme/suggestion.css +1 -1
- package/theme/suggestionmarker.css +1 -1
- package/theme/usercolormixin.css +1 -1
- package/theme/usercolors.css +1 -1
- package/theme/users.css +1 -1
package/CHANGELOG.md
CHANGED
@@ -6,31 +6,31 @@ 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
|
Internal changes only (updated dependencies, documentation, etc.).
|
12
12
|
|
13
13
|
|
14
|
-
## 22.0.0 (2020
|
14
|
+
## 22.0.0 (August 25, 2020)
|
15
15
|
|
16
16
|
Internal changes only (updated dependencies, documentation, etc.).
|
17
17
|
|
18
|
-
## 21.0.0 (2020
|
18
|
+
## 21.0.0 (July 24, 2020)
|
19
19
|
|
20
20
|
Internal changes only (updated dependencies, documentation, etc.).
|
21
21
|
|
22
22
|
|
23
|
-
## 20.0.1 (2020
|
23
|
+
## 20.0.1 (June 26, 2020)
|
24
24
|
|
25
25
|
Internal changes only (updated dependencies, documentation, etc.).
|
26
26
|
|
27
27
|
|
28
|
-
## 19.0.2 (2020
|
28
|
+
## 19.0.2 (May 25, 2020)
|
29
29
|
|
30
30
|
Internal changes only (updated dependencies, documentation, etc.).
|
31
31
|
|
32
32
|
|
33
|
-
## 19.0.1 (2020
|
33
|
+
## 19.0.1 (April 30, 2020)
|
34
34
|
|
35
35
|
### BREAKING CHANGES
|
36
36
|
|
@@ -46,59 +46,59 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
46
46
|
* `Users#me` will no longer set the local user to anonymous by default (if `Users#defineMe()` was not called).
|
47
47
|
|
48
48
|
|
49
|
-
## 18.0.0 (2020
|
49
|
+
## 18.0.0 (March 19, 2020)
|
50
50
|
|
51
51
|
Internal changes only (updated dependencies, documentation, etc.).
|
52
52
|
|
53
53
|
|
54
|
-
## 17.0.0 (2020
|
54
|
+
## 17.0.0 (February 20, 2020)
|
55
55
|
|
56
56
|
Internal changes only (updated dependencies, documentation, etc.).
|
57
57
|
|
58
58
|
|
59
|
-
## 16.0.0 (2019
|
59
|
+
## 16.0.0 (December 2, 2019)
|
60
60
|
|
61
61
|
### Features
|
62
62
|
|
63
63
|
* Introduced the [`users.colorsCount`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html#adding-more-users-colors) configuration option.
|
64
64
|
|
65
65
|
|
66
|
-
## 15.0.0 (2019
|
66
|
+
## 15.0.0 (October 23, 2019)
|
67
67
|
|
68
68
|
### Other changes
|
69
69
|
|
70
70
|
* Added a more explanatory message for an error that is thrown when the local user is not defined.
|
71
71
|
|
72
72
|
|
73
|
-
## 1.2.0 (2019
|
73
|
+
## 1.2.0 (August 22, 2019)
|
74
74
|
|
75
75
|
### Features
|
76
76
|
|
77
77
|
* Added a method to get an operation author. See the [Users API guide](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html#operation-authors) for more information.
|
78
78
|
|
79
79
|
|
80
|
-
## 1.1.0 (2019
|
80
|
+
## 1.1.0 (July 4, 2019)
|
81
81
|
|
82
82
|
### Features
|
83
83
|
|
84
84
|
* Added the `user-id` data attribute to the `user` element. Now you can attach some action to user avatars in the presence list and comments.
|
85
85
|
|
86
86
|
|
87
|
-
## 1.0.3 (2019
|
87
|
+
## 1.0.3 (June 5, 2019)
|
88
88
|
|
89
89
|
Internal changes only (updated dependencies, documentation, etc.).
|
90
90
|
|
91
91
|
|
92
|
-
## 1.0.2 (2019
|
92
|
+
## 1.0.2 (April 4, 2019)
|
93
93
|
|
94
94
|
Internal changes only (updated dependencies, documentation, etc.).
|
95
95
|
|
96
96
|
|
97
|
-
## 1.0.1 (2019
|
97
|
+
## 1.0.1 (February 5, 2019)
|
98
98
|
|
99
99
|
Internal changes only (updated dependencies, documentation, etc.).
|
100
100
|
|
101
101
|
|
102
|
-
## 1.0.0 (2018
|
102
|
+
## 1.0.0 (December 6, 2018)
|
103
103
|
|
104
|
-
The initialization of this repository. CKEditor 5 collaboration core was extracted from the CKEditor 5 collaboration package. It contains a plugin that supports [user handling](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html) which is a common part
|
104
|
+
The initialization of this repository. CKEditor 5 collaboration core was extracted from the CKEditor 5 collaboration package. It contains a plugin that supports [user handling](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/users.html) which is a common part of two collaboration features: [real-time collaboration](https://ckeditor.com/collaboration/real-time/) and [comments](https://ckeditor.com/collaboration/comments/).
|
package/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
|
|
2
2
|
==========================
|
3
3
|
|
4
4
|
**CKEditor 5 collaboration core** (https://ckeditor.com/collaboration/)<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 collaboration core 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
@@ -19,7 +19,7 @@ As a licensed CKEditor 5 collaboration features user you can report bugs an
|
|
19
19
|
## License
|
20
20
|
|
21
21
|
**CKEditor 5 collaboration core**<br>
|
22
|
-
Copyright (c) 2003
|
22
|
+
Copyright (c) 2003–2024, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
23
23
|
|
24
24
|
CKEditor 5 collaboration core is licensed under a commercial license and is protected by copyright law.
|
25
25
|
For more details about available licensing options please contact us at sales@cksource.com.
|
package/lang/translations/af.po
CHANGED
package/lang/translations/ar.po
CHANGED
package/lang/translations/az.po
CHANGED
package/lang/translations/bg.po
CHANGED
package/lang/translations/bn.po
CHANGED
package/lang/translations/bs.po
CHANGED
package/lang/translations/ca.po
CHANGED
package/lang/translations/cs.po
CHANGED
package/lang/translations/da.po
CHANGED
package/lang/translations/de.po
CHANGED
package/lang/translations/el.po
CHANGED
package/lang/translations/en.po
CHANGED
package/lang/translations/es.po
CHANGED
package/lang/translations/et.po
CHANGED
package/lang/translations/fa.po
CHANGED
package/lang/translations/fi.po
CHANGED
package/lang/translations/fr.po
CHANGED
package/lang/translations/gl.po
CHANGED
package/lang/translations/he.po
CHANGED
package/lang/translations/hi.po
CHANGED
package/lang/translations/hr.po
CHANGED
package/lang/translations/hu.po
CHANGED
package/lang/translations/id.po
CHANGED
package/lang/translations/it.po
CHANGED
package/lang/translations/ja.po
CHANGED
package/lang/translations/jv.po
CHANGED
package/lang/translations/ko.po
CHANGED
package/lang/translations/lt.po
CHANGED
package/lang/translations/lv.po
CHANGED
package/lang/translations/ms.po
CHANGED
package/lang/translations/nl.po
CHANGED
package/lang/translations/no.po
CHANGED
package/lang/translations/pl.po
CHANGED
package/lang/translations/pt.po
CHANGED
package/lang/translations/ro.po
CHANGED
package/lang/translations/ru.po
CHANGED
package/lang/translations/sk.po
CHANGED
package/lang/translations/sr.po
CHANGED
package/lang/translations/sv.po
CHANGED
package/lang/translations/th.po
CHANGED
package/lang/translations/tk.po
CHANGED
package/lang/translations/tr.po
CHANGED
package/lang/translations/tt.po
CHANGED
package/lang/translations/ug.po
CHANGED
package/lang/translations/uk.po
CHANGED
package/lang/translations/ur.po
CHANGED
package/lang/translations/vi.po
CHANGED
package/lang/translations/zh.po
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-collaboration-core",
|
3
|
-
"version": "
|
3
|
+
"version": "41.0.0",
|
4
4
|
"description": "Base utilities used by CKEditor 5 collaboration features to support multiple users working together in a rich text editor.",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
@@ -29,9 +29,10 @@
|
|
29
29
|
"real time",
|
30
30
|
"framework"
|
31
31
|
],
|
32
|
+
"type": "module",
|
32
33
|
"main": "src/index.js",
|
33
34
|
"dependencies": {
|
34
|
-
"ckeditor5": "
|
35
|
+
"ckeditor5": "41.0.0",
|
35
36
|
"date-fns": "2.30.0"
|
36
37
|
},
|
37
38
|
"files": [
|
package/src/augmentation.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
|
-
import type { LocaleConfig, Users } from './index';
|
6
|
-
import type { RealTimeCollaborationConfig } from './config';
|
5
|
+
import type { LocaleConfig, Users } from './index.js';
|
6
|
+
import type { RealTimeCollaborationConfig } from './config.js';
|
7
7
|
declare module '@ckeditor/ckeditor5-core' {
|
8
8
|
interface EditorConfig {
|
9
9
|
/**
|
package/src/augmentation.js
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/collaborationhistory
|
7
7
|
* @publicApi
|
8
8
|
*/
|
9
|
-
import type { default as CollaborationOperation } from './collaborationoperation';
|
9
|
+
import type { default as CollaborationOperation } from './collaborationoperation.js';
|
10
10
|
/**
|
11
11
|
* Interface compatible with {@link module:engine/model/history~History} with the difference that it uses
|
12
12
|
* {@link module:collaboration-core/collaborationoperation~CollaborationOperation} instead of regular model operations.
|
@@ -1,12 +1,12 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
6
6
|
* @module collaboration-core/collaborationoperation
|
7
7
|
* @publicApi
|
8
8
|
*/
|
9
|
-
import type { Operation, InsertOperation, MergeOperation, MoveOperation, SplitOperation, MarkerOperation, RootOperation, RootAttributeOperation } from 'ckeditor5/src/engine';
|
9
|
+
import type { Operation, InsertOperation, MergeOperation, MoveOperation, SplitOperation, MarkerOperation, RootOperation, RootAttributeOperation } from 'ckeditor5/src/engine.js';
|
10
10
|
/**
|
11
11
|
* Extends the {@link module:engine/model/operation/operation operation}.
|
12
12
|
*/
|
package/src/config.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* @license Copyright (c) 2003-
|
2
|
+
* @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
|
3
3
|
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
4
4
|
*/
|
5
5
|
/**
|
package/src/config.js
CHANGED