@ckeditor/ckeditor5-revision-history 33.0.0 → 34.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/LICENSE.md +2 -2
- package/README.md +5 -2
- package/build/revision-history.js +5 -0
- package/build/translations/af.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bs.js +1 -0
- package/build/translations/cs.js +1 -0
- package/build/translations/da.js +1 -0
- package/build/translations/de-ch.js +1 -0
- package/build/translations/de.js +1 -0
- package/build/translations/el.js +1 -0
- package/build/translations/en-au.js +1 -0
- package/build/translations/en-gb.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fr.js +1 -0
- package/build/translations/gl.js +1 -0
- package/build/translations/he.js +1 -0
- package/build/translations/hi.js +1 -0
- package/build/translations/hr.js +1 -0
- package/build/translations/hu.js +1 -0
- package/build/translations/id.js +1 -0
- package/build/translations/it.js +1 -0
- package/build/translations/ja.js +1 -0
- package/build/translations/jv.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/ne.js +1 -0
- package/build/translations/nl.js +1 -0
- package/build/translations/no.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.js +1 -0
- package/build/translations/ur.js +1 -0
- package/build/translations/vi.js +1 -0
- package/build/translations/zh-cn.js +1 -0
- package/build/translations/zh.js +1 -0
- package/lang/translations/af.po +123 -0
- package/lang/translations/en-au.po +25 -25
- package/lang/translations/es.po +2 -1
- package/lang/translations/fr.po +2 -1
- package/lang/translations/gl.po +5 -5
- package/lang/translations/hr.po +6 -6
- package/lang/translations/it.po +2 -1
- package/lang/translations/jv.po +122 -0
- package/lang/translations/lv.po +27 -27
- package/lang/translations/pt-br.po +5 -4
- package/lang/translations/sk.po +27 -27
- package/lang/translations/ur.po +123 -0
- package/lang/translations/zh-cn.po +24 -24
- package/package.json +8 -11
- package/src/changeitem.js +1 -1
- package/src/editor/revisionviewereditor.js +23 -0
- package/src/editor/revisionviewereditorui.js +23 -0
- package/src/editor/revisionviewereditoruiview.js +23 -0
- package/src/index.js +23 -0
- package/src/revision.js +1 -1
- package/src/revisiondiff.js +1 -1
- package/src/revisionhistory.js +1 -1
- package/src/revisionsrepository.js +1 -1
- package/src/revisiontracker.js +1 -1
- package/src/revisionviewer.js +1 -1
- package/src/ui/revision/createrevisionactionsdropdown.js +1 -1
- package/src/ui/revision/revisionauthorview.js +1 -1
- package/src/ui/revision/revisionnameview.js +1 -1
- package/src/ui/revision/revisionview.js +1 -1
- package/src/ui/revision/subrevisioncollapserview.js +1 -1
- package/src/ui/revision/subrevisionview.js +1 -1
- package/src/ui/revision/utils.js +1 -1
- package/src/ui/revisionhistory/revisionhistorysaverevisionformview.js +1 -1
- package/src/ui/revisionhistory/revisionhistoryui.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebar.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarheaderview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebartimeperiodview.js +1 -1
- package/src/ui/revisionssidebar/revisionssidebarview.js +1 -1
- package/src/ui/revisionssidebar/utils.js +1 -1
- package/src/ui/revisionviewer/changedetailsview.js +1 -1
- package/src/ui/revisionviewer/changesnavigationview.js +1 -1
- package/src/ui/revisionviewer/revisionviewerloadingoverlay.js +1 -1
- package/src/ui/revisionviewer/revisionviewerui.js +1 -1
- package/src/utils/common-translations.js +23 -0
package/LICENSE.md
CHANGED
|
@@ -2,7 +2,7 @@ Software License Agreement
|
|
|
2
2
|
==========================
|
|
3
3
|
|
|
4
4
|
**CKEditor 5 revision history** (https://ckeditor.com/collaboration/)<br>
|
|
5
|
-
Copyright (c) 2003-2019, [CKSource
|
|
5
|
+
Copyright (c) 2003-2019, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
6
6
|
|
|
7
7
|
CKEditor 5 revision history 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.
|
|
@@ -20,4 +20,4 @@ The following libraries are included in CKEditor 5 revision history under the [M
|
|
|
20
20
|
Trademarks
|
|
21
21
|
----------
|
|
22
22
|
|
|
23
|
-
**CKEditor** is a trademark of [CKSource
|
|
23
|
+
**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
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# CKEditor 5 revision history
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-revision-history)
|
|
4
|
+

|
|
5
|
+
|
|
3
6
|
[CKEditor 5 revision history](https://ckeditor.com/ckeditor-5/revision-history/) is a document versioning tool. It allows CKEditor 5 users to create and view the chronological revision history of their content. The preview mode allows for easy viewing of content development over time. You can review content changes (both insertions and deletions) as well as suggestions made with the track changes feature.
|
|
4
7
|
|
|
5
8
|
With this feature you can easily:
|
|
@@ -36,11 +39,11 @@ As a licensed CKEditor 5 revision history user you can report bugs and request f
|
|
|
36
39
|
## License
|
|
37
40
|
|
|
38
41
|
**CKEditor 5 revision history** (https://ckeditor.com/ckeditor-5/revision-history/)<br>
|
|
39
|
-
Copyright (c) 2003-2022, [CKSource
|
|
42
|
+
Copyright (c) 2003-2022, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
|
|
40
43
|
|
|
41
44
|
CKEditor 5 revision history feature is licensed under a commercial license and is protected by copyright law.
|
|
42
45
|
For more details about available licensing options please contact us at sales@cksource.com.
|
|
43
46
|
|
|
44
47
|
### Trademarks
|
|
45
48
|
|
|
46
|
-
**CKEditor** is a trademark of [CKSource
|
|
49
|
+
**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.
|