@ckeditor/ckeditor5-widget 0.0.0-nightly-20230807.0 → 0.0.0-nightly-20230809.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/CHANGELOG.md +1 -1
- package/LICENSE.md +1 -1
- package/README.md +3 -3
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -181,7 +181,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
181
181
|
|
182
182
|
### BREAKING CHANGES
|
183
183
|
|
184
|
-
* The license under which CKEditor
|
184
|
+
* The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
|
185
185
|
|
186
186
|
|
187
187
|
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-widget/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
package/LICENSE.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Software License Agreement
|
2
2
|
==========================
|
3
3
|
|
4
|
-
**CKEditor
|
4
|
+
**CKEditor 5 widget API** – https://github.com/ckeditor/ckeditor5-image <br>
|
5
5
|
Copyright (c) 2003-2023, [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).
|
package/README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
CKEditor
|
1
|
+
CKEditor 5 widget API
|
2
2
|
========================================
|
3
3
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-widget)
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
7
|
|
8
|
-
This package implements the widget API for CKEditor
|
8
|
+
This package implements the widget API for CKEditor 5.
|
9
9
|
|
10
10
|
## Documentation
|
11
11
|
|
12
|
-
See the [`@ckeditor/ckeditor5-widget` package](https://ckeditor.com/docs/ckeditor5/latest/api/widget.html) page in [CKEditor
|
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
13
|
|
14
14
|
## License
|
15
15
|
|
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-20230809.0",
|
4
4
|
"description": "Widget API for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,12 +11,12 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
15
|
-
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-
|
17
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
18
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
19
|
-
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-
|
14
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20230809.0",
|
15
|
+
"@ckeditor/ckeditor5-engine": "0.0.0-nightly-20230809.0",
|
16
|
+
"@ckeditor/ckeditor5-enter": "0.0.0-nightly-20230809.0",
|
17
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230809.0",
|
18
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230809.0",
|
19
|
+
"@ckeditor/ckeditor5-typing": "0.0.0-nightly-20230809.0",
|
20
20
|
"lodash-es": "4.17.21"
|
21
21
|
},
|
22
22
|
"author": "CKSource (http://cksource.com/)",
|