@ckeditor/ckeditor5-core
Advanced tools
Comparing version 37.0.0-alpha.3 to 37.0.0-rc.0
{ | ||
"name": "@ckeditor/ckeditor5-core", | ||
"version": "37.0.0-alpha.3", | ||
"version": "37.0.0-rc.0", | ||
"description": "The core architecture of CKEditor 5 – the best browser-based rich text editor.", | ||
@@ -26,21 +26,21 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-engine": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-utils": "^37.0.0-rc.0", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-autoformat": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-block-quote": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-essentials": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-indent": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-link": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-list": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-media-embed": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-table": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.3", | ||
"@ckeditor/ckeditor5-autoformat": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-block-quote": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-essentials": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-heading": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-image": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-indent": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-link": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-list": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-media-embed": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-paragraph": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-table": "^37.0.0-rc.0", | ||
"@ckeditor/ckeditor5-ui": "^37.0.0-rc.0", | ||
"typescript": "^4.8.4", | ||
@@ -51,3 +51,3 @@ "webpack": "^5.58.1", | ||
"engines": { | ||
"node": ">=14.0.0", | ||
"node": ">=16.0.0", | ||
"npm": ">=5.7.1" | ||
@@ -54,0 +54,0 @@ }, |
@@ -381,3 +381,3 @@ /** | ||
* | ||
* See also the {@link ~Editor#state `editor.state`} property. | ||
* See also the {@link module:core/editor/editor~Editor#state `editor.state`} property. | ||
* | ||
@@ -394,3 +394,3 @@ * @eventName ~Editor#ready | ||
* | ||
* See also the {@link ~Editor#state `editor.state`} property. | ||
* See also the {@link module:core/editor/editor~Editor#state `editor.state`} property. | ||
* | ||
@@ -397,0 +397,0 @@ * @eventName ~Editor#destroy |
@@ -60,5 +60,8 @@ /** | ||
* | ||
* By default the editor outputs HTML. This can be controlled by injecting a different data processor. | ||
* By default, the editor outputs HTML. This can be controlled by injecting a different data processor. | ||
* See the {@glink features/markdown Markdown output} guide for more details. | ||
* | ||
* A warning is logged when you try to retrieve data for a detached root, as most probably this is a mistake. A detached root should | ||
* be treated like it is removed, and you should not save its data. Note, that the detached root data is always an empty string. | ||
* | ||
* @param options Additional configuration for the retrieved data. | ||
@@ -65,0 +68,0 @@ * Editor features may introduce more configuration options that can be set through this parameter. |
@@ -258,3 +258,3 @@ /** | ||
* when upgrading to version 26.0.0, read also the | ||
* {@glink updating/migration-to-26 Migration to 26.0.0} guide. | ||
* {@glink updating/guides/update-to-26 Migration to 26.0.0} guide. | ||
* | ||
@@ -261,0 +261,0 @@ * @error plugincollection-soft-required |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
353922
4287