@ckeditor/ckeditor5-cloud-services 34.2.0 → 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +129 -0
- package/package.json +8 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
Changelog
|
|
2
|
+
=========
|
|
3
|
+
|
|
4
|
+
All changes in the package are documented in the main repository. See: https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
|
|
5
|
+
|
|
6
|
+
Changes for the past releases are available below.
|
|
7
|
+
|
|
8
|
+
## [19.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v18.0.0...v19.0.0) (2020-04-29)
|
|
9
|
+
|
|
10
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
## [18.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v17.0.0...v18.0.0) (2020-03-19)
|
|
14
|
+
|
|
15
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [17.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v16.0.0...v17.0.0) (2020-02-19)
|
|
19
|
+
|
|
20
|
+
### Other changes
|
|
21
|
+
|
|
22
|
+
* Changed the `CloudServices` plugin to a context plugin. Part of [ckeditor/ckeditor5#5891](https://github.com/ckeditor/ckeditor5/issues/5891). ([12ca96d](https://github.com/ckeditor/ckeditor5-cloud-services/commit/12ca96d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [16.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v15.0.0...v16.0.0) (2019-12-04)
|
|
26
|
+
|
|
27
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [15.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.5...v15.0.0) (2019-10-23)
|
|
31
|
+
|
|
32
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [11.0.5](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.4...v11.0.5) (2019-08-26)
|
|
36
|
+
|
|
37
|
+
### Other changes
|
|
38
|
+
|
|
39
|
+
* The issue tracker for this package was moved to https://github.com/ckeditor/ckeditor5/issues. See [ckeditor/ckeditor5#1988](https://github.com/ckeditor/ckeditor5/issues/1988). ([566b650](https://github.com/ckeditor/ckeditor5-cloud-services/commit/566b650))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [11.0.4](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.3...v11.0.4) (2019-07-10)
|
|
43
|
+
|
|
44
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## [11.0.3](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.2...v11.0.3) (2019-07-04)
|
|
48
|
+
|
|
49
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## [11.0.2](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.1...v11.0.2) (2019-06-05)
|
|
53
|
+
|
|
54
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [11.0.1](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v11.0.0...v11.0.1) (2019-04-10)
|
|
58
|
+
|
|
59
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [11.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v10.1.1...v11.0.0) (2019-02-28)
|
|
63
|
+
|
|
64
|
+
### BREAKING CHANGES
|
|
65
|
+
|
|
66
|
+
* Upgraded minimal versions of Node to `8.0.0` and npm to `5.7.1`. See: [ckeditor/ckeditor5#1507](https://github.com/ckeditor/ckeditor5/issues/1507). ([612ea3c](https://github.com/ckeditor/ckeditor5-cloud-services/commit/612ea3c))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [10.1.1](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v10.1.0...v10.1.1) (2018-12-05)
|
|
70
|
+
|
|
71
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## [10.1.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v10.0.2...v10.1.0) (2018-10-08)
|
|
75
|
+
|
|
76
|
+
### Features
|
|
77
|
+
|
|
78
|
+
* The `config.cloudService.tokenUrl` will now accept a callback (in addition to accepting a string).
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [10.0.2](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v10.0.1...v10.0.2) (2018-07-18)
|
|
82
|
+
|
|
83
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [10.0.1](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v10.0.0...v10.0.1) (2018-06-21)
|
|
87
|
+
|
|
88
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## [10.0.0](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-beta.4...v10.0.0) (2018-04-25)
|
|
92
|
+
|
|
93
|
+
### Other changes
|
|
94
|
+
|
|
95
|
+
* Changed the license to GPL2+ only. See [ckeditor/ckeditor5#991](https://github.com/ckeditor/ckeditor5/issues/991). ([c9a7a7d](https://github.com/ckeditor/ckeditor5-cloud-services/commit/c9a7a7d))
|
|
96
|
+
|
|
97
|
+
### BREAKING CHANGES
|
|
98
|
+
|
|
99
|
+
* 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.
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## [1.0.0-beta.4](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-beta.2...v1.0.0-beta.4) (2018-04-19)
|
|
103
|
+
|
|
104
|
+
Internal changes only (updated dependencies, documentation, etc.).
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## [1.0.0-beta.2](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-beta.1...v1.0.0-beta.2) (2018-04-10)
|
|
108
|
+
|
|
109
|
+
### Other changes
|
|
110
|
+
|
|
111
|
+
* `@ckeditor/ckeditor5-cloudservices` was renamed to `@ckeditor/ckeditor5-cloud-services` and `@ckeditor/ckeditor-cloudservices-core` to `@ckeditor/ckeditor-cloud-services-core`. ([8182343](https://github.com/ckeditor/ckeditor5-cloud-services/commit/8182343))
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## [1.0.0-beta.1](https://github.com/ckeditor/ckeditor5-cloud-services/compare/v1.0.0-alpha.1...v1.0.0-beta.1) (2018-03-15)
|
|
115
|
+
|
|
116
|
+
### Other changes
|
|
117
|
+
|
|
118
|
+
* Removed the default value of `config.cloudServices.uploadUrl`. Closes [#12](https://github.com/ckeditor/ckeditor5-cloud-services/issues/12). ([d718e54](https://github.com/ckeditor/ckeditor5-cloud-services/commit/d718e54))
|
|
119
|
+
|
|
120
|
+
### BREAKING CHANGES
|
|
121
|
+
|
|
122
|
+
* The `config.cloudServices.uploadUrl` needs to be defined to your organization's CKEditor Cloud Services upload URL.
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 1.0.0-alpha.1 (2017-11-14)
|
|
126
|
+
|
|
127
|
+
### Features
|
|
128
|
+
|
|
129
|
+
* Introduced the `CloudeServices` plugin. Closes [#1](https://github.com/ckeditor/ckeditor5-cloud-services/issues/1). ([fbf04dd](https://github.com/ckeditor/ckeditor5-cloud-services/commit/fbf04dd))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-cloud-services",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "35.0.0",
|
|
4
4
|
"description": "CKEditor 5's Cloud Services integration layer.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"ckeditor5": "^
|
|
14
|
+
"ckeditor5": "^35.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@ckeditor/ckeditor5-core": "^
|
|
17
|
+
"@ckeditor/ckeditor5-core": "^35.0.0",
|
|
18
18
|
"@ckeditor/ckeditor5-dev-utils": "^30.0.0",
|
|
19
|
-
"@ckeditor/ckeditor5-editor-classic": "^
|
|
20
|
-
"@ckeditor/ckeditor5-theme-lark": "^
|
|
21
|
-
"@ckeditor/ckeditor5-utils": "^
|
|
19
|
+
"@ckeditor/ckeditor5-editor-classic": "^35.0.0",
|
|
20
|
+
"@ckeditor/ckeditor5-theme-lark": "^35.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-utils": "^35.0.0",
|
|
22
22
|
"webpack": "^5.58.1",
|
|
23
23
|
"webpack-cli": "^4.9.0"
|
|
24
24
|
},
|
|
@@ -40,7 +40,8 @@
|
|
|
40
40
|
"src",
|
|
41
41
|
"theme",
|
|
42
42
|
"build",
|
|
43
|
-
"ckeditor5-metadata.json"
|
|
43
|
+
"ckeditor5-metadata.json",
|
|
44
|
+
"CHANGELOG.md"
|
|
44
45
|
],
|
|
45
46
|
"scripts": {
|
|
46
47
|
"dll:build": "webpack"
|