@ckeditor/ckeditor5-editor-inline 34.1.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/README.md +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ The inline editor implementation for CKEditor 5.
|
|
|
10
10
|
|
|
11
11
|
This package exposes the [`InlineEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-inline_inlineeditor-InlineEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
|
|
12
12
|
|
|
13
|
-
This package contains the source version of the inline editor.
|
|
13
|
+
This package contains the source version of the inline editor. This kind of editor implementation is also available as a ready-to-use [inline build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-inline). Read more about [CKEditor 5 predefined builds](https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/alternative-setups/predefined-builds.html) in the CKEditor 5 documentation.
|
|
14
14
|
|
|
15
15
|
## Documentation
|
|
16
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-inline",
|
|
3
|
-
"version": "34.
|
|
3
|
+
"version": "34.2.0",
|
|
4
4
|
"description": "Inline editor implementation for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"ckeditor5": "^34.
|
|
14
|
+
"ckeditor5": "^34.2.0",
|
|
15
15
|
"lodash-es": "^4.17.15"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-basic-styles": "^34.
|
|
19
|
-
"@ckeditor/ckeditor5-core": "^34.
|
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^34.2.0",
|
|
19
|
+
"@ckeditor/ckeditor5-core": "^34.2.0",
|
|
20
20
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
21
|
-
"@ckeditor/ckeditor5-engine": "^34.
|
|
22
|
-
"@ckeditor/ckeditor5-enter": "^34.
|
|
23
|
-
"@ckeditor/ckeditor5-heading": "^34.
|
|
24
|
-
"@ckeditor/ckeditor5-paragraph": "^34.
|
|
25
|
-
"@ckeditor/ckeditor5-theme-lark": "^34.
|
|
26
|
-
"@ckeditor/ckeditor5-typing": "^34.
|
|
27
|
-
"@ckeditor/ckeditor5-ui": "^34.
|
|
28
|
-
"@ckeditor/ckeditor5-undo": "^34.
|
|
29
|
-
"@ckeditor/ckeditor5-utils": "^34.
|
|
21
|
+
"@ckeditor/ckeditor5-engine": "^34.2.0",
|
|
22
|
+
"@ckeditor/ckeditor5-enter": "^34.2.0",
|
|
23
|
+
"@ckeditor/ckeditor5-heading": "^34.2.0",
|
|
24
|
+
"@ckeditor/ckeditor5-paragraph": "^34.2.0",
|
|
25
|
+
"@ckeditor/ckeditor5-theme-lark": "^34.2.0",
|
|
26
|
+
"@ckeditor/ckeditor5-typing": "^34.2.0",
|
|
27
|
+
"@ckeditor/ckeditor5-ui": "^34.2.0",
|
|
28
|
+
"@ckeditor/ckeditor5-undo": "^34.2.0",
|
|
29
|
+
"@ckeditor/ckeditor5-utils": "^34.2.0",
|
|
30
30
|
"webpack": "^5.58.1",
|
|
31
31
|
"webpack-cli": "^4.9.0"
|
|
32
32
|
},
|