@ckeditor/ckeditor5-cloud-services
Advanced tools
Comparing version 17.0.0 to 18.0.0
Changelog | ||
========= | ||
## [18.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v17.0.0...v18.0.0) (2020-03-19) | ||
Internal changes only (updated dependencies, documentation, etc.). | ||
## [17.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v16.0.0...v17.0.0) (2020-02-19) | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@ckeditor/ckeditor5-cloud-services", | ||
"version": "17.0.0", | ||
"version": "18.0.0", | ||
"description": "CKEditor 5's Cloud Services integration layer.", | ||
@@ -12,7 +12,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor-cloud-services-core": "^17.0.0", | ||
"@ckeditor/ckeditor5-core": "^17.0.0" | ||
"@ckeditor/ckeditor-cloud-services-core": "^18.0.0", | ||
"@ckeditor/ckeditor5-core": "^18.0.0" | ||
}, | ||
"devDependencies": { | ||
"@ckeditor/ckeditor5-editor-classic": "^17.0.0", | ||
"@ckeditor/ckeditor5-editor-classic": "^18.0.0", | ||
"eslint": "^5.5.0", | ||
@@ -19,0 +19,0 @@ "eslint-config-ckeditor5": "^2.0.0", |
@@ -197,3 +197,7 @@ /** | ||
/* eslint-disable max-len */ | ||
/** | ||
* **This configuration property has been deprecated and will be removed in the next major release. | ||
* Use [`config.collaboration.channelId`](https://ckeditor.com/docs/ckeditor5/latest/features/collaboration/real-time-collaboration/real-time-collaboration-integration.html#the-channelid-configuration-property) instead.** | ||
* | ||
* The document ID used by the `RealTimeCollaborativeEditing` plugin. All editor instances created with the same document ID will | ||
@@ -207,3 +211,5 @@ * collaborate. It means that each document needs a different document ID if you do not want to start collaboration between these | ||
* | ||
* @deprecated | ||
* @member {String} module:cloud-services/cloudservices~CloudServicesConfig#documentId | ||
*/ | ||
/* eslint-enable max-len */ |
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
17097
192
+ Added@ckeditor/ckeditor-cloud-services-core@18.0.0(transitive)
+ Added@ckeditor/ckeditor5-core@18.0.0(transitive)
+ Added@ckeditor/ckeditor5-engine@18.0.0(transitive)
+ Added@ckeditor/ckeditor5-utils@18.0.0(transitive)
- Removed@ckeditor/ckeditor-cloud-services-core@17.0.0(transitive)
- Removed@ckeditor/ckeditor5-core@17.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@17.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@17.0.0(transitive)