@ckeditor/ckeditor5-widget 0.0.0-nightly-20241113.0 → 0.0.0-nightly-20241114.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 @ckeditor/ckeditor5-widget might be problematic. Click here for more details.
- package/README.md +10 -4
- package/package.json +7 -7
package/README.md
CHANGED
@@ -7,16 +7,22 @@ CKEditor 5 widget API
|
|
7
7
|
|
8
8
|
This package implements the widget API for CKEditor 5.
|
9
9
|
|
10
|
-
## Documentation
|
11
|
-
|
12
|
-
See the [`@ckeditor/ckeditor5-widget` package](https://ckeditor.com/docs/ckeditor5/latest/api/widget.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
13
|
-
|
14
10
|
## Installation
|
15
11
|
|
12
|
+
This plugin is part of the `ckeditor5` package. Install the whole package to use it.
|
13
|
+
|
16
14
|
```bash
|
17
15
|
npm install ckeditor5
|
18
16
|
```
|
19
17
|
|
18
|
+
## Create free account
|
19
|
+
|
20
|
+
If you want to check full CKEditor 5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/signup).
|
21
|
+
|
22
|
+
## Documentation
|
23
|
+
|
24
|
+
See the [`@ckeditor/ckeditor5-widget` package](https://ckeditor.com/docs/ckeditor5/latest/api/widget.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
25
|
+
|
20
26
|
## License
|
21
27
|
|
22
28
|
Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html). For full details about the license, please check the `LICENSE.md` file or [https://ckeditor.com/legal/ckeditor-oss-license](https://ckeditor.com/legal/ckeditor-oss-license).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-widget",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20241114.0",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -12,12 +12,12 @@
|
|
12
12
|
"type": "module",
|
13
13
|
"main": "src/index.js",
|
14
14
|
"dependencies": {
|
15
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
20
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
15
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20241114.0",
|
16
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20241114.0",
|
17
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20241114.0",
|
18
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20241114.0",
|
19
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20241114.0",
|
20
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20241114.0",
|
21
21
|
"lodash-es": "4.17.21"
|
22
22
|
},
|
23
23
|
"author": "CKSource (http://cksource.com/)",
|