decap-cms-backend-github 3.1.0-beta.0 → 3.1.0-beta.2
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 +88 -449
- package/README.md +1 -1
- package/dist/decap-cms-backend-github.js +8 -8
- package/dist/decap-cms-backend-github.js.map +1 -1
- package/dist/esm/API.js +11 -6
- package/dist/esm/GraphQLAPI.js +1 -1
- package/dist/esm/implementation.js +49 -22
- package/package.json +3 -3
- package/src/API.ts +12 -8
- package/src/GraphQLAPI.ts +1 -1
- package/src/implementation.tsx +41 -18
package/CHANGELOG.md
CHANGED
|
@@ -3,872 +3,511 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [3.1.0-beta.
|
|
6
|
+
# [3.1.0-beta.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.1.0-beta.1...decap-cms-backend-github@3.1.0-beta.2) (2024-01-31)
|
|
7
7
|
|
|
8
|
+
**Note:** Version bump only for package decap-cms-backend-github
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
# [3.1.0-beta.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.1.0-beta.0...decap-cms-backend-github@3.1.0-beta.1) (2023-11-15)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
### Bug Fixes
|
|
12
13
|
|
|
14
|
+
- used merge-upstream to sync fork & upstream ([#6504](https://github.com/decaporg/decap-cms/issues/6504)) ([931399d](https://github.com/decaporg/decap-cms/commit/931399dd6eb675e06d59ac57ecfefc1b82467271))
|
|
13
15
|
|
|
16
|
+
# [3.1.0-beta.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.1.0...decap-cms-backend-github@3.1.0-beta.0) (2023-10-20)
|
|
14
17
|
|
|
18
|
+
### Reverts
|
|
15
19
|
|
|
20
|
+
- Revert "chore(release): publish" ([b89fc89](https://github.com/decaporg/decap-cms/commit/b89fc894dfbb5f4136b2e5427fd25a29378a58c6))
|
|
16
21
|
|
|
17
22
|
## [3.0.3](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.0.2...decap-cms-backend-github@3.0.3) (2023-10-13)
|
|
18
23
|
|
|
19
24
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
20
25
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
26
|
## [3.0.2](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.0.1...decap-cms-backend-github@3.0.2) (2023-09-06)
|
|
26
27
|
|
|
27
|
-
|
|
28
28
|
### Performance Improvements
|
|
29
29
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
30
|
+
- filter by path when loading collection from github backend ([#6898](https://github.com/decaporg/decap-cms/issues/6898)) ([18ef773](https://github.com/decaporg/decap-cms/commit/18ef773f35db1b7ef3ab5a0f25527d87745b9c73))
|
|
35
31
|
|
|
36
32
|
## [3.0.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@3.0.0...decap-cms-backend-github@3.0.1) (2023-08-25)
|
|
37
33
|
|
|
38
|
-
|
|
39
34
|
### Bug Fixes
|
|
40
35
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
36
|
+
- update peer dependencies ([#6886](https://github.com/decaporg/decap-cms/issues/6886)) ([e580ce5](https://github.com/decaporg/decap-cms/commit/e580ce52ce5f80fa040e8fbcab7fed0744f4f695))
|
|
46
37
|
|
|
47
38
|
# [3.0.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.15.0...decap-cms-backend-github@3.0.0) (2023-08-18)
|
|
48
39
|
|
|
49
40
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
50
41
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
42
|
# [2.15.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.15.0-beta.0...decap-cms-backend-github@2.15.0) (2023-08-18)
|
|
56
43
|
|
|
57
44
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
58
45
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
46
|
# 2.15.0-beta.0 (2023-08-18)
|
|
64
47
|
|
|
65
|
-
|
|
66
48
|
### Features
|
|
67
49
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
50
|
+
- rename packages ([#6863](https://github.com/decaporg/decap-cms/issues/6863)) ([d515e7b](https://github.com/decaporg/decap-cms/commit/d515e7bd33216a775d96887b08c4f7b1962941bb))
|
|
73
51
|
|
|
74
52
|
## [2.14.2-beta.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.14.1...decap-cms-backend-github@2.14.2-beta.0) (2023-07-27)
|
|
75
53
|
|
|
76
54
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
77
55
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
56
|
## [2.14.1](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.14.0...decap-cms-backend-github@2.14.1) (2022-04-13)
|
|
83
57
|
|
|
84
58
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
85
59
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
60
|
# [2.14.0](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.13.5...decap-cms-backend-github@2.14.0) (2021-10-18)
|
|
91
61
|
|
|
92
|
-
|
|
93
62
|
### Features
|
|
94
63
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
64
|
+
- display author of changes in workflow tab ([#5780](https://github.com/decaporg/decap-cms/issues/5780)) ([3f607e4](https://github.com/decaporg/decap-cms/commit/3f607e41d9c4d8fe5329a9ab6841cada7742825e))
|
|
100
65
|
|
|
101
66
|
## [2.13.5](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.13.4...decap-cms-backend-github@2.13.5) (2021-10-15)
|
|
102
67
|
|
|
103
|
-
|
|
104
68
|
### Bug Fixes
|
|
105
69
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
70
|
+
- remove "Don't fork the repo"-Button - fixes [#5723](https://github.com/decaporg/decap-cms/issues/5723) ([#5872](https://github.com/decaporg/decap-cms/issues/5872)) ([05d8923](https://github.com/decaporg/decap-cms/commit/05d89230dca315ddcc734b1dc6223df1d8dc1ede))
|
|
111
71
|
|
|
112
72
|
## [2.13.4](https://github.com/decaporg/decap-cms/compare/decap-cms-backend-github@2.13.3...decap-cms-backend-github@2.13.4) (2021-07-20)
|
|
113
73
|
|
|
114
|
-
|
|
115
74
|
### Bug Fixes
|
|
116
75
|
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
76
|
+
- add updated_at to graphql query ([#5611](https://github.com/decaporg/decap-cms/issues/5611)) ([8989550](https://github.com/decaporg/decap-cms/commit/89895508b2ccc8f07019abb6bc2d0162c0d86266))
|
|
122
77
|
|
|
123
78
|
## [2.13.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.13.2...decap-cms-backend-github@2.13.3) (2021-06-01)
|
|
124
79
|
|
|
125
80
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
126
81
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
82
|
## [2.13.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.13.1...decap-cms-backend-github@2.13.2) (2021-05-31)
|
|
132
83
|
|
|
133
84
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
134
85
|
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
86
|
## [2.13.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.13.0...decap-cms-backend-github@2.13.1) (2021-05-19)
|
|
140
87
|
|
|
141
88
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
142
89
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
90
|
# [2.13.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.12.0...decap-cms-backend-github@2.13.0) (2021-05-04)
|
|
148
91
|
|
|
149
|
-
|
|
150
92
|
### Features
|
|
151
93
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
94
|
+
- added react 17 as peer dependency in packages ([#5316](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/5316)) ([9e42380](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/9e423805707321396eec137f5b732a5b07a0dd3f))
|
|
157
95
|
|
|
158
96
|
# [2.12.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.9...decap-cms-backend-github@2.12.0) (2021-04-04)
|
|
159
97
|
|
|
160
|
-
|
|
161
98
|
### Features
|
|
162
99
|
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
100
|
+
- **open-authoring:** add alwaysFork option ([#5204](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/5204)) ([7b19e30](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7b19e30dd2a310dbc20ccb6fcca45d5cbde1014b))
|
|
168
101
|
|
|
169
102
|
## [2.11.9](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.8...decap-cms-backend-github@2.11.9) (2021-02-23)
|
|
170
103
|
|
|
171
104
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
172
105
|
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
106
|
## [2.11.8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.7...decap-cms-backend-github@2.11.8) (2021-02-10)
|
|
178
107
|
|
|
179
108
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
180
109
|
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
110
|
## [2.11.7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.6...decap-cms-backend-github@2.11.7) (2020-12-06)
|
|
186
111
|
|
|
187
|
-
|
|
188
112
|
### Bug Fixes
|
|
189
113
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
114
|
+
- **large-media:** mark pointer files as binary ([#4678](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/4678)) ([7697b90](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7697b907d7bae750f4ec041a184188aa46995320))
|
|
195
115
|
|
|
196
116
|
## [2.11.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.5...decap-cms-backend-github@2.11.6) (2020-09-20)
|
|
197
117
|
|
|
198
118
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
199
119
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
120
|
## [2.11.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.4...decap-cms-backend-github@2.11.5) (2020-09-15)
|
|
205
121
|
|
|
206
122
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
207
123
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
124
|
## 2.11.4 (2020-09-08)
|
|
213
125
|
|
|
214
|
-
|
|
215
126
|
### Reverts
|
|
216
127
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
128
|
+
- Revert "chore(release): publish" ([828bb16](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/828bb16415b8c22a34caa19c50c38b24ffe9ceae))
|
|
222
129
|
|
|
223
130
|
## 2.11.3 (2020-08-20)
|
|
224
131
|
|
|
225
|
-
|
|
226
132
|
### Reverts
|
|
227
133
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
134
|
+
- Revert "chore(release): publish" ([8262487](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/82624879ccbcb16610090041db28f00714d924c8))
|
|
233
135
|
|
|
234
136
|
## 2.11.2 (2020-07-27)
|
|
235
137
|
|
|
236
|
-
|
|
237
138
|
### Reverts
|
|
238
139
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
140
|
+
- Revert "chore(release): publish" ([118d50a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/118d50a7a70295f25073e564b5161aa2b9883056))
|
|
244
141
|
|
|
245
142
|
## [2.11.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.11.0...decap-cms-backend-github@2.11.1) (2020-07-14)
|
|
246
143
|
|
|
247
|
-
|
|
248
144
|
### Bug Fixes
|
|
249
145
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
146
|
+
- **backend-github:** use workflow branch when listing files to move ([#4019](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/4019)) ([8720a42](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/8720a4233db16d91d6b86ee8653d05f8953cb430))
|
|
255
147
|
|
|
256
148
|
# [2.11.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.6...decap-cms-backend-github@2.11.0) (2020-06-18)
|
|
257
149
|
|
|
258
|
-
|
|
259
150
|
### Bug Fixes
|
|
260
151
|
|
|
261
|
-
|
|
262
|
-
|
|
152
|
+
- handle token expiry ([#3847](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3847)) ([285c940](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/285c940562548d7bc88de244123ba87ff66fba65))
|
|
263
153
|
|
|
264
154
|
### Features
|
|
265
155
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
156
|
+
- add backend status down indicator ([#3889](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3889)) ([a50edc7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/a50edc70553ad6afa1acee6a51996ad226443f8c))
|
|
157
|
+
- **backend-gitgateway:** improve deploy preview visibility ([#3882](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3882)) ([afc9bf4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/afc9bf4f3fe14ccb60851fc24e68922a6e4a85a9))
|
|
272
158
|
|
|
273
159
|
## [2.10.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.5...decap-cms-backend-github@2.10.6) (2020-05-19)
|
|
274
160
|
|
|
275
161
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
276
162
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
163
|
## [2.10.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.4...decap-cms-backend-github@2.10.5) (2020-04-21)
|
|
282
164
|
|
|
283
165
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
284
166
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
167
|
## [2.10.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.3...decap-cms-backend-github@2.10.4) (2020-04-07)
|
|
290
168
|
|
|
291
|
-
|
|
292
169
|
### Bug Fixes
|
|
293
170
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
171
|
+
- **backend-github:** add fallback for diff errors/warnings ([#3558](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3558)) ([1705c79](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/1705c79a9297d844d5421d685a7785e1e210e39e))
|
|
299
172
|
|
|
300
173
|
## [2.10.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.2...decap-cms-backend-github@2.10.3) (2020-04-01)
|
|
301
174
|
|
|
302
|
-
|
|
303
175
|
### Bug Fixes
|
|
304
176
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
177
|
+
- **open-authoring:** properly delete open authoring branches ([#3512](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3512)) ([cc89aa5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/cc89aa5c430a6bee51483cda91d0f92e7437f29e))
|
|
310
178
|
|
|
311
179
|
## [2.10.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.1...decap-cms-backend-github@2.10.2) (2020-04-01)
|
|
312
180
|
|
|
313
|
-
|
|
314
181
|
### Bug Fixes
|
|
315
182
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
183
|
+
- **open-authoring:** prevent workflow view from breaking on entry error ([#3508](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3508)) ([cbb3927](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/cbb39271012fc3beecfdf180e573e343ee48fe26))
|
|
321
184
|
|
|
322
185
|
## [2.10.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.10.0...decap-cms-backend-github@2.10.1) (2020-03-20)
|
|
323
186
|
|
|
324
|
-
|
|
325
187
|
### Bug Fixes
|
|
326
188
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
189
|
+
- missing workflow timestamp ([#3445](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3445)) ([9616cdb](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/9616cdb8bb0a564771e5755bcd3718a07f2e2072))
|
|
332
190
|
|
|
333
191
|
# [2.10.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.9.3...decap-cms-backend-github@2.10.0) (2020-03-12)
|
|
334
192
|
|
|
335
|
-
|
|
336
193
|
### Bug Fixes
|
|
337
194
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
195
|
+
- **backend-github:** don't create new commits on empty diff when rebasing ([#3411](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3411)) ([70de9f6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/70de9f6b4b89dd8e23205929033745572562e8fc))
|
|
196
|
+
- update repo owner from GitHub API to match casing ([#3410](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3410)) ([c2e7a24](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/c2e7a24dc20dfea5b1289c5705095d2cf8b04c54))
|
|
341
197
|
|
|
342
198
|
### Features
|
|
343
199
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
200
|
+
- **backend-github:** add pagination ([#3379](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3379)) ([39f1307](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/39f1307e3a36447da8c9b3ca79b1d7db52ea1a19))
|
|
349
201
|
|
|
350
202
|
## [2.9.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.9.2...decap-cms-backend-github@2.9.3) (2020-03-03)
|
|
351
203
|
|
|
352
|
-
|
|
353
204
|
### Bug Fixes
|
|
354
205
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
206
|
+
- **locale:** Remove hard coded string literals ([#3333](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3333)) ([7c45a3c](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7c45a3cda983be427864a56e58791565eb9232e2))
|
|
207
|
+
- **open-authoring:** use origin repo when calling compare API ([#3363](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3363)) ([e40b81a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/e40b81a5647d45487d6ddf17245beddd354e0f39))
|
|
361
208
|
|
|
362
209
|
## [2.9.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.9.1...decap-cms-backend-github@2.9.2) (2020-02-27)
|
|
363
210
|
|
|
364
211
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
365
212
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
213
|
## [2.9.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.9.0...decap-cms-backend-github@2.9.1) (2020-02-25)
|
|
371
214
|
|
|
372
|
-
|
|
373
215
|
### Bug Fixes
|
|
374
216
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
217
|
+
- **backend-github:** fail workflow migrations gracefully ([#3325](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3325)) ([83e0383](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/83e0383b690fb452ea40cb165a56f65a695dc83c))
|
|
380
218
|
|
|
381
219
|
# [2.9.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.8.1...decap-cms-backend-github@2.9.0) (2020-02-25)
|
|
382
220
|
|
|
383
|
-
|
|
384
221
|
### Bug Fixes
|
|
385
222
|
|
|
386
|
-
|
|
387
|
-
|
|
223
|
+
- **backend-github:** improve workflow migration edge cases/messaging ([#3319](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3319)) ([684b79e](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/684b79e43bebb63ce1e844eae5c8c0e76087687b))
|
|
388
224
|
|
|
389
225
|
### Features
|
|
390
226
|
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
227
|
+
- **core:** align GitHub metadata handling with other backends ([#3316](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3316)) ([7e0a8ad](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7e0a8ad532012576dc5e40bd4e9d54522e307123)), closes [#3292](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3292)
|
|
396
228
|
|
|
397
229
|
## [2.8.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.8.0...decap-cms-backend-github@2.8.1) (2020-02-22)
|
|
398
230
|
|
|
399
|
-
|
|
400
231
|
### Reverts
|
|
401
232
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
233
|
+
- Revert "feat(core): Align GitHub metadata handling with other backends (#3292)" ([5bdd3df](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/5bdd3df9ccbb5149c22d79987ebdcd6cab4b261f)), closes [#3292](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3292)
|
|
407
234
|
|
|
408
235
|
# [2.8.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.7.1...decap-cms-backend-github@2.8.0) (2020-02-22)
|
|
409
236
|
|
|
410
|
-
|
|
411
237
|
### Features
|
|
412
238
|
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
239
|
+
- **core:** Align GitHub metadata handling with other backends ([#3292](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3292)) ([8193b5a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/8193b5ace89d6f14a6c756235a50b186a763b6b1))
|
|
418
240
|
|
|
419
241
|
## [2.7.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.7.0...decap-cms-backend-github@2.7.1) (2020-02-17)
|
|
420
242
|
|
|
421
243
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
422
244
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
245
|
# [2.7.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.6...decap-cms-backend-github@2.7.0) (2020-02-10)
|
|
428
246
|
|
|
429
|
-
|
|
430
247
|
### Features
|
|
431
248
|
|
|
432
|
-
|
|
433
|
-
|
|
249
|
+
- field based media/public folders ([#3208](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3208)) ([97bc0c8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/97bc0c8dc489e736f89d748ba832d78400fe4332))
|
|
434
250
|
|
|
435
251
|
### Reverts
|
|
436
252
|
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
253
|
+
- Revert "chore(release): publish" ([a015d1d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/a015d1d92a4b1c0130c44fcef1c9ecdb157a0f07))
|
|
442
254
|
|
|
443
255
|
## [2.6.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.5...decap-cms-backend-github@2.6.6) (2020-02-06)
|
|
444
256
|
|
|
445
|
-
|
|
446
257
|
### Bug Fixes
|
|
447
258
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
259
|
+
- **locale:** remove hard coded strings ([#3193](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3193)) ([fc91bf8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/fc91bf8781e65ce1dc946363dbb10419a145c66b))
|
|
453
260
|
|
|
454
261
|
## [2.6.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.4...decap-cms-backend-github@2.6.5) (2020-01-24)
|
|
455
262
|
|
|
456
|
-
|
|
457
263
|
### Bug Fixes
|
|
458
264
|
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
265
|
+
- **backend-git-gateway:** re-write GitHub pagination links ([#3135](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3135)) ([834f6b9](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/834f6b9e457f3738ce0f240ddd4cc160aff9e2f5))
|
|
464
266
|
|
|
465
267
|
## [2.6.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.3...decap-cms-backend-github@2.6.4) (2020-01-16)
|
|
466
268
|
|
|
467
|
-
|
|
468
269
|
### Bug Fixes
|
|
469
270
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
271
|
+
- **backend-github-graphql:** handle trailing paths in collection folder ([#3099](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3099)) ([bc80804](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/bc808040661d345e65d49d64693cd6da3b6816fb))
|
|
475
272
|
|
|
476
273
|
## [2.6.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.2...decap-cms-backend-github@2.6.3) (2020-01-14)
|
|
477
274
|
|
|
478
275
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
479
276
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
277
|
## [2.6.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.1...decap-cms-backend-github@2.6.2) (2020-01-14)
|
|
485
278
|
|
|
486
|
-
|
|
487
279
|
### Bug Fixes
|
|
488
280
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
281
|
+
- **backend-github-graphql:** return empty array on non existent folder ([#3079](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3079)) ([69b130a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/69b130a3f239590f828f0e4f6f6c0a872b17548b))
|
|
494
282
|
|
|
495
283
|
## [2.6.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.0...decap-cms-backend-github@2.6.1) (2020-01-09)
|
|
496
284
|
|
|
497
|
-
|
|
498
285
|
### Bug Fixes
|
|
499
286
|
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
287
|
+
- trim '/' from folder ([#3052](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/3052)) ([4b6c8de](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/4b6c8de6b2e3de28f0989b9a012cb302d4de4358))
|
|
505
288
|
|
|
506
289
|
# [2.6.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.6.0-beta.0...decap-cms-backend-github@2.6.0) (2020-01-07)
|
|
507
290
|
|
|
508
|
-
|
|
509
291
|
### Bug Fixes
|
|
510
292
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
293
|
+
- rebase open authoring branches ([#2975](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2975)) ([8c175f6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/8c175f6132fa18a13763cc563f7d3201c1e3580e))
|
|
516
294
|
|
|
517
295
|
# [2.6.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0...decap-cms-backend-github@2.6.0-beta.0) (2019-12-18)
|
|
518
296
|
|
|
519
|
-
|
|
520
297
|
### Features
|
|
521
298
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
299
|
+
- bundle assets with content ([#2958](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2958)) ([2b41d8a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/2b41d8a838a9c8a6b21cde2ddd16b9288334e298))
|
|
527
300
|
|
|
528
301
|
# [2.5.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.8...decap-cms-backend-github@2.5.0) (2019-12-18)
|
|
529
302
|
|
|
530
303
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
531
304
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
305
|
# [2.5.0-beta.8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.7...decap-cms-backend-github@2.5.0-beta.8) (2019-12-16)
|
|
537
306
|
|
|
538
|
-
|
|
539
307
|
### Bug Fixes
|
|
540
308
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
309
|
+
- don't fail on deleting non existent branch ([1e77d4b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/1e77d4b7688de795ab1b01c6ce2483a0383bbfb6))
|
|
546
310
|
|
|
547
311
|
# [2.5.0-beta.7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.6...decap-cms-backend-github@2.5.0-beta.7) (2019-12-02)
|
|
548
312
|
|
|
549
|
-
|
|
550
313
|
### Features
|
|
551
314
|
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
315
|
+
- content in sub folders ([#2897](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2897)) ([afcfe5b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/afcfe5b6d5f32669e9061ec596bd35ad545d61a3))
|
|
557
316
|
|
|
558
317
|
# [2.5.0-beta.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.5...decap-cms-backend-github@2.5.0-beta.6) (2019-11-26)
|
|
559
318
|
|
|
560
|
-
|
|
561
319
|
### Bug Fixes
|
|
562
320
|
|
|
563
|
-
|
|
564
|
-
|
|
321
|
+
- **backend-github:** prepend collection name ([#2878](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2878)) ([465f463](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/465f4639597f258d5aa2c1b65e9d2c16023ee7ae))
|
|
565
322
|
|
|
566
323
|
### Features
|
|
567
324
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
325
|
+
- workflow unpublished entry ([#2914](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2914)) ([41bb9aa](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/41bb9aac0dd6fd9f8ff157bb0b29c85aa87fe04d))
|
|
573
326
|
|
|
574
327
|
# [2.5.0-beta.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.4...decap-cms-backend-github@2.5.0-beta.5) (2019-11-18)
|
|
575
328
|
|
|
576
|
-
|
|
577
329
|
### Bug Fixes
|
|
578
330
|
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
331
|
+
- **backend-github:** editorial workflow commits ([#2867](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2867)) ([86adca3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/86adca3a18f25ab74d1c6702bafab250f005ceec))
|
|
332
|
+
- make forkExists name matching case-insensitive ([#2869](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2869)) ([9978769](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/9978769ece9262265d3efa77357f9e8b46ad9a1e))
|
|
333
|
+
- **backend-github:** loaded entries limit ([#2873](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2873)) ([68a8c8a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/68a8c8a693646ebd33fae791aaaec47b050e0186))
|
|
334
|
+
- **git-gateway:** unpublished entries not loaded for git-gateway(GitHub) ([#2856](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2856)) ([4a2328b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/4a2328b2f10ea678184391e4caf235b41323cd3e))
|
|
584
335
|
|
|
585
336
|
### Features
|
|
586
337
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
338
|
+
- commit media with post ([#2851](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2851)) ([6515dee](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/6515dee8715d8571ea19484a7dfab7cfd0cc40be))
|
|
592
339
|
|
|
593
340
|
# [2.5.0-beta.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.3...decap-cms-backend-github@2.5.0-beta.4) (2019-11-07)
|
|
594
341
|
|
|
595
|
-
|
|
596
342
|
### Bug Fixes
|
|
597
343
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
344
|
+
- **github-backend:** load media URLs via API ([#2817](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2817)) ([eaeaf44](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/eaeaf4483287a1f724ee60ef321ff749f1c20acf))
|
|
345
|
+
- change default open authoring scope, make it configurable ([#2821](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2821)) ([002cdd7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/002cdd77a856bde3672e75dde6d3a2b246e1035f))
|
|
346
|
+
- display UI to fork a repo only when fork doesn't exist ([#2802](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2802)) ([7f90d0e](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7f90d0e065315b9073d21fd733f42f3838ecfe09))
|
|
602
347
|
|
|
603
348
|
### Features
|
|
604
349
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
350
|
+
- add go back to site button ([#2538](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2538)) ([f206e7e](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/f206e7e5a13fb48ec6b27dce0dbb3a59b61de8f9))
|
|
610
351
|
|
|
611
352
|
# [2.5.0-beta.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.2...decap-cms-backend-github@2.5.0-beta.3) (2019-09-26)
|
|
612
353
|
|
|
613
|
-
|
|
614
354
|
### Bug Fixes
|
|
615
355
|
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
356
|
+
- **backend-github:** update Open Authoring branches with no PR ([#2618](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2618)) ([6817033](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/6817033))
|
|
357
|
+
- **git-gateway:** pass api URL instead of constructing it from repo value ([#2631](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2631)) ([922c0f3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/922c0f3))
|
|
358
|
+
- **github-backend:** handle race condition in editorial workflow ([#2658](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2658)) ([97f1f84](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/97f1f84))
|
|
623
359
|
|
|
624
360
|
# [2.5.0-beta.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.1...decap-cms-backend-github@2.5.0-beta.2) (2019-09-04)
|
|
625
361
|
|
|
626
|
-
|
|
627
362
|
### Bug Fixes
|
|
628
363
|
|
|
629
|
-
|
|
630
|
-
|
|
364
|
+
- **github-graphql:** use getMediaDisplayURL to load media with auth header ([#2652](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2652)) ([e674e43](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/e674e43))
|
|
631
365
|
|
|
632
366
|
### Features
|
|
633
367
|
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
368
|
+
- **backend-github:** GitHub GraphQL API support ([#2456](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2456)) ([ece136c](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/ece136c))
|
|
639
369
|
|
|
640
370
|
# [2.5.0-beta.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.5.0-beta.0...decap-cms-backend-github@2.5.0-beta.1) (2019-08-24)
|
|
641
371
|
|
|
642
372
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
643
373
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
374
|
# [2.5.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.2...decap-cms-backend-github@2.5.0-beta.0) (2019-07-24)
|
|
649
375
|
|
|
650
|
-
|
|
651
376
|
### Features
|
|
652
377
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
378
|
+
- **backend-github:** Open Authoring ([#2430](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2430)) ([edf0a3a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/edf0a3a))
|
|
658
379
|
|
|
659
380
|
## [2.4.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.2-beta.0...decap-cms-backend-github@2.4.2) (2019-04-10)
|
|
660
381
|
|
|
661
382
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
662
383
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
384
|
## [2.4.2-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.1...decap-cms-backend-github@2.4.2-beta.0) (2019-04-05)
|
|
668
385
|
|
|
669
386
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
670
387
|
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
388
|
## [2.4.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.1-beta.1...decap-cms-backend-github@2.4.1) (2019-03-29)
|
|
676
389
|
|
|
677
390
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
678
391
|
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
392
|
## [2.4.1-beta.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.1-beta.0...decap-cms-backend-github@2.4.1-beta.1) (2019-03-26)
|
|
684
393
|
|
|
685
|
-
|
|
686
394
|
### Bug Fixes
|
|
687
395
|
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
396
|
+
- export on decap-cms and maps on esm ([#2244](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2244)) ([6ffd13b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/6ffd13b))
|
|
693
397
|
|
|
694
398
|
## [2.4.1-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.4.0...decap-cms-backend-github@2.4.1-beta.0) (2019-03-25)
|
|
695
399
|
|
|
696
|
-
|
|
697
400
|
### Bug Fixes
|
|
698
401
|
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
402
|
+
- update peer dep versions ([#2234](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2234)) ([7987091](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/7987091))
|
|
704
403
|
|
|
705
404
|
# [2.4.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.3.0...decap-cms-backend-github@2.4.0) (2019-03-22)
|
|
706
405
|
|
|
707
|
-
|
|
708
406
|
### Features
|
|
709
407
|
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
408
|
+
- add ES module builds ([#2215](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2215)) ([d142b32](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/d142b32))
|
|
715
409
|
|
|
716
410
|
# [2.3.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.3.0-beta.0...decap-cms-backend-github@2.3.0) (2019-03-22)
|
|
717
411
|
|
|
718
412
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
719
413
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
414
|
# [2.3.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.2.3-beta.0...decap-cms-backend-github@2.3.0-beta.0) (2019-03-21)
|
|
725
415
|
|
|
726
|
-
|
|
727
416
|
### Bug Fixes
|
|
728
417
|
|
|
729
|
-
|
|
730
|
-
|
|
418
|
+
- fix umd builds ([#2214](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2214)) ([e04f6be](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/e04f6be))
|
|
731
419
|
|
|
732
420
|
### Features
|
|
733
421
|
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
422
|
+
- provide usable UMD builds for all packages ([#2141](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2141)) ([82cc794](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/82cc794))
|
|
739
423
|
|
|
740
424
|
## [2.2.3-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.2.2...decap-cms-backend-github@2.2.3-beta.0) (2019-03-15)
|
|
741
425
|
|
|
742
|
-
|
|
743
426
|
### Features
|
|
744
427
|
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
428
|
+
- upgrade to Emotion 10 ([#2166](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2166)) ([ccef446](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/ccef446))
|
|
750
429
|
|
|
751
430
|
## [2.2.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.2.1...decap-cms-backend-github@2.2.2) (2019-03-08)
|
|
752
431
|
|
|
753
432
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
754
433
|
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
434
|
## [2.2.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.2.0...decap-cms-backend-github@2.2.1) (2019-02-26)
|
|
760
435
|
|
|
761
436
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
762
437
|
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
438
|
# [2.2.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.1.0...decap-cms-backend-github@2.2.0) (2019-02-08)
|
|
768
439
|
|
|
769
|
-
|
|
770
440
|
### Features
|
|
771
441
|
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
442
|
+
- **workflow:** add deploy preview links ([#2028](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/2028)) ([15d221d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/15d221d))
|
|
777
443
|
|
|
778
444
|
# [2.1.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.9...decap-cms-backend-github@2.1.0) (2018-11-12)
|
|
779
445
|
|
|
780
|
-
|
|
781
446
|
### Features
|
|
782
447
|
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
448
|
+
- allow custom logo on auth page ([#1818](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/1818)) ([c6ae1e8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/c6ae1e8))
|
|
788
449
|
|
|
789
450
|
<a name="2.0.9"></a>
|
|
790
|
-
## [2.0.9](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.8...decap-cms-backend-github@2.0.9) (2018-09-17)
|
|
791
|
-
|
|
792
|
-
|
|
793
451
|
|
|
452
|
+
## [2.0.9](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.8...decap-cms-backend-github@2.0.9) (2018-09-17)
|
|
794
453
|
|
|
795
454
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
796
455
|
|
|
797
456
|
<a name="2.0.8"></a>
|
|
798
|
-
## [2.0.8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.7...decap-cms-backend-github@2.0.8) (2018-09-06)
|
|
799
|
-
|
|
800
|
-
|
|
801
457
|
|
|
458
|
+
## [2.0.8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.7...decap-cms-backend-github@2.0.8) (2018-09-06)
|
|
802
459
|
|
|
803
460
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
804
461
|
|
|
805
462
|
<a name="2.0.7"></a>
|
|
806
|
-
## [2.0.7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.6...decap-cms-backend-github@2.0.7) (2018-08-27)
|
|
807
|
-
|
|
808
|
-
|
|
809
463
|
|
|
464
|
+
## [2.0.7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.6...decap-cms-backend-github@2.0.7) (2018-08-27)
|
|
810
465
|
|
|
811
466
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
812
467
|
|
|
813
468
|
<a name="2.0.6"></a>
|
|
814
|
-
## [2.0.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.5...decap-cms-backend-github@2.0.6) (2018-08-24)
|
|
815
|
-
|
|
816
|
-
|
|
817
469
|
|
|
470
|
+
## [2.0.6](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.5...decap-cms-backend-github@2.0.6) (2018-08-24)
|
|
818
471
|
|
|
819
472
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
820
473
|
|
|
821
474
|
<a name="2.0.5"></a>
|
|
822
|
-
## [2.0.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.4...decap-cms-backend-github@2.0.5) (2018-08-07)
|
|
823
475
|
|
|
476
|
+
## [2.0.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.4...decap-cms-backend-github@2.0.5) (2018-08-07)
|
|
824
477
|
|
|
825
478
|
### Bug Fixes
|
|
826
479
|
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
480
|
+
- **backends:** fix commit message handling ([#1568](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/1568)) ([f7e7120](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/f7e7120))
|
|
831
481
|
|
|
832
482
|
<a name="2.0.4"></a>
|
|
833
|
-
## [2.0.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.3...decap-cms-backend-github@2.0.4) (2018-08-01)
|
|
834
483
|
|
|
484
|
+
## [2.0.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.3...decap-cms-backend-github@2.0.4) (2018-08-01)
|
|
835
485
|
|
|
836
486
|
### Bug Fixes
|
|
837
487
|
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
488
|
+
- **workflow:** enable workflow per method ([#1569](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/1569)) ([90b8156](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/90b8156))
|
|
842
489
|
|
|
843
490
|
<a name="2.0.3"></a>
|
|
844
|
-
## [2.0.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.2...decap-cms-backend-github@2.0.3) (2018-08-01)
|
|
845
491
|
|
|
492
|
+
## [2.0.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.2...decap-cms-backend-github@2.0.3) (2018-08-01)
|
|
846
493
|
|
|
847
494
|
### Bug Fixes
|
|
848
495
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
496
|
+
- **github:** fix image uploading ([#1561](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/1561)) ([ddc8f04](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/ddc8f04))
|
|
497
|
+
- **workflow:** fix status not set on new workflow entries ([#1558](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/issues/1558)) ([0aa085f](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/commit/0aa085f))
|
|
854
498
|
|
|
855
499
|
<a name="2.0.2"></a>
|
|
856
|
-
## [2.0.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.1...decap-cms-backend-github@2.0.2) (2018-07-28)
|
|
857
|
-
|
|
858
|
-
|
|
859
500
|
|
|
501
|
+
## [2.0.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-backend-github/compare/decap-cms-backend-github@2.0.1...decap-cms-backend-github@2.0.2) (2018-07-28)
|
|
860
502
|
|
|
861
503
|
**Note:** Version bump only for package decap-cms-backend-github
|
|
862
504
|
|
|
863
505
|
<a name="2.0.1"></a>
|
|
864
|
-
## 2.0.1 (2018-07-26)
|
|
865
|
-
|
|
866
506
|
|
|
507
|
+
## 2.0.1 (2018-07-26)
|
|
867
508
|
|
|
868
509
|
<a name="2.0.0"></a>
|
|
869
|
-
# 2.0.0 (2018-07-26)
|
|
870
|
-
|
|
871
|
-
|
|
872
510
|
|
|
511
|
+
# 2.0.0 (2018-07-26)
|
|
873
512
|
|
|
874
513
|
**Note:** Version bump only for package decap-cms-backend-github
|