ckeditor5 29.0.0 → 31.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 +665 -28
- package/LICENSE.md +3 -0
- package/README.md +6 -6
- package/build/ckeditor5-dll.js +5 -0
- package/build/ckeditor5-dll.manifest.json +286 -0
- package/build/translations/af.js +1 -0
- package/build/translations/ar.js +1 -0
- package/build/translations/ast.js +1 -0
- package/build/translations/az.js +1 -0
- package/build/translations/bg.js +1 -0
- package/build/translations/ca.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/eo.js +1 -0
- package/build/translations/es.js +1 -0
- package/build/translations/et.js +1 -0
- package/build/translations/eu.js +1 -0
- package/build/translations/fa.js +1 -0
- package/build/translations/fi.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/km.js +1 -0
- package/build/translations/kn.js +1 -0
- package/build/translations/ko.js +1 -0
- package/build/translations/ku.js +1 -0
- package/build/translations/lt.js +1 -0
- package/build/translations/lv.js +1 -0
- package/build/translations/nb.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/oc.js +1 -0
- package/build/translations/pl.js +1 -0
- package/build/translations/pt-br.js +1 -0
- package/build/translations/pt.js +1 -0
- package/build/translations/ro.js +1 -0
- package/build/translations/ru.js +1 -0
- package/build/translations/si.js +1 -0
- package/build/translations/sk.js +1 -0
- package/build/translations/sl.js +1 -0
- package/build/translations/sq.js +1 -0
- package/build/translations/sr-latn.js +1 -0
- package/build/translations/sr.js +1 -0
- package/build/translations/sv.js +1 -0
- package/build/translations/th.js +1 -0
- package/build/translations/tk.js +1 -0
- package/build/translations/tr.js +1 -0
- package/build/translations/tt.js +1 -0
- package/build/translations/ug.js +1 -0
- package/build/translations/uk.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/package.json +13 -13
package/LICENSE.md
CHANGED
|
@@ -14,6 +14,9 @@ Where not otherwise indicated, all CKEditor content is authored by CKSource engi
|
|
|
14
14
|
The following libraries are included in CKEditor under the [MIT license](https://opensource.org/licenses/MIT):
|
|
15
15
|
|
|
16
16
|
* 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/.
|
|
17
|
+
* marked - Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
|
|
18
|
+
* turndown - turndown is copyright © 2017+ Dom Christie and released under the MIT license.
|
|
19
|
+
* turndown-plugin-gfm - turndown-plugin-gfm is copyright © 2017+ Dom Christie and released under the MIT license.
|
|
17
20
|
|
|
18
21
|
Trademarks
|
|
19
22
|
----------
|
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ A set of ready-to-use rich text editors created with a powerful framework. Made
|
|
|
17
17
|
## Table of contents
|
|
18
18
|
|
|
19
19
|
* [Quick start](#quick-start)
|
|
20
|
-
* [CKEditor 5
|
|
20
|
+
* [CKEditor 5 builds](#ckeditor-5-builds)
|
|
21
21
|
* [CKEditor 5 Framework](#ckeditor-5-framework)
|
|
22
22
|
* [Documentation and FAQ](#documentation-and-faq)
|
|
23
23
|
* [Contributing and project organization](#contributing-and-project-organization)
|
|
@@ -35,11 +35,11 @@ A set of ready-to-use rich text editors created with a powerful framework. Made
|
|
|
35
35
|
|
|
36
36
|
## Quick start
|
|
37
37
|
|
|
38
|
-
### CKEditor 5
|
|
38
|
+
### CKEditor 5 builds
|
|
39
39
|
|
|
40
|
-
CKEditor 5
|
|
40
|
+
CKEditor 5 builds are a set of ready-to-use rich text editors. Every "build" provides a single type of editor with a set of features and a default configuration.
|
|
41
41
|
|
|
42
|
-
The following CKEditor 5
|
|
42
|
+
The following CKEditor 5 builds are currently available:
|
|
43
43
|
|
|
44
44
|
* [Classic editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#classic-editor)
|
|
45
45
|
* [Inline editor](https://ckeditor.com/docs/ckeditor5/latest/builds/guides/overview.html#inline-editor)
|
|
@@ -84,7 +84,7 @@ To find out how to start with other builds check the [Quick start guide in the C
|
|
|
84
84
|
|
|
85
85
|
### CKEditor 5 Framework
|
|
86
86
|
|
|
87
|
-
CKEditor 5
|
|
87
|
+
CKEditor 5 builds allow you to quickly and easily initialize one of the many types of editors in your application. At the same time, CKEditor 5 is also a framework for creating custom-made rich text editing solutions.
|
|
88
88
|
|
|
89
89
|
To find out how to start building your own editor from scratch go to [CKEditor 5 Framework overview section of CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/overview.html).
|
|
90
90
|
|
|
@@ -94,7 +94,7 @@ To find out more see the following [CKEditor 5 documentation](https://ckeditor.c
|
|
|
94
94
|
|
|
95
95
|
* [API documentation](https://ckeditor.com/docs/ckeditor5/latest/api/index.html)
|
|
96
96
|
* [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html)
|
|
97
|
-
* [CKEditor 5
|
|
97
|
+
* [CKEditor 5 builds documentation](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html)
|
|
98
98
|
* [CKEditor 5 Features documentation](https://ckeditor.com/docs/ckeditor5/latest/features/index.html)
|
|
99
99
|
* [CKEditor 5 Examples](https://ckeditor.com/docs/ckeditor5/latest/examples/index.html)
|
|
100
100
|
|