@ckeditor/ckeditor5-editor-multi-root 48.0.0-alpha.3 → 48.0.0-alpha.5
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ CKEditor 5 multi-root editor implementation
|
|
|
5
5
|
[](https://codecov.io/gh/ckeditor/ckeditor5)
|
|
6
6
|
[](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
|
|
7
7
|
|
|
8
|
-
The multi-root editor implementation for CKEditor 5. Read more about the [multi-root editor
|
|
8
|
+
The multi-root editor implementation for CKEditor 5. Read more about the [multi-root editor](https://ckeditor.com/docs/ckeditor5/latest/getting-started/setup/editor-types.html#multi-root-editor) and see the [demo](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/multi-root-editor.html).
|
|
9
9
|
|
|
10
10
|
This package contains the [`MultiRootEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-multi-root_multirooteditor-MultiRootEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-multi-root",
|
|
3
|
-
"version": "48.0.0-alpha.
|
|
3
|
+
"version": "48.0.0-alpha.5",
|
|
4
4
|
"description": "Multi-root editor implementation for CKEditor 5.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "CKSource (http://cksource.com/)",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"./package.json": "./package.json"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ckeditor/ckeditor5-core": "48.0.0-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.
|
|
31
|
-
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.
|
|
28
|
+
"@ckeditor/ckeditor5-core": "48.0.0-alpha.5",
|
|
29
|
+
"@ckeditor/ckeditor5-engine": "48.0.0-alpha.5",
|
|
30
|
+
"@ckeditor/ckeditor5-ui": "48.0.0-alpha.5",
|
|
31
|
+
"@ckeditor/ckeditor5-utils": "48.0.0-alpha.5",
|
|
32
32
|
"es-toolkit": "1.45.1"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|