decap-cms-lib-util 3.0.1 → 3.0.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 +51 -317
- package/dist/decap-cms-lib-util.js +1 -1
- package/dist/decap-cms-lib-util.js.map +1 -1
- package/dist/esm/API.js +1 -2
- package/dist/esm/APIError.js +1 -2
- package/dist/esm/APIUtils.js +3 -6
- package/dist/esm/AccessTokenError.js +1 -2
- package/dist/esm/Cursor.js +1 -2
- package/dist/esm/EditorialWorkflowError.js +1 -2
- package/dist/esm/git-lfs.js +5 -6
- package/dist/esm/implementation.js +2 -2
- package/dist/esm/index.js +4 -5
- package/dist/esm/localForage.js +1 -2
- package/dist/esm/unsentRequest.js +4 -5
- package/package.json +3 -3
- package/src/implementation.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,626 +3,360 @@
|
|
|
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.0.
|
|
7
|
-
|
|
6
|
+
## [3.0.2](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@3.0.2-beta.0...decap-cms-lib-util@3.0.2) (2024-02-01)
|
|
8
7
|
|
|
9
|
-
|
|
8
|
+
**Note:** Version bump only for package decap-cms-lib-util
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## [3.0.2-beta.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@3.0.1...decap-cms-lib-util@3.0.2-beta.0) (2024-01-31)
|
|
12
11
|
|
|
12
|
+
**Note:** Version bump only for package decap-cms-lib-util
|
|
13
13
|
|
|
14
|
+
## [3.0.1](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@3.0.0...decap-cms-lib-util@3.0.1) (2023-09-06)
|
|
14
15
|
|
|
16
|
+
### Performance Improvements
|
|
15
17
|
|
|
18
|
+
- 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))
|
|
16
19
|
|
|
17
20
|
# [3.0.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.16.0...decap-cms-lib-util@3.0.0) (2023-08-18)
|
|
18
21
|
|
|
19
22
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
24
|
# [2.16.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.16.0-beta.0...decap-cms-lib-util@2.16.0) (2023-08-18)
|
|
26
25
|
|
|
27
26
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
28
|
# 2.16.0-beta.0 (2023-08-18)
|
|
34
29
|
|
|
35
|
-
|
|
36
30
|
### Features
|
|
37
31
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
32
|
+
- rename packages ([#6863](https://github.com/decaporg/decap-cms/issues/6863)) ([d515e7b](https://github.com/decaporg/decap-cms/commit/d515e7bd33216a775d96887b08c4f7b1962941bb))
|
|
43
33
|
|
|
44
34
|
## [2.15.2-beta.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.15.1...decap-cms-lib-util@2.15.2-beta.0) (2023-07-27)
|
|
45
35
|
|
|
46
36
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
47
37
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
38
|
## [2.15.1](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.15.0...decap-cms-lib-util@2.15.1) (2022-04-13)
|
|
53
39
|
|
|
54
40
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
55
41
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
42
|
# [2.15.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.14.0...decap-cms-lib-util@2.15.0) (2021-12-28)
|
|
61
43
|
|
|
62
|
-
|
|
63
44
|
### Features
|
|
64
45
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
46
|
+
- **backend-gitlab:** initial GraphQL support ([#6059](https://github.com/decaporg/decap-cms/issues/6059)) ([1523a41](https://github.com/decaporg/decap-cms/commit/1523a4140a3d2f4cc01a1548514ae17bc1ad504e))
|
|
70
47
|
|
|
71
48
|
# [2.14.0](https://github.com/decaporg/decap-cms/compare/decap-cms-lib-util@2.13.3...decap-cms-lib-util@2.14.0) (2021-10-18)
|
|
72
49
|
|
|
73
|
-
|
|
74
50
|
### Features
|
|
75
51
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
52
|
+
- 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))
|
|
81
53
|
|
|
82
54
|
## [2.13.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.13.2...decap-cms-lib-util@2.13.3) (2021-06-01)
|
|
83
55
|
|
|
84
56
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
85
57
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
58
|
## [2.13.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.13.1...decap-cms-lib-util@2.13.2) (2021-05-31)
|
|
91
59
|
|
|
92
60
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
93
61
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
62
|
## [2.13.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.13.0...decap-cms-lib-util@2.13.1) (2021-05-19)
|
|
99
63
|
|
|
100
64
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
101
65
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
66
|
# [2.13.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.12.3...decap-cms-lib-util@2.13.0) (2021-04-04)
|
|
107
67
|
|
|
108
|
-
|
|
109
68
|
### Features
|
|
110
69
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
70
|
+
- **open-authoring:** add alwaysFork option ([#5204](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/5204)) ([7b19e30](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/7b19e30dd2a310dbc20ccb6fcca45d5cbde1014b))
|
|
116
71
|
|
|
117
72
|
## [2.12.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.12.2...decap-cms-lib-util@2.12.3) (2021-02-10)
|
|
118
73
|
|
|
119
74
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
120
75
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
76
|
## [2.12.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.12.1...decap-cms-lib-util@2.12.2) (2021-02-01)
|
|
126
77
|
|
|
127
|
-
|
|
128
78
|
### Bug Fixes
|
|
129
79
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
80
|
+
- **backend:** allow calling 'json' again on 403 failure ([#4880](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/4880)) ([1034086](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/1034086ff603e28e3a37c8157a74cbc625f658f9))
|
|
135
81
|
|
|
136
82
|
## [2.12.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.12.0...decap-cms-lib-util@2.12.1) (2020-12-13)
|
|
137
83
|
|
|
138
|
-
|
|
139
84
|
### Bug Fixes
|
|
140
85
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
86
|
+
- **lib-util:** update js-sha256 import ([#4699](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/4699)) ([60f7e0b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/60f7e0bba67c6555acba3e04039c49f10cf51f6b))
|
|
146
87
|
|
|
147
88
|
# [2.12.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.11.5...decap-cms-lib-util@2.12.0) (2020-11-26)
|
|
148
89
|
|
|
149
|
-
|
|
150
90
|
### Features
|
|
151
91
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
92
|
+
- add azure devops backend ([#4427](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/4427)) ([4e6dc88](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/4e6dc88efb1dae4cf6137730c3b4fb6d0f75a8cc))
|
|
157
93
|
|
|
158
94
|
## [2.11.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.11.4...decap-cms-lib-util@2.11.5) (2020-09-20)
|
|
159
95
|
|
|
160
96
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
161
97
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
98
|
## [2.11.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.11.3...decap-cms-lib-util@2.11.4) (2020-09-15)
|
|
167
99
|
|
|
168
100
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
169
101
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
102
|
## 2.11.3 (2020-09-08)
|
|
175
103
|
|
|
176
|
-
|
|
177
104
|
### Reverts
|
|
178
105
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
106
|
+
- Revert "chore(release): publish" ([828bb16](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/828bb16415b8c22a34caa19c50c38b24ffe9ceae))
|
|
184
107
|
|
|
185
108
|
## 2.11.2 (2020-08-20)
|
|
186
109
|
|
|
187
|
-
|
|
188
110
|
### Reverts
|
|
189
111
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
112
|
+
- Revert "chore(release): publish" ([8262487](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/82624879ccbcb16610090041db28f00714d924c8))
|
|
195
113
|
|
|
196
114
|
## 2.11.1 (2020-07-27)
|
|
197
115
|
|
|
198
|
-
|
|
199
116
|
### Reverts
|
|
200
117
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
118
|
+
- Revert "chore(release): publish" ([118d50a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/118d50a7a70295f25073e564b5161aa2b9883056))
|
|
206
119
|
|
|
207
120
|
# [2.11.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.10.0...decap-cms-lib-util@2.11.0) (2020-06-18)
|
|
208
121
|
|
|
209
|
-
|
|
210
122
|
### Bug Fixes
|
|
211
123
|
|
|
212
|
-
|
|
213
|
-
|
|
124
|
+
- handle token expiry ([#3847](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3847)) ([285c940](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/285c940562548d7bc88de244123ba87ff66fba65))
|
|
214
125
|
|
|
215
126
|
### Features
|
|
216
127
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
128
|
+
- add backend status down indicator ([#3889](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3889)) ([a50edc7](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/a50edc70553ad6afa1acee6a51996ad226443f8c))
|
|
222
129
|
|
|
223
130
|
# [2.10.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.9.4...decap-cms-lib-util@2.10.0) (2020-06-01)
|
|
224
131
|
|
|
225
|
-
|
|
226
132
|
### Features
|
|
227
133
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
134
|
+
- add pre save/ post save hooks ([#3812](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3812)) ([812716e](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/812716e18b09a716547f128b783c8e6f3d54cc5b))
|
|
233
135
|
|
|
234
136
|
## [2.9.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.9.3...decap-cms-lib-util@2.9.4) (2020-05-19)
|
|
235
137
|
|
|
236
|
-
|
|
237
138
|
### Bug Fixes
|
|
238
139
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
140
|
+
- clear fetch timeout on successful response ([#3768](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3768)) ([088b1a8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/088b1a8ab626498382d6305fa46d174d4f5ba755))
|
|
244
141
|
|
|
245
142
|
## [2.9.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.9.2...decap-cms-lib-util@2.9.3) (2020-04-21)
|
|
246
143
|
|
|
247
144
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
248
145
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
146
|
## [2.9.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.9.1...decap-cms-lib-util@2.9.2) (2020-04-01)
|
|
254
147
|
|
|
255
|
-
|
|
256
148
|
### Bug Fixes
|
|
257
149
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
150
|
+
- move common api functions to a separate file ([#3511](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3511)) ([49098de](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/49098de27f053e51aa3d936d09adae3a7186c6ae))
|
|
263
151
|
|
|
264
152
|
## [2.9.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.9.0...decap-cms-lib-util@2.9.1) (2020-04-01)
|
|
265
153
|
|
|
266
154
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
267
155
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
156
|
# [2.9.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.8.0...decap-cms-lib-util@2.9.0) (2020-03-12)
|
|
273
157
|
|
|
274
|
-
|
|
275
158
|
### Features
|
|
276
159
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
160
|
+
- add media lib virtualization ([#3381](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3381)) ([92e7601](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/92e76011e7a9e8b5370088b0a2c065df66b5f7fb))
|
|
161
|
+
- **backend-github:** add pagination ([#3379](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3379)) ([39f1307](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/39f1307e3a36447da8c9b3ca79b1d7db52ea1a19))
|
|
283
162
|
|
|
284
163
|
# [2.8.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.7.1...decap-cms-lib-util@2.8.0) (2020-02-25)
|
|
285
164
|
|
|
286
|
-
|
|
287
165
|
### Features
|
|
288
166
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
167
|
+
- **core:** align GitHub metadata handling with other backends ([#3316](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3316)) ([7e0a8ad](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/7e0a8ad532012576dc5e40bd4e9d54522e307123)), closes [#3292](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3292)
|
|
294
168
|
|
|
295
169
|
## [2.7.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.7.0...decap-cms-lib-util@2.7.1) (2020-02-14)
|
|
296
170
|
|
|
297
171
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
298
172
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
173
|
# [2.7.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.6.2...decap-cms-lib-util@2.7.0) (2020-02-10)
|
|
304
174
|
|
|
305
|
-
|
|
306
175
|
### Bug Fixes
|
|
307
176
|
|
|
308
|
-
|
|
309
|
-
|
|
177
|
+
- filter paginated results ([#3216](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3216)) ([0a482b1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/0a482b10049bcfa022b81165cabf4512d77e0b88))
|
|
310
178
|
|
|
311
179
|
### Features
|
|
312
180
|
|
|
313
|
-
|
|
314
|
-
|
|
181
|
+
- field based media/public folders ([#3208](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3208)) ([97bc0c8](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/97bc0c8dc489e736f89d748ba832d78400fe4332))
|
|
315
182
|
|
|
316
183
|
### Reverts
|
|
317
184
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
185
|
+
- Revert "chore(release): publish" ([a015d1d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/a015d1d92a4b1c0130c44fcef1c9ecdb157a0f07))
|
|
323
186
|
|
|
324
187
|
## [2.6.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.6.1...decap-cms-lib-util@2.6.2) (2020-01-24)
|
|
325
188
|
|
|
326
|
-
|
|
327
189
|
### Bug Fixes
|
|
328
190
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
191
|
+
- **backend-git-gateway:** re-write GitHub pagination links ([#3135](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3135)) ([834f6b9](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/834f6b9e457f3738ce0f240ddd4cc160aff9e2f5))
|
|
334
192
|
|
|
335
193
|
## [2.6.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.6.0...decap-cms-lib-util@2.6.1) (2020-01-22)
|
|
336
194
|
|
|
337
195
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
338
196
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
197
|
# [2.6.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.5.2...decap-cms-lib-util@2.6.0) (2020-01-21)
|
|
344
198
|
|
|
345
|
-
|
|
346
199
|
### Features
|
|
347
200
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
201
|
+
- **backend-bitbucket:** Add Git-LFS support ([#3118](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3118)) ([a48c02d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/a48c02d852ca5e11055da3a14cefae8d17a68498))
|
|
353
202
|
|
|
354
203
|
## [2.5.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.5.1...decap-cms-lib-util@2.5.2) (2020-01-16)
|
|
355
204
|
|
|
356
|
-
|
|
357
205
|
### Bug Fixes
|
|
358
206
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
207
|
+
- use string endsWith to filter by extension ([#3097](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/3097)) ([6a13a85](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/6a13a85e269c8f299f71b3f5ee45fc5d34f75822))
|
|
364
208
|
|
|
365
209
|
## [2.5.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.5.0...decap-cms-lib-util@2.5.1) (2020-01-14)
|
|
366
210
|
|
|
367
211
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
368
212
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
213
|
# [2.5.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.5.0-beta.0...decap-cms-lib-util@2.5.0) (2020-01-07)
|
|
374
214
|
|
|
375
215
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
376
216
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
217
|
# [2.5.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0...decap-cms-lib-util@2.5.0-beta.0) (2019-12-18)
|
|
382
218
|
|
|
383
|
-
|
|
384
219
|
### Features
|
|
385
220
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
221
|
+
- bundle assets with content ([#2958](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2958)) ([2b41d8a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/2b41d8a838a9c8a6b21cde2ddd16b9288334e298))
|
|
391
222
|
|
|
392
223
|
# [2.4.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.5...decap-cms-lib-util@2.4.0) (2019-12-18)
|
|
393
224
|
|
|
394
225
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
395
226
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
227
|
# [2.4.0-beta.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.4...decap-cms-lib-util@2.4.0-beta.5) (2019-11-26)
|
|
401
228
|
|
|
402
|
-
|
|
403
229
|
### Bug Fixes
|
|
404
230
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
231
|
+
- **backend-github:** editorial workflow commits ([#2867](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2867)) ([86adca3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/86adca3a18f25ab74d1c6702bafab250f005ceec))
|
|
232
|
+
- **backend-github:** prepend collection name ([#2878](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2878)) ([465f463](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/465f4639597f258d5aa2c1b65e9d2c16023ee7ae))
|
|
411
233
|
|
|
412
234
|
# [2.4.0-beta.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.3...decap-cms-lib-util@2.4.0-beta.4) (2019-09-26)
|
|
413
235
|
|
|
414
|
-
|
|
415
236
|
### Bug Fixes
|
|
416
237
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
238
|
+
- **github-backend:** handle race condition in editorial workflow ([#2658](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2658)) ([97f1f84](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/97f1f84))
|
|
422
239
|
|
|
423
240
|
# [2.4.0-beta.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.2...decap-cms-lib-util@2.4.0-beta.3) (2019-09-04)
|
|
424
241
|
|
|
425
|
-
|
|
426
242
|
### Features
|
|
427
243
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
244
|
+
- **backend-github:** GitHub GraphQL API support ([#2456](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2456)) ([ece136c](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/ece136c))
|
|
433
245
|
|
|
434
246
|
# [2.4.0-beta.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.1...decap-cms-lib-util@2.4.0-beta.2) (2019-08-24)
|
|
435
247
|
|
|
436
248
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
437
249
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
250
|
# [2.4.0-beta.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.4.0-beta.0...decap-cms-lib-util@2.4.0-beta.1) (2019-08-24)
|
|
443
251
|
|
|
444
252
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
445
253
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
254
|
# [2.4.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.3...decap-cms-lib-util@2.4.0-beta.0) (2019-07-24)
|
|
451
255
|
|
|
452
|
-
|
|
453
256
|
### Features
|
|
454
257
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
258
|
+
- **backend-github:** Open Authoring ([#2430](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2430)) ([edf0a3a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/edf0a3a))
|
|
460
259
|
|
|
461
260
|
## [2.3.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.2...decap-cms-lib-util@2.3.3) (2019-07-24)
|
|
462
261
|
|
|
463
262
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
464
263
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
264
|
## [2.3.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.2-beta.0...decap-cms-lib-util@2.3.2) (2019-04-10)
|
|
470
265
|
|
|
471
266
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
472
267
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
268
|
## [2.3.2-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.1...decap-cms-lib-util@2.3.2-beta.0) (2019-04-05)
|
|
478
269
|
|
|
479
270
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
480
271
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
272
|
## [2.3.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.1-beta.1...decap-cms-lib-util@2.3.1) (2019-03-29)
|
|
486
273
|
|
|
487
274
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
488
275
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
276
|
## [2.3.1-beta.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.1-beta.0...decap-cms-lib-util@2.3.1-beta.1) (2019-03-26)
|
|
494
277
|
|
|
495
|
-
|
|
496
278
|
### Bug Fixes
|
|
497
279
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
280
|
+
- export on decap-cms and maps on esm ([#2244](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2244)) ([6ffd13b](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/6ffd13b))
|
|
503
281
|
|
|
504
282
|
## [2.3.1-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.3.0...decap-cms-lib-util@2.3.1-beta.0) (2019-03-25)
|
|
505
283
|
|
|
506
284
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
507
285
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
286
|
# [2.3.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.2.0...decap-cms-lib-util@2.3.0) (2019-03-22)
|
|
513
287
|
|
|
514
|
-
|
|
515
288
|
### Features
|
|
516
289
|
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
290
|
+
- add ES module builds ([#2215](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2215)) ([d142b32](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/d142b32))
|
|
522
291
|
|
|
523
292
|
# [2.2.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.2.0-beta.0...decap-cms-lib-util@2.2.0) (2019-03-22)
|
|
524
293
|
|
|
525
294
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
526
295
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
296
|
# [2.2.0-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.1.3-beta.0...decap-cms-lib-util@2.2.0-beta.0) (2019-03-21)
|
|
532
297
|
|
|
533
|
-
|
|
534
298
|
### Features
|
|
535
299
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
300
|
+
- provide usable UMD builds for all packages ([#2141](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2141)) ([82cc794](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/82cc794))
|
|
541
301
|
|
|
542
302
|
## [2.1.3-beta.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.1.2...decap-cms-lib-util@2.1.3-beta.0) (2019-03-15)
|
|
543
303
|
|
|
544
|
-
|
|
545
304
|
### Features
|
|
546
305
|
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
306
|
+
- upgrade to Emotion 10 ([#2166](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/2166)) ([ccef446](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/ccef446))
|
|
552
307
|
|
|
553
308
|
## [2.1.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.1.1...decap-cms-lib-util@2.1.2) (2019-02-26)
|
|
554
309
|
|
|
555
310
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
556
311
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
312
|
## [2.1.1](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.1.0...decap-cms-lib-util@2.1.1) (2018-11-29)
|
|
562
313
|
|
|
563
314
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
564
315
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
316
|
<a name="2.1.0"></a>
|
|
570
|
-
# [2.1.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.5...decap-cms-lib-util@2.1.0) (2018-09-06)
|
|
571
317
|
|
|
318
|
+
# [2.1.0](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.5...decap-cms-lib-util@2.1.0) (2018-09-06)
|
|
572
319
|
|
|
573
320
|
### Bug Fixes
|
|
574
321
|
|
|
575
|
-
|
|
576
|
-
|
|
322
|
+
- remove alert modal from localForage error case ([#1676](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/1676)) ([4f3116d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/4f3116d))
|
|
577
323
|
|
|
578
324
|
### Features
|
|
579
325
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
326
|
+
- **media:** add external media library support, Uploadcare integration ([#1602](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/issues/1602)) ([0596904](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/0596904))
|
|
584
327
|
|
|
585
328
|
<a name="2.0.5"></a>
|
|
586
|
-
## [2.0.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.4...decap-cms-lib-util@2.0.5) (2018-08-24)
|
|
587
|
-
|
|
588
|
-
|
|
589
329
|
|
|
330
|
+
## [2.0.5](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.4...decap-cms-lib-util@2.0.5) (2018-08-24)
|
|
590
331
|
|
|
591
332
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
592
333
|
|
|
593
334
|
<a name="2.0.4"></a>
|
|
594
|
-
## [2.0.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.3...decap-cms-lib-util@2.0.4) (2018-08-07)
|
|
595
|
-
|
|
596
|
-
|
|
597
335
|
|
|
336
|
+
## [2.0.4](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.3...decap-cms-lib-util@2.0.4) (2018-08-07)
|
|
598
337
|
|
|
599
338
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
600
339
|
|
|
601
340
|
<a name="2.0.3"></a>
|
|
602
|
-
## [2.0.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.2...decap-cms-lib-util@2.0.3) (2018-08-01)
|
|
603
|
-
|
|
604
|
-
|
|
605
341
|
|
|
342
|
+
## [2.0.3](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.2...decap-cms-lib-util@2.0.3) (2018-08-01)
|
|
606
343
|
|
|
607
344
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
608
345
|
|
|
609
346
|
<a name="2.0.2"></a>
|
|
610
|
-
## [2.0.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.1...decap-cms-lib-util@2.0.2) (2018-07-28)
|
|
611
|
-
|
|
612
|
-
|
|
613
347
|
|
|
348
|
+
## [2.0.2](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/compare/decap-cms-lib-util@2.0.1...decap-cms-lib-util@2.0.2) (2018-07-28)
|
|
614
349
|
|
|
615
350
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
616
351
|
|
|
617
352
|
<a name="2.0.1"></a>
|
|
618
|
-
## 2.0.1 (2018-07-26)
|
|
619
|
-
|
|
620
353
|
|
|
354
|
+
## 2.0.1 (2018-07-26)
|
|
621
355
|
|
|
622
356
|
<a name="2.0.0"></a>
|
|
623
|
-
# 2.0.0 (2018-07-26)
|
|
624
357
|
|
|
358
|
+
# 2.0.0 (2018-07-26)
|
|
625
359
|
|
|
626
360
|
### Bug Fixes
|
|
627
361
|
|
|
628
|
-
|
|
362
|
+
- **bitbucket:** fix rebasing mistakes in bitbucket backend and deps ([#1522](https://github.com/decaporg/decap-cms/issues/1522)) ([bdfd944](https://github.com/decaporg/decap-cms/commit/bdfd944))
|