@ckeditor/ckeditor5-upload
Advanced tools
Comparing version 33.0.0 to 34.0.0
{ | ||
"name": "@ckeditor/ckeditor5-upload", | ||
"version": "33.0.0", | ||
"version": "34.0.0", | ||
"description": "Upload feature for CKEditor 5.", | ||
@@ -14,5 +14,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@ckeditor/ckeditor5-core": "^33.0.0", | ||
"@ckeditor/ckeditor5-utils": "^33.0.0", | ||
"@ckeditor/ckeditor5-ui": "^33.0.0" | ||
"@ckeditor/ckeditor5-core": "^34.0.0", | ||
"@ckeditor/ckeditor5-utils": "^34.0.0", | ||
"@ckeditor/ckeditor5-ui": "^34.0.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "engines": { |
@@ -6,3 +6,4 @@ CKEditor 5 file upload feature | ||
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master) | ||
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://travis-ci.com/ckeditor/ckeditor5) | ||
[![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5) | ||
![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-upload) | ||
@@ -9,0 +10,0 @@ This package implements various file upload utilities for CKEditor 5. |
@@ -17,3 +17,3 @@ /** | ||
* A plugin that converts images inserted into the editor into [Base64 strings](https://en.wikipedia.org/wiki/Base64) | ||
* in the {@glink builds/guides/integration/saving-data editor output}. | ||
* in the {@glink installation/advanced/saving-data editor output}. | ||
* | ||
@@ -20,0 +20,0 @@ * This kind of image upload does not require server processing – images are stored with the rest of the text and |
@@ -157,3 +157,4 @@ /** | ||
* | ||
* **If you see this warning when using one of the {@glink builds/index CKEditor 5 Builds}** | ||
* **If you see this warning when using one of the {@glink installation/advanced/alternative-setups/predefined-builds | ||
* CKEditor 5 Builds}** | ||
* it means that you did not configure any of the upload adapters available by default in those builds. | ||
@@ -160,0 +161,0 @@ * |
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
84705
1248
18
+ Added@ckeditor/ckeditor5-core@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-engine@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-ui@34.2.0(transitive)
+ Added@ckeditor/ckeditor5-utils@34.2.0(transitive)
- Removed@ckeditor/ckeditor5-core@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-engine@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-ui@33.0.0(transitive)
- Removed@ckeditor/ckeditor5-utils@33.0.0(transitive)