ckeditor5 40.2.0 → 41.1.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.
Potentially problematic release.
This version of ckeditor5 might be problematic. Click here for more details.
- package/CHANGELOG.md +391 -266
- package/LICENSE.md +1 -1
- package/README.md +7 -7
- package/build/ckeditor5-dll.js +3 -3
- package/build/ckeditor5-dll.manifest.json +7 -4
- package/build/translations/ar.js +1 -1
- package/build/translations/ast.js +1 -1
- package/build/translations/az.js +1 -1
- package/build/translations/bg.js +1 -1
- package/build/translations/bn.js +1 -1
- package/build/translations/ca.js +1 -1
- package/build/translations/cs.js +1 -1
- package/build/translations/da.js +1 -1
- package/build/translations/de-ch.js +1 -1
- package/build/translations/de.js +1 -1
- package/build/translations/el.js +1 -1
- package/build/translations/en-au.js +1 -1
- package/build/translations/en-gb.js +1 -1
- package/build/translations/eo.js +1 -1
- package/build/translations/es.js +1 -1
- package/build/translations/et.js +1 -1
- package/build/translations/eu.js +1 -1
- package/build/translations/fa.js +1 -1
- package/build/translations/fi.js +1 -1
- package/build/translations/fr.js +1 -1
- package/build/translations/gl.js +1 -1
- package/build/translations/he.js +1 -1
- package/build/translations/hi.js +1 -1
- package/build/translations/hr.js +1 -1
- package/build/translations/hu.js +1 -1
- package/build/translations/id.js +1 -1
- package/build/translations/it.js +1 -1
- package/build/translations/ja.js +1 -1
- package/build/translations/km.js +1 -1
- package/build/translations/kn.js +1 -1
- package/build/translations/ko.js +1 -1
- package/build/translations/ku.js +1 -1
- package/build/translations/lt.js +1 -1
- package/build/translations/lv.js +1 -1
- package/build/translations/ms.js +1 -1
- package/build/translations/nb.js +1 -1
- package/build/translations/ne.js +1 -1
- package/build/translations/nl.js +1 -1
- package/build/translations/no.js +1 -1
- package/build/translations/pl.js +1 -1
- package/build/translations/pt-br.js +1 -1
- package/build/translations/pt.js +1 -1
- package/build/translations/ro.js +1 -1
- package/build/translations/ru.js +1 -1
- package/build/translations/sk.js +1 -1
- package/build/translations/sl.js +1 -1
- package/build/translations/sq.js +1 -1
- package/build/translations/sr-latn.js +1 -1
- package/build/translations/sr.js +1 -1
- package/build/translations/sv.js +1 -1
- package/build/translations/th.js +1 -1
- package/build/translations/tk.js +1 -1
- package/build/translations/tr.js +1 -1
- package/build/translations/tt.js +1 -1
- package/build/translations/ug.js +1 -1
- package/build/translations/uk.js +1 -1
- package/build/translations/ur.js +1 -1
- package/build/translations/uz.js +1 -1
- package/build/translations/vi.js +1 -1
- package/build/translations/zh-cn.js +1 -1
- package/build/translations/zh.js +1 -1
- package/package.json +15 -14
- package/src/clipboard.d.ts +1 -1
- package/src/clipboard.js +1 -1
- package/src/core.d.ts +1 -1
- package/src/core.js +1 -1
- package/src/engine.d.ts +1 -1
- package/src/engine.js +1 -1
- package/src/enter.d.ts +1 -1
- package/src/enter.js +1 -1
- package/src/paragraph.d.ts +1 -1
- package/src/paragraph.js +1 -1
- package/src/select-all.d.ts +1 -1
- package/src/select-all.js +1 -1
- package/src/typing.d.ts +1 -1
- package/src/typing.js +1 -1
- package/src/ui.d.ts +1 -1
- package/src/ui.js +1 -1
- package/src/undo.d.ts +1 -1
- package/src/undo.js +1 -1
- package/src/upload.d.ts +1 -1
- package/src/upload.js +1 -1
- package/src/utils.d.ts +1 -1
- package/src/utils.js +1 -1
- package/src/watchdog.d.ts +1 -1
- package/src/watchdog.js +1 -1
- package/src/widget.d.ts +1 -1
- package/src/widget.js +1 -1
package/LICENSE.md
CHANGED
@@ -2,7 +2,7 @@ Software License Agreement
|
|
2
2
|
==========================
|
3
3
|
|
4
4
|
**CKEditor 5** – https://github.com/ckeditor/ckeditor5 <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
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
|
8
8
|
|
package/README.md
CHANGED
@@ -15,15 +15,15 @@ CKEditor 5 is an ultra-modern JavaScript rich-text editor with MVC architec
|
|
15
15
|
|
16
16
|
## Table of contents
|
17
17
|
|
18
|
-
- [CKEditor
|
18
|
+
- [CKEditor 5 ](#ckeditor5-)
|
19
19
|
- [Table of contents](#table-of-contents)
|
20
20
|
- [Quick start](#quick-start)
|
21
|
-
- [CKEditor
|
22
|
-
- [CKEditor
|
21
|
+
- [CKEditor 5 online builder](#ckeditor5-online-builder)
|
22
|
+
- [CKEditor 5 predefined builds](#ckeditor5-predefined-builds)
|
23
23
|
- [Example installation](#example-installation)
|
24
24
|
- [TypeScript support](#typescript-support)
|
25
|
-
- [CKEditor
|
26
|
-
- [CKEditor
|
25
|
+
- [CKEditor 5 advanced installation](#ckeditor5-advanced-installation)
|
26
|
+
- [CKEditor 5 Framework](#ckeditor5-framework)
|
27
27
|
- [Documentation and FAQ](#documentation-and-faq)
|
28
28
|
- [Releases](#releases)
|
29
29
|
- [Editing and collaboration features](#editing-and-collaboration-features)
|
@@ -53,7 +53,7 @@ The following CKEditor 5 predefined builds are currently available:
|
|
53
53
|
|
54
54
|
#### Example installation
|
55
55
|
|
56
|
-
Creating an editor using a CKEditor 5 build is
|
56
|
+
Creating an editor using a CKEditor 5 build is simple and can be described in two steps:
|
57
57
|
|
58
58
|
1. Load the desired editor via the `<script>` tag.
|
59
59
|
2. Call the static `create()` method to create the editor.
|
@@ -67,7 +67,7 @@ In your HTML page, add an element that CKEditor should replace:
|
|
67
67
|
Load the classic editor build (you can choose between the [CDN](https://cdn.ckeditor.com/#ckeditor5), [npm](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#npm), and [zip downloads](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#zip-download)):
|
68
68
|
|
69
69
|
```html
|
70
|
-
<script src="https://cdn.ckeditor.com/ckeditor5/
|
70
|
+
<script src="https://cdn.ckeditor.com/ckeditor5/41.1.0/classic/ckeditor.js"></script>
|
71
71
|
```
|
72
72
|
|
73
73
|
Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#static-function-create) method:
|