@ckeditor/ckeditor5-editor-classic 39.0.1 → 39.0.2
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/CHANGELOG.md +1 -1
- package/README.md +4 -4
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
@@ -124,7 +124,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
124
124
|
|
125
125
|
### BREAKING CHANGES
|
126
126
|
|
127
|
-
* The license under which CKEditor
|
127
|
+
* 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.
|
128
128
|
|
129
129
|
|
130
130
|
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-editor-classic/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
package/README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
CKEditor
|
1
|
+
CKEditor 5 classic editor implementation
|
2
2
|
========================================
|
3
3
|
|
4
4
|
[](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic)
|
5
5
|
[](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
|
6
6
|
[](https://app.travis-ci.com/github/ckeditor/ckeditor5)
|
7
7
|
|
8
|
-
The classic editor implementation for CKEditor
|
8
|
+
The classic editor implementation for CKEditor 5.
|
9
9
|
|
10
10
|
This package contains the [`ClassicEditor`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html) class. Follow there to learn more about this type of editor and how to initialize it.
|
11
11
|
|
12
|
-
This package contains the source version of the classic editor. This kind of editor implementation is also available as a ready-to-use [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor
|
12
|
+
This package contains the source version of the classic editor. This kind of editor implementation is also available as a ready-to-use [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). 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.
|
13
13
|
|
14
14
|
## Documentation
|
15
15
|
|
16
|
-
See the [`@ckeditor/ckeditor5-editor-classic` package](https://ckeditor.com/docs/ckeditor5/latest/api/editor-classic.html) page in [CKEditor
|
16
|
+
See the [`@ckeditor/ckeditor5-editor-classic` package](https://ckeditor.com/docs/ckeditor5/latest/api/editor-classic.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
|
17
17
|
|
18
18
|
## License
|
19
19
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-classic",
|
3
|
-
"version": "39.0.
|
3
|
+
"version": "39.0.2",
|
4
4
|
"description": "Classic editor implementation for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,13 +11,9 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"ckeditor5": "39.0.
|
14
|
+
"ckeditor5": "39.0.2",
|
15
15
|
"lodash-es": "4.17.21"
|
16
16
|
},
|
17
|
-
"engines": {
|
18
|
-
"node": ">=16.0.0",
|
19
|
-
"npm": ">=5.7.1"
|
20
|
-
},
|
21
17
|
"author": "CKSource (http://cksource.com/)",
|
22
18
|
"license": "GPL-2.0-or-later",
|
23
19
|
"homepage": "https://ckeditor.com/ckeditor-5",
|