ckeditor5 28.0.0 → 30.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 +700 -22
- package/LICENSE.md +3 -0
- package/README.md +36 -0
- 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
|
@@ -459,6 +459,18 @@ See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/bl
|
|
|
459
459
|
</td>
|
|
460
460
|
</tr>
|
|
461
461
|
|
|
462
|
+
<tr>
|
|
463
|
+
<td>
|
|
464
|
+
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-find-and-replace"><code>@ckeditor/ckeditor5-find-and-replace</code></a>
|
|
465
|
+
</td>
|
|
466
|
+
<td>
|
|
467
|
+
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-find-and-replace"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-find-and-replace.svg" alt="@ckeditor/ckeditor5-find-and-replace npm package badge"></a>
|
|
468
|
+
</td>
|
|
469
|
+
<td>
|
|
470
|
+
The find and replace feature.
|
|
471
|
+
</td>
|
|
472
|
+
</tr>
|
|
473
|
+
|
|
462
474
|
<tr>
|
|
463
475
|
<td>
|
|
464
476
|
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-font"><code>@ckeditor/ckeditor5-font</code></a>
|
|
@@ -519,6 +531,18 @@ See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/bl
|
|
|
519
531
|
</td>
|
|
520
532
|
</tr>
|
|
521
533
|
|
|
534
|
+
<tr>
|
|
535
|
+
<td>
|
|
536
|
+
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-html-support"><code>@ckeditor/ckeditor5-html-support</code></a>
|
|
537
|
+
</td>
|
|
538
|
+
<td>
|
|
539
|
+
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-html-support"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-html-support.svg" alt="@ckeditor/ckeditor5-html-support npm package badge"></a>
|
|
540
|
+
</td>
|
|
541
|
+
<td>
|
|
542
|
+
The General HTML Support feature.
|
|
543
|
+
</td>
|
|
544
|
+
</tr>
|
|
545
|
+
|
|
522
546
|
<tr>
|
|
523
547
|
<td>
|
|
524
548
|
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-image"><code>@ckeditor/ckeditor5-image</code></a>
|
|
@@ -687,6 +711,18 @@ See CKEditor 5 release blog posts [on the CKEditor blog](https://ckeditor.com/bl
|
|
|
687
711
|
</td>
|
|
688
712
|
</tr>
|
|
689
713
|
|
|
714
|
+
<tr>
|
|
715
|
+
<td>
|
|
716
|
+
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-source-editing"><code>@ckeditor/ckeditor5-source-editing</code></a>
|
|
717
|
+
</td>
|
|
718
|
+
<td>
|
|
719
|
+
<a href="https://www.npmjs.com/package/@ckeditor/ckeditor5-source-editing"><img src="https://img.shields.io/npm/v/@ckeditor/ckeditor5-source-editing.svg" alt="@ckeditor/ckeditor5-source-editing npm package badge"></a>
|
|
720
|
+
</td>
|
|
721
|
+
<td>
|
|
722
|
+
The source editing feature.
|
|
723
|
+
</td>
|
|
724
|
+
</tr>
|
|
725
|
+
|
|
690
726
|
<tr>
|
|
691
727
|
<td>
|
|
692
728
|
<a href="https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-special-characters"><code>@ckeditor/ckeditor5-special-characters</code></a>
|