@ckeditor/ckeditor5-editor-classic
Advanced tools
Comparing version 30.0.0 to 31.0.0
{ | ||
"name": "@ckeditor/ckeditor5-editor-classic", | ||
"version": "30.0.0", | ||
"version": "31.0.0", | ||
"description": "Classic editor implementation for CKEditor 5.", | ||
@@ -14,18 +14,18 @@ "keywords": [ | ||
"dependencies": { | ||
"ckeditor5": "^30.0.0", | ||
"ckeditor5": "^31.0.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-basic-styles": "^30.0.0", | ||
"@ckeditor/ckeditor5-core": "^30.0.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^31.0.0", | ||
"@ckeditor/ckeditor5-core": "^31.0.0", | ||
"@ckeditor/ckeditor5-dev-utils": "^25.4.0", | ||
"@ckeditor/ckeditor5-engine": "^30.0.0", | ||
"@ckeditor/ckeditor5-enter": "^30.0.0", | ||
"@ckeditor/ckeditor5-heading": "^30.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^30.0.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^30.0.0", | ||
"@ckeditor/ckeditor5-typing": "^30.0.0", | ||
"@ckeditor/ckeditor5-ui": "^30.0.0", | ||
"@ckeditor/ckeditor5-undo": "^30.0.0", | ||
"@ckeditor/ckeditor5-utils": "^30.0.0", | ||
"@ckeditor/ckeditor5-engine": "^31.0.0", | ||
"@ckeditor/ckeditor5-enter": "^31.0.0", | ||
"@ckeditor/ckeditor5-heading": "^31.0.0", | ||
"@ckeditor/ckeditor5-paragraph": "^31.0.0", | ||
"@ckeditor/ckeditor5-theme-lark": "^31.0.0", | ||
"@ckeditor/ckeditor5-typing": "^31.0.0", | ||
"@ckeditor/ckeditor5-ui": "^31.0.0", | ||
"@ckeditor/ckeditor5-undo": "^31.0.0", | ||
"@ckeditor/ckeditor5-utils": "^31.0.0", | ||
"webpack": "^4.43.0", | ||
@@ -32,0 +32,0 @@ "webpack-cli": "^3.3.11" |
@@ -12,3 +12,3 @@ CKEditor 5 classic editor implementation | ||
This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 Builds](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html). | ||
This package contains the source version of the classic editor. This editor implementation is also available in the [classic build](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic). Read more about [CKEditor 5 builds](https://ckeditor.com/docs/ckeditor5/latest/builds/index.html). | ||
@@ -15,0 +15,0 @@ ## Documentation |
@@ -19,3 +19,3 @@ /** | ||
/** | ||
* The {@glink builds/guides/overview#classic-editor classic editor} implementation. | ||
* The {@glink builds/guides/predefined-builds/overview#classic-editor classic editor} implementation. | ||
* It uses an inline editable and a sticky toolbar, all enclosed in a boxed UI. | ||
@@ -31,5 +31,5 @@ * See the {@glink examples/builds/classic-editor demo}. | ||
* [`@ckeditor/ckeditor5-editor-classic`](https://www.npmjs.com/package/@ckeditor/ckeditor5-editor-classic) package) | ||
* but it is also available in the {@glink builds/guides/overview#classic-editor classic build}. | ||
* but it is also available in the {@glink builds/guides/predefined-builds/overview#classic-editor classic build}. | ||
* | ||
* {@glink builds/guides/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from | ||
* {@glink builds/guides/predefined-builds/overview Builds} are ready-to-use editors with plugins bundled in. When using the editor from | ||
* source you need to take care of loading all plugins by yourself | ||
@@ -164,3 +164,3 @@ * (through the {@link module:core/editor/editorconfig~EditorConfig#plugins `config.plugins`} option). | ||
* The code samples listed in the previous sections of this documentation assume that you are using an | ||
* {@glink builds/guides/overview editor build} (for example – `@ckeditor/ckeditor5-build-classic`). | ||
* {@glink builds/guides/predefined-builds/overview editor build} (for example – `@ckeditor/ckeditor5-build-classic`). | ||
* | ||
@@ -167,0 +167,0 @@ * If you want to use the classic editor from source (`@ckeditor/ckeditor5-editor-classic/src/classiceditor`), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31826
+ Added@ckeditor/ckeditor5-clipboard@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-core@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-engine@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-enter@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-paragraph@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-select-all@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-typing@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-ui@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-undo@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-upload@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-utils@31.1.0(transitive)
+ Added@ckeditor/ckeditor5-widget@31.1.0(transitive)
+ Addedckeditor5@31.1.0(transitive)
- Removed@ckeditor/ckeditor5-clipboard@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-core@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-enter@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-paragraph@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-select-all@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-typing@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-ui@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-undo@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-upload@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@30.0.0(transitive)
- Removed@ckeditor/ckeditor5-widget@30.0.0(transitive)
- Removedckeditor5@30.0.0(transitive)
Updatedckeditor5@^31.0.0