@ckeditor/ckeditor5-upload 0.0.0-nightly-20230807.0 → 0.0.0-nightly-20230809.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -46,7 +46,7 @@ Internal changes only (updated dependencies, documentation, etc.).
46
46
 
47
47
  ### Features
48
48
 
49
- * Implemented the `SimpleUploadAdapter` plugin which enables file uploads in CKEditor 5 using configurable `XMLHttpRequests` to a server. Closes [ckeditor/ckeditor5#1791](https://github.com/ckeditor/ckeditor5/issues/1791). ([441c597](https://github.com/ckeditor/ckeditor5-upload/commit/441c597))
49
+ * Implemented the `SimpleUploadAdapter` plugin which enables file uploads in CKEditor 5 using configurable `XMLHttpRequests` to a server. Closes [ckeditor/ckeditor5#1791](https://github.com/ckeditor/ckeditor5/issues/1791). ([441c597](https://github.com/ckeditor/ckeditor5-upload/commit/441c597))
50
50
 
51
51
  ```js
52
52
  import Base64UploadAdapter from '@ckeditor/ckeditor5-upload/src/adapters/base64uploadadapter'
@@ -147,7 +147,7 @@ Internal changes only (updated dependencies, documentation, etc.).
147
147
 
148
148
  ### BREAKING CHANGES
149
149
 
150
- * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
150
+ * The license under which CKEditor 5 is released has been changed from a triple GPL, LGPL and MPL license to a GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991) for more information.
151
151
 
152
152
 
153
153
  ## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-upload/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
package/LICENSE.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Software License Agreement
2
2
  ==========================
3
3
 
4
- **CKEditor 5 upload feature** – https://github.com/ckeditor/ckeditor5-upload <br>
4
+ **CKEditor&nbsp;5 upload feature** – https://github.com/ckeditor/ckeditor5-upload <br>
5
5
  Copyright (c) 2003-2023, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
7
  Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- CKEditor 5 file upload feature
1
+ CKEditor&nbsp;5 file upload feature
2
2
  ========================================
3
3
 
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-upload.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-upload)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
7
 
8
- This package implements various file upload utilities for CKEditor 5.
8
+ This package implements various file upload utilities for CKEditor&nbsp;5.
9
9
 
10
10
  ## Documentation
11
11
 
12
- See the [`@ckeditor/ckeditor5-upload` package](https://ckeditor.com/docs/ckeditor5/latest/api/upload.html) page in [CKEditor 5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
12
+ See the [`@ckeditor/ckeditor5-upload` package](https://ckeditor.com/docs/ckeditor5/latest/api/upload.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
13
13
 
14
14
  ## License
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-upload",
3
- "version": "0.0.0-nightly-20230807.0",
3
+ "version": "0.0.0-nightly-20230809.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-20230807.0",
15
- "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230807.0",
16
- "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230807.0"
14
+ "@ckeditor/ckeditor5-core": "0.0.0-nightly-20230809.0",
15
+ "@ckeditor/ckeditor5-utils": "0.0.0-nightly-20230809.0",
16
+ "@ckeditor/ckeditor5-ui": "0.0.0-nightly-20230809.0"
17
17
  },
18
18
  "author": "CKSource (http://cksource.com/)",
19
19
  "license": "GPL-2.0-or-later",