@ckeditor/ckeditor5-upload 0.0.0-nightly-20231212.0 → 0.0.0-nightly-20231213.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -188,7 +188,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
188
188
|
### Bug fixes
|
189
189
|
|
190
190
|
* Destroying `FileDialogButtonView` should not throw an error. Closes [#66](https://github.com/ckeditor/ckeditor5-upload/issues/66). ([2d4ba62](https://github.com/ckeditor/ckeditor5-upload/commit/2d4ba62))
|
191
|
-
* Images pasted with additional HTML content will not be handled by the upload plugin which prevents data pasted from
|
191
|
+
* Images pasted with additional HTML content will not be handled by the upload plugin which prevents data pasted from Microsoft Word to be treated as an image. Closes [#68](https://github.com/ckeditor/ckeditor5-upload/issues/68). ([8d0644a](https://github.com/ckeditor/ckeditor5-upload/commit/8d0644a))
|
192
192
|
|
193
193
|
### Other changes
|
194
194
|
|
@@ -204,7 +204,7 @@ Internal changes only (updated dependencies, documentation, etc.).
|
|
204
204
|
|
205
205
|
### Bug fixes
|
206
206
|
|
207
|
-
* Image placeholder is now correctly displayed
|
207
|
+
* Image placeholder is now correctly displayed in Firefox and Edge. Closes [#56](https://github.com/ckeditor/ckeditor5-upload/issues/56). ([785e88b](https://github.com/ckeditor/ckeditor5-upload/commit/785e88b))
|
208
208
|
* Upload command should not crash when upload adapter is not specified (instead, FileRepository logs an error). Closes [#59](https://github.com/ckeditor/ckeditor5-upload/issues/59). ([14b738b](https://github.com/ckeditor/ckeditor5-upload/commit/14b738b))
|
209
209
|
|
210
210
|
### Other changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ckeditor/ckeditor5-upload",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20231213.0",
|
4
4
|
"description": "Upload feature for CKEditor 5.",
|
5
5
|
"keywords": [
|
6
6
|
"ckeditor",
|
@@ -11,9 +11,9 @@
|
|
11
11
|
],
|
12
12
|
"main": "src/index.js",
|
13
13
|
"dependencies": {
|
14
|
-
"@ckeditor/ckeditor5-core": "0.0.0-nightly-
|
15
|
-
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-
|
16
|
-
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-
|
14
|
+
"@ckeditor/ckeditor5-core": "0.0.0-nightly-20231213.0",
|
15
|
+
"@ckeditor/ckeditor5-utils": "0.0.0-nightly-20231213.0",
|
16
|
+
"@ckeditor/ckeditor5-ui": "0.0.0-nightly-20231213.0"
|
17
17
|
},
|
18
18
|
"author": "CKSource (http://cksource.com/)",
|
19
19
|
"license": "GPL-2.0-or-later",
|