decap-cms-lib-util 3.0.1 → 3.0.2-beta.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 +49 -319
- 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,356 @@
|
|
|
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
|
-
|
|
8
|
-
|
|
9
|
-
### Performance Improvements
|
|
10
|
-
|
|
11
|
-
* 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))
|
|
6
|
+
## [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
7
|
|
|
8
|
+
**Note:** Version bump only for package decap-cms-lib-util
|
|
13
9
|
|
|
10
|
+
## [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
11
|
|
|
12
|
+
### Performance Improvements
|
|
15
13
|
|
|
14
|
+
- 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
15
|
|
|
17
16
|
# [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
17
|
|
|
19
18
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
20
|
# [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
21
|
|
|
27
22
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
28
23
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
24
|
# 2.16.0-beta.0 (2023-08-18)
|
|
34
25
|
|
|
35
|
-
|
|
36
26
|
### Features
|
|
37
27
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
28
|
+
- rename packages ([#6863](https://github.com/decaporg/decap-cms/issues/6863)) ([d515e7b](https://github.com/decaporg/decap-cms/commit/d515e7bd33216a775d96887b08c4f7b1962941bb))
|
|
43
29
|
|
|
44
30
|
## [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
31
|
|
|
46
32
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
47
33
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
34
|
## [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
35
|
|
|
54
36
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
55
37
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
38
|
# [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
39
|
|
|
62
|
-
|
|
63
40
|
### Features
|
|
64
41
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
42
|
+
- **backend-gitlab:** initial GraphQL support ([#6059](https://github.com/decaporg/decap-cms/issues/6059)) ([1523a41](https://github.com/decaporg/decap-cms/commit/1523a4140a3d2f4cc01a1548514ae17bc1ad504e))
|
|
70
43
|
|
|
71
44
|
# [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
45
|
|
|
73
|
-
|
|
74
46
|
### Features
|
|
75
47
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
48
|
+
- 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
49
|
|
|
82
50
|
## [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
51
|
|
|
84
52
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
85
53
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
54
|
## [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
55
|
|
|
92
56
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
93
57
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
58
|
## [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
59
|
|
|
100
60
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
101
61
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
62
|
# [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
63
|
|
|
108
|
-
|
|
109
64
|
### Features
|
|
110
65
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
66
|
+
- **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
67
|
|
|
117
68
|
## [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
69
|
|
|
119
70
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
120
71
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
72
|
## [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
73
|
|
|
127
|
-
|
|
128
74
|
### Bug Fixes
|
|
129
75
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
76
|
+
- **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
77
|
|
|
136
78
|
## [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
79
|
|
|
138
|
-
|
|
139
80
|
### Bug Fixes
|
|
140
81
|
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
82
|
+
- **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
83
|
|
|
147
84
|
# [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
85
|
|
|
149
|
-
|
|
150
86
|
### Features
|
|
151
87
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
88
|
+
- 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
89
|
|
|
158
90
|
## [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
91
|
|
|
160
92
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
161
93
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
94
|
## [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
95
|
|
|
168
96
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
169
97
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
98
|
## 2.11.3 (2020-09-08)
|
|
175
99
|
|
|
176
|
-
|
|
177
100
|
### Reverts
|
|
178
101
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
102
|
+
- Revert "chore(release): publish" ([828bb16](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/828bb16415b8c22a34caa19c50c38b24ffe9ceae))
|
|
184
103
|
|
|
185
104
|
## 2.11.2 (2020-08-20)
|
|
186
105
|
|
|
187
|
-
|
|
188
106
|
### Reverts
|
|
189
107
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
108
|
+
- Revert "chore(release): publish" ([8262487](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/82624879ccbcb16610090041db28f00714d924c8))
|
|
195
109
|
|
|
196
110
|
## 2.11.1 (2020-07-27)
|
|
197
111
|
|
|
198
|
-
|
|
199
112
|
### Reverts
|
|
200
113
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
114
|
+
- Revert "chore(release): publish" ([118d50a](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/118d50a7a70295f25073e564b5161aa2b9883056))
|
|
206
115
|
|
|
207
116
|
# [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
117
|
|
|
209
|
-
|
|
210
118
|
### Bug Fixes
|
|
211
119
|
|
|
212
|
-
|
|
213
|
-
|
|
120
|
+
- 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
121
|
|
|
215
122
|
### Features
|
|
216
123
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
124
|
+
- 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
125
|
|
|
223
126
|
# [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
127
|
|
|
225
|
-
|
|
226
128
|
### Features
|
|
227
129
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
130
|
+
- 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
131
|
|
|
234
132
|
## [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
133
|
|
|
236
|
-
|
|
237
134
|
### Bug Fixes
|
|
238
135
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
136
|
+
- 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
137
|
|
|
245
138
|
## [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
139
|
|
|
247
140
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
248
141
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
142
|
## [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
143
|
|
|
255
|
-
|
|
256
144
|
### Bug Fixes
|
|
257
145
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
146
|
+
- 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
147
|
|
|
264
148
|
## [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
149
|
|
|
266
150
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
267
151
|
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
152
|
# [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
153
|
|
|
274
|
-
|
|
275
154
|
### Features
|
|
276
155
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
156
|
+
- 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))
|
|
157
|
+
- **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
158
|
|
|
284
159
|
# [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
160
|
|
|
286
|
-
|
|
287
161
|
### Features
|
|
288
162
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
163
|
+
- **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
164
|
|
|
295
165
|
## [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
166
|
|
|
297
167
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
298
168
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
169
|
# [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
170
|
|
|
305
|
-
|
|
306
171
|
### Bug Fixes
|
|
307
172
|
|
|
308
|
-
|
|
309
|
-
|
|
173
|
+
- 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
174
|
|
|
311
175
|
### Features
|
|
312
176
|
|
|
313
|
-
|
|
314
|
-
|
|
177
|
+
- 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
178
|
|
|
316
179
|
### Reverts
|
|
317
180
|
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
181
|
+
- Revert "chore(release): publish" ([a015d1d](https://github.com/decaporg/decap-cms/tree/master/packages/decap-cms-lib-util/commit/a015d1d92a4b1c0130c44fcef1c9ecdb157a0f07))
|
|
323
182
|
|
|
324
183
|
## [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
184
|
|
|
326
|
-
|
|
327
185
|
### Bug Fixes
|
|
328
186
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
187
|
+
- **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
188
|
|
|
335
189
|
## [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
190
|
|
|
337
191
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
338
192
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
193
|
# [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
194
|
|
|
345
|
-
|
|
346
195
|
### Features
|
|
347
196
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
197
|
+
- **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
198
|
|
|
354
199
|
## [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
200
|
|
|
356
|
-
|
|
357
201
|
### Bug Fixes
|
|
358
202
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
203
|
+
- 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
204
|
|
|
365
205
|
## [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
206
|
|
|
367
207
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
368
208
|
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
209
|
# [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
210
|
|
|
375
211
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
376
212
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
213
|
# [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
214
|
|
|
383
|
-
|
|
384
215
|
### Features
|
|
385
216
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
217
|
+
- 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
218
|
|
|
392
219
|
# [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
220
|
|
|
394
221
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
395
222
|
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
223
|
# [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
224
|
|
|
402
|
-
|
|
403
225
|
### Bug Fixes
|
|
404
226
|
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
227
|
+
- **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))
|
|
228
|
+
- **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
229
|
|
|
412
230
|
# [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
231
|
|
|
414
|
-
|
|
415
232
|
### Bug Fixes
|
|
416
233
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
234
|
+
- **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
235
|
|
|
423
236
|
# [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
237
|
|
|
425
|
-
|
|
426
238
|
### Features
|
|
427
239
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
240
|
+
- **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
241
|
|
|
434
242
|
# [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
243
|
|
|
436
244
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
437
245
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
246
|
# [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
247
|
|
|
444
248
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
445
249
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
250
|
# [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
251
|
|
|
452
|
-
|
|
453
252
|
### Features
|
|
454
253
|
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
254
|
+
- **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
255
|
|
|
461
256
|
## [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
257
|
|
|
463
258
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
464
259
|
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
260
|
## [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
261
|
|
|
471
262
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
472
263
|
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
264
|
## [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
265
|
|
|
479
266
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
480
267
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
268
|
## [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
269
|
|
|
487
270
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
488
271
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
272
|
## [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
273
|
|
|
495
|
-
|
|
496
274
|
### Bug Fixes
|
|
497
275
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
276
|
+
- 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
277
|
|
|
504
278
|
## [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
279
|
|
|
506
280
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
507
281
|
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
282
|
# [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
283
|
|
|
514
|
-
|
|
515
284
|
### Features
|
|
516
285
|
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
286
|
+
- 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
287
|
|
|
523
288
|
# [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
289
|
|
|
525
290
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
526
291
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
292
|
# [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
293
|
|
|
533
|
-
|
|
534
294
|
### Features
|
|
535
295
|
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
296
|
+
- 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
297
|
|
|
542
298
|
## [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
299
|
|
|
544
|
-
|
|
545
300
|
### Features
|
|
546
301
|
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
302
|
+
- 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
303
|
|
|
553
304
|
## [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
305
|
|
|
555
306
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
556
307
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
308
|
## [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
309
|
|
|
563
310
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
564
311
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
312
|
<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
313
|
|
|
314
|
+
# [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
315
|
|
|
573
316
|
### Bug Fixes
|
|
574
317
|
|
|
575
|
-
|
|
576
|
-
|
|
318
|
+
- 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
319
|
|
|
578
320
|
### Features
|
|
579
321
|
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
322
|
+
- **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
323
|
|
|
585
324
|
<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
325
|
|
|
326
|
+
## [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
327
|
|
|
591
328
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
592
329
|
|
|
593
330
|
<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
331
|
|
|
332
|
+
## [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
333
|
|
|
599
334
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
600
335
|
|
|
601
336
|
<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
337
|
|
|
338
|
+
## [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
339
|
|
|
607
340
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
608
341
|
|
|
609
342
|
<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
343
|
|
|
344
|
+
## [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
345
|
|
|
615
346
|
**Note:** Version bump only for package decap-cms-lib-util
|
|
616
347
|
|
|
617
348
|
<a name="2.0.1"></a>
|
|
618
|
-
## 2.0.1 (2018-07-26)
|
|
619
|
-
|
|
620
349
|
|
|
350
|
+
## 2.0.1 (2018-07-26)
|
|
621
351
|
|
|
622
352
|
<a name="2.0.0"></a>
|
|
623
|
-
# 2.0.0 (2018-07-26)
|
|
624
353
|
|
|
354
|
+
# 2.0.0 (2018-07-26)
|
|
625
355
|
|
|
626
356
|
### Bug Fixes
|
|
627
357
|
|
|
628
|
-
|
|
358
|
+
- **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))
|