@blaze-cms/plugin-media-ui 0.139.4-core-styles.0 → 0.140.0-alpha.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.
Files changed (36) hide show
  1. package/CHANGELOG.md +537 -30
  2. package/lib/components/CardMedia/CardMedia.js +2 -2
  3. package/lib/components/EditMediaFile/EditMediaFile.js +7 -7
  4. package/lib/components/EditMediaFile/EditMediaFilePage.js +3 -3
  5. package/lib/components/FileList/useGetFiles/getFiles.js +38 -22
  6. package/lib/components/FileList/useGetFiles/getFiles.js.map +1 -1
  7. package/lib/components/FileList/useGetFiles/useGetFiles.js +10 -6
  8. package/lib/components/FileList/useGetFiles/useGetFiles.js.map +1 -1
  9. package/lib/components/FileList/useGetFilesList/useGetFilesList.js +5 -5
  10. package/lib/components/FilePreview/Actions/index.js +2 -2
  11. package/lib/components/FilePreview/index.js +4 -4
  12. package/lib/components/FileUploadAdapter/FileList.js +2 -2
  13. package/lib/components/FileUploadAdapter/FileUploadAdapter.js +9 -9
  14. package/lib/components/FileUploadAdapter/mappers/is-unselecting.js +1 -1
  15. package/lib/components/FileUploadModal/FileUploadModal.js +4 -4
  16. package/lib/components/FilterPanel/FilterPanel.js +8 -6
  17. package/lib/components/FilterPanel/FilterPanel.js.map +1 -1
  18. package/lib/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js +8 -8
  19. package/lib/components/ListingContainer/Listing/MediaListing/MediaListing.js +2 -2
  20. package/lib/components/ListingContainer/ListingContainer.js +7 -7
  21. package/lib/constants.js +1 -1
  22. package/lib/constants.js.map +1 -1
  23. package/lib/index.js +3 -3
  24. package/lib-es/components/FileList/useGetFiles/getFiles.js +25 -13
  25. package/lib-es/components/FileList/useGetFiles/getFiles.js.map +1 -1
  26. package/lib-es/components/FileList/useGetFiles/useGetFiles.js +7 -2
  27. package/lib-es/components/FileList/useGetFiles/useGetFiles.js.map +1 -1
  28. package/lib-es/components/FilterPanel/FilterPanel.js +3 -1
  29. package/lib-es/components/FilterPanel/FilterPanel.js.map +1 -1
  30. package/lib-es/constants.js +1 -1
  31. package/lib-es/constants.js.map +1 -1
  32. package/package.json +5 -5
  33. package/src/components/FileList/useGetFiles/getFiles.js +19 -11
  34. package/src/components/FileList/useGetFiles/useGetFiles.js +4 -2
  35. package/src/components/FilterPanel/FilterPanel.js +7 -1
  36. package/src/constants.js +1 -1
package/CHANGELOG.md CHANGED
@@ -3,19 +3,18 @@
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
- ## [0.139.4-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.139.4-core-styles.0) (2024-02-22)
6
+ # [0.140.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.140.0-alpha.0) (2024-02-28)
7
7
 
8
8
 
9
+ ### Features
9
10
 
10
- ## [0.139.3-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3-core-styles.0) (2024-02-15)
11
-
11
+ * update media search to search all stores ([#4275](https://github.com/thebyte9/blaze/issues/4275)) ([7bcef8d](https://github.com/thebyte9/blaze/commit/7bcef8d02aaadc2886d725afe29fafdaf3e030d2))
12
12
 
13
13
 
14
- ## [0.139.1-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.139.1-core-styles.0...v0.139.1-core-styles.1) (2024-02-08)
15
14
 
16
15
 
17
16
 
18
- ## [0.139.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-core-styles.0) (2024-02-07)
17
+ ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
19
18
 
20
19
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
21
20
 
@@ -23,48 +22,60 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
22
 
24
23
 
25
24
 
26
- ## [0.139.3-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3-core-styles.0) (2024-02-15)
25
+ ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
27
26
 
28
- ## [0.139.1-core-styles.1](https://github.com/thebyte9/blaze/compare/v0.139.1-core-styles.0...v0.139.1-core-styles.1) (2024-02-08)
27
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
29
28
 
30
- ## [0.139.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-core-styles.0) (2024-02-07)
31
29
 
32
- ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
33
30
 
34
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
35
31
 
36
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
32
+
33
+ ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
37
34
 
38
35
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
39
36
 
40
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
41
37
 
42
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
43
38
 
44
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
45
39
 
46
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
47
40
 
48
41
  ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
49
42
 
50
43
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
51
44
 
45
+
46
+
47
+
48
+
52
49
  ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
53
50
 
51
+
54
52
  ### Bug Fixes
55
53
 
56
54
  * add content cta display error ([#4242](https://github.com/thebyte9/blaze/issues/4242)) ([414fdb1](https://github.com/thebyte9/blaze/commit/414fdb1d9f61b3b9700945f1d0dd463cb76b9880))
57
55
 
56
+
57
+
58
+
59
+
58
60
  # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
59
61
 
60
62
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
61
63
 
64
+
65
+
66
+
67
+
62
68
  # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
63
69
 
64
70
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
65
71
 
72
+
73
+
74
+
75
+
66
76
  # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
67
77
 
78
+
68
79
  ### Bug Fixes
69
80
 
70
81
  * add tempalte icons ([069e240](https://github.com/thebyte9/blaze/commit/069e240f40bf46fb1ab468916c652ba0a538500d))
@@ -75,35 +86,59 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
75
86
  * removing inline styles ans replacing with values from constant ([77462f6](https://github.com/thebyte9/blaze/commit/77462f62619db515852e17b71c96081841a54bb6))
76
87
  * wip order menu items ([7ec0a05](https://github.com/thebyte9/blaze/commit/7ec0a05ad0d7e82f99d3fb8e5077a91fcd982e71))
77
88
 
89
+
78
90
  ### Features
79
91
 
80
92
  * add menu icons ([b0dcc75](https://github.com/thebyte9/blaze/commit/b0dcc75558cf0834757585650cb7c933251a5d2b))
81
93
  * implementing core system menu groups ([e64ae15](https://github.com/thebyte9/blaze/commit/e64ae158ed5e50f2b0116d2b5dbd245a5729e2e4))
82
94
 
95
+
96
+
83
97
  # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
84
98
 
99
+
100
+
85
101
  # [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
86
102
 
103
+
87
104
  ### Features
88
105
 
89
106
  * support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
90
107
 
108
+
109
+
110
+
111
+
91
112
  # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
92
113
 
114
+
93
115
  ### Features
94
116
 
95
117
  * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
96
118
 
119
+
120
+
121
+
122
+
97
123
  # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
98
124
 
99
125
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
100
126
 
127
+
128
+
129
+
130
+
101
131
  # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
102
132
 
103
133
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
104
134
 
135
+
136
+
137
+
138
+
105
139
  # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
106
140
 
141
+
107
142
  ### Bug Fixes
108
143
 
109
144
  * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
@@ -113,492 +148,964 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
113
148
  * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
114
149
  * update tests ([8fd2675](https://github.com/thebyte9/blaze/commit/8fd2675624126e5a23ecc0af3202d08c46667441))
115
150
 
151
+
116
152
  ### Features
117
153
 
118
154
  * add updated snapshots ([a0444bd](https://github.com/thebyte9/blaze/commit/a0444bd0d4e2f78753ac069067d39f3f6e741832))
119
155
  * delete duplicated code ([6fc900c](https://github.com/thebyte9/blaze/commit/6fc900c4e3a57664c0972c6ed739345e5d93af0b))
120
156
 
157
+
158
+
159
+
160
+
121
161
  # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
122
162
 
123
163
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
124
164
 
165
+
166
+
167
+
168
+
125
169
  # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
126
170
 
127
171
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
128
172
 
173
+
174
+
175
+
176
+
129
177
  # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
130
178
 
131
179
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
132
180
 
181
+
182
+
183
+
184
+
133
185
  # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
134
186
 
135
187
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
136
188
 
189
+
190
+
191
+
192
+
137
193
  # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
138
194
 
195
+
139
196
  ### Bug Fixes
140
197
 
141
198
  * fixed typo ([4d2cbe2](https://github.com/thebyte9/blaze/commit/4d2cbe24a261400359150430de917752e3a82e0a))
142
199
 
200
+
201
+
202
+
203
+
143
204
  # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
144
205
 
145
206
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
146
207
 
208
+
209
+
210
+
211
+
147
212
  # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
148
213
 
149
214
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
150
215
 
216
+
217
+
218
+
219
+
151
220
  # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
152
221
 
153
222
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
154
223
 
224
+
225
+
226
+
227
+
155
228
  ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
156
229
 
157
230
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
158
231
 
232
+
233
+
234
+
235
+
159
236
  # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
160
237
 
161
238
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
162
239
 
240
+
241
+
242
+
243
+
163
244
  # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
164
245
 
165
246
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
166
247
 
248
+
249
+
250
+
251
+
167
252
  # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
168
253
 
169
254
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
170
255
 
256
+
257
+
258
+
259
+
171
260
  # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
172
261
 
173
262
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
174
263
 
264
+
265
+
266
+
267
+
175
268
  # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
176
269
 
177
270
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
178
271
 
272
+
273
+
274
+
275
+
179
276
  ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
180
277
 
181
278
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
182
279
 
280
+
281
+
282
+
283
+
183
284
  ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
184
285
 
185
286
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
186
287
 
288
+
289
+
290
+
291
+
187
292
  # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
188
293
 
189
294
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
190
295
 
296
+
297
+
298
+
299
+
191
300
  # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
192
301
 
302
+
193
303
  ### Bug Fixes
194
304
 
195
305
  * load media edit when preview is not available ([#3805](https://github.com/thebyte9/blaze/issues/3805)) ([8358690](https://github.com/thebyte9/blaze/commit/8358690b9d53140040dc703a967ccb491f1ff8f9))
196
306
 
307
+
308
+
309
+
310
+
197
311
  # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
198
312
 
199
313
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
200
314
 
315
+
316
+
317
+
318
+
201
319
  # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
202
320
 
203
321
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
204
322
 
323
+
324
+
325
+
326
+
205
327
  # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
206
328
 
207
329
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
208
330
 
331
+
332
+
333
+
334
+
209
335
  # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
210
336
 
211
337
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
212
338
 
339
+
340
+
341
+
342
+
213
343
  # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
214
344
 
215
345
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
216
346
 
347
+
348
+
349
+
350
+
217
351
  # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
218
352
 
219
353
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
220
354
 
355
+
356
+
357
+
358
+
221
359
  # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
222
360
 
223
361
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
224
362
 
363
+
364
+
365
+
366
+
225
367
  # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
226
368
 
227
369
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
228
370
 
371
+
372
+
373
+
374
+
229
375
  # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
230
376
 
231
377
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
232
378
 
379
+
380
+
381
+
382
+
233
383
  # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
234
384
 
235
385
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
236
386
 
387
+
388
+
389
+
390
+
237
391
  # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
238
392
 
239
393
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
240
394
 
395
+
396
+
397
+
398
+
241
399
  # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
242
400
 
401
+
402
+
243
403
  # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
244
404
 
405
+
406
+
245
407
  # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
246
408
 
409
+
410
+
247
411
  # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
248
412
 
413
+
414
+
249
415
  # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
250
416
 
251
417
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
252
418
 
419
+
420
+
421
+
422
+
253
423
  # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
254
424
 
255
425
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
256
426
 
427
+
428
+
429
+
430
+
257
431
  # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
258
432
 
259
433
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
260
434
 
435
+
436
+
437
+
438
+
261
439
  # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
262
440
 
263
441
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
264
442
 
443
+
444
+
445
+
446
+
265
447
  # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
266
448
 
267
449
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
268
450
 
451
+
452
+
453
+
454
+
269
455
  # [0.122.0](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.2...v0.122.0) (2022-03-15)
270
456
 
271
457
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
272
458
 
459
+
460
+
461
+
462
+
273
463
  # [0.122.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.121.0...v0.122.0-alpha.0) (2022-03-10)
274
464
 
465
+
275
466
  ### Bug Fixes
276
467
 
277
468
  * media search to use storeKey. Change media listing to use elasticsearch ([#3369](https://github.com/thebyte9/blaze/issues/3369)) ([73c6180](https://github.com/thebyte9/blaze/commit/73c618073a8b69889690597ba8fc4f7397ad4555))
278
469
 
470
+
471
+
472
+
473
+
279
474
  # [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
280
475
 
281
476
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
282
477
 
478
+
479
+
480
+
481
+
283
482
  # [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
284
483
 
285
484
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
286
485
 
486
+
487
+
488
+
489
+
287
490
  # [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
288
491
 
492
+
289
493
  ### Features
290
494
 
291
495
  * adding store for user group ([#3340](https://github.com/thebyte9/blaze/issues/3340)) ([1ec04b6](https://github.com/thebyte9/blaze/commit/1ec04b6d6f01ffe9ae2b5fd01d742e001f8764d3))
292
496
 
497
+
498
+
499
+
500
+
293
501
  # [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
294
502
 
295
503
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
296
504
 
505
+
506
+
507
+
508
+
297
509
  # [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
298
510
 
299
511
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
300
512
 
513
+
514
+
515
+
516
+
301
517
  # [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
302
518
 
519
+
303
520
  ### Features
304
521
 
305
522
  * update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
306
523
  * upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
307
524
 
308
- # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
309
525
 
310
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
311
526
 
312
- # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
313
527
 
314
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
315
528
 
316
- # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
529
+ # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
317
530
 
318
531
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
319
532
 
320
- # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
321
533
 
322
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
323
534
 
324
- ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
325
535
 
326
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
327
536
 
328
- ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
537
+ # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
329
538
 
330
539
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
331
540
 
332
- # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
333
541
 
334
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
335
542
 
336
- # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
337
543
 
338
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
339
544
 
340
- # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
545
+ # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
341
546
 
342
547
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
343
548
 
549
+
550
+
551
+
552
+
553
+ # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
554
+
555
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
556
+
557
+
558
+
559
+
560
+
561
+ ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
562
+
563
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
564
+
565
+
566
+
567
+
568
+
569
+ ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
570
+
571
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
572
+
573
+
574
+
575
+
576
+
577
+ # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
578
+
579
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
580
+
581
+
582
+
583
+
584
+
585
+ # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
586
+
587
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
588
+
589
+
590
+
591
+
592
+
593
+ # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
594
+
595
+ **Note:** Version bump only for package @blaze-cms/plugin-media-ui
596
+
597
+
598
+
599
+
600
+
344
601
  ## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
345
602
 
346
603
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
347
604
 
605
+
606
+
607
+
608
+
348
609
  # [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
349
610
 
350
611
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
351
612
 
613
+
614
+
615
+
616
+
352
617
  # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
353
618
 
354
619
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
355
620
 
621
+
622
+
623
+
624
+
356
625
  # [0.106.0](https://github.com/thebyte9/blaze/compare/v0.106.0-alpha.0...v0.106.0) (2021-09-20)
357
626
 
358
627
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
359
628
 
629
+
630
+
631
+
632
+
360
633
  # [0.106.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.105.1...v0.106.0-alpha.0) (2021-09-17)
361
634
 
635
+
362
636
  ### Features
363
637
 
364
638
  * Cards and CardLists now have the option to select an image for the items to display ([#3095](https://github.com/thebyte9/blaze/issues/3095)) ([2f66ec7](https://github.com/thebyte9/blaze/commit/2f66ec7b5f59a72ec9194019777313886ade7ce3))
365
639
 
640
+
641
+
642
+
643
+
366
644
  # [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
367
645
 
368
646
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
369
647
 
648
+
649
+
650
+
651
+
370
652
  # [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
371
653
 
372
654
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
373
655
 
656
+
657
+
658
+
659
+
374
660
  # [0.104.0](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.5...v0.104.0) (2021-09-07)
375
661
 
376
662
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
377
663
 
664
+
665
+
666
+
667
+
378
668
  # [0.104.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.103.0...v0.104.0-alpha.0) (2021-09-02)
379
669
 
380
670
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
381
671
 
672
+
673
+
674
+
675
+
382
676
  # [0.103.0](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.6...v0.103.0) (2021-08-31)
383
677
 
384
678
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
385
679
 
680
+
681
+
682
+
683
+
386
684
  # [0.103.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.102.2...v0.103.0-alpha.3) (2021-08-17)
387
685
 
686
+
687
+
388
688
  # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
389
689
 
390
690
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
391
691
 
692
+
693
+
694
+
695
+
392
696
  # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
393
697
 
394
698
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
395
699
 
700
+
701
+
702
+
703
+
396
704
  ## [0.102.2](https://github.com/thebyte9/blaze/compare/v0.102.1...v0.102.2) (2021-08-16)
397
705
 
398
706
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
399
707
 
708
+
709
+
710
+
711
+
400
712
  # [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
401
713
 
402
714
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
403
715
 
716
+
717
+
718
+
719
+
404
720
  # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
405
721
 
406
722
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
407
723
 
724
+
725
+
726
+
727
+
408
728
  # [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
409
729
 
410
730
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
411
731
 
732
+
733
+
734
+
735
+
412
736
  # [0.101.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.2...v0.101.0-alpha.3) (2021-07-19)
413
737
 
738
+
414
739
  ### Bug Fixes
415
740
 
416
741
  * carousel - allow select multiple images ([80b3a53](https://github.com/thebyte9/blaze/commit/80b3a53bb1ac502476ca5e9cff90d9aaaf644fa2))
417
742
 
743
+
744
+
745
+
746
+
418
747
  # [0.101.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.0...v0.101.0-alpha.1) (2021-07-14)
419
748
 
749
+
420
750
  ### Bug Fixes
421
751
 
422
752
  * replace previously selected image ([ac43e15](https://github.com/thebyte9/blaze/commit/ac43e151491733a0e73d88b3d76b3e5cf4ab7c4c))
423
753
 
754
+
755
+
756
+
757
+
424
758
  # [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
425
759
 
426
760
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
427
761
 
762
+
763
+
764
+
765
+
428
766
  # [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
429
767
 
430
768
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
431
769
 
770
+
771
+
772
+
773
+
432
774
  # [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
433
775
 
434
776
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
435
777
 
778
+
779
+
780
+
781
+
436
782
  # [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
437
783
 
438
784
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
439
785
 
786
+
787
+
788
+
789
+
440
790
  # [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
441
791
 
442
792
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
443
793
 
794
+
795
+
796
+
797
+
444
798
  ## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
445
799
 
446
800
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
447
801
 
802
+
803
+
804
+
805
+
448
806
  ## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
449
807
 
450
808
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
451
809
 
810
+
811
+
812
+
813
+
452
814
  ## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
453
815
 
454
816
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
455
817
 
818
+
819
+
820
+
821
+
456
822
  # [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
457
823
 
458
824
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
459
825
 
826
+
827
+
828
+
829
+
460
830
  # [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
461
831
 
462
832
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
463
833
 
834
+
835
+
836
+
837
+
464
838
  # [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
465
839
 
466
840
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
467
841
 
842
+
843
+
844
+
845
+
468
846
  # [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
469
847
 
470
848
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
471
849
 
850
+
851
+
852
+
853
+
472
854
  # [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
473
855
 
474
856
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
475
857
 
858
+
859
+
860
+
861
+
476
862
  # [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
477
863
 
478
864
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
479
865
 
866
+
867
+
868
+
869
+
480
870
  # [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
481
871
 
482
872
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
483
873
 
874
+
875
+
876
+
877
+
484
878
  # [0.96.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.0...v0.96.0-alpha.1) (2021-05-18)
485
879
 
486
880
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
487
881
 
882
+
883
+
884
+
885
+
488
886
  # [0.96.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.2...v0.96.0-alpha.0) (2021-05-11)
489
887
 
888
+
490
889
  ### Bug Fixes
491
890
 
492
891
  * memory leaks in tests ([1839da2](https://github.com/thebyte9/blaze/commit/1839da23a9fdbed883b8622ca77380850ae144a8))
493
892
 
893
+
894
+
895
+
896
+
494
897
  ## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
495
898
 
496
899
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
497
900
 
901
+
902
+
903
+
904
+
498
905
  ## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
499
906
 
500
907
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
501
908
 
909
+
910
+
911
+
912
+
502
913
  # [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
503
914
 
504
915
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
505
916
 
917
+
918
+
919
+
920
+
506
921
  ## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
507
922
 
508
923
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
509
924
 
925
+
926
+
927
+
928
+
510
929
  ## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
511
930
 
512
931
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
513
932
 
933
+
934
+
935
+
936
+
514
937
  # [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
515
938
 
516
939
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
517
940
 
941
+
942
+
943
+
944
+
518
945
  # [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
519
946
 
520
947
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
521
948
 
949
+
950
+
951
+
952
+
522
953
  # [0.94.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.2...v0.94.0-alpha.3) (2021-04-12)
523
954
 
524
955
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
525
956
 
957
+
958
+
959
+
960
+
526
961
  # [0.94.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.93.0...v0.94.0-alpha.0) (2021-03-29)
527
962
 
963
+
528
964
  ### Bug Fixes
529
965
 
530
966
  * textblock hyperlink issue ([#2342](https://github.com/thebyte9/blaze/issues/2342)) ([#2674](https://github.com/thebyte9/blaze/issues/2674)) ([c7f8286](https://github.com/thebyte9/blaze/commit/c7f8286008697059c2c8ae1e4c05c6185bfc111e))
531
967
 
968
+
969
+
970
+
971
+
532
972
  ## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
533
973
 
534
974
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
535
975
 
976
+
977
+
978
+
979
+
536
980
  ## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
537
981
 
538
982
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
539
983
 
984
+
985
+
986
+
987
+
540
988
  ## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
541
989
 
542
990
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
543
991
 
992
+
993
+
994
+
995
+
544
996
  ## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
545
997
 
546
998
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
547
999
 
1000
+
1001
+
1002
+
1003
+
548
1004
  # [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
549
1005
 
550
1006
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
551
1007
 
1008
+
1009
+
1010
+
1011
+
552
1012
  # [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
553
1013
 
554
1014
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
555
1015
 
1016
+
1017
+
1018
+
1019
+
556
1020
  # [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
557
1021
 
558
1022
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
559
1023
 
1024
+
1025
+
1026
+
1027
+
560
1028
  # [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
561
1029
 
562
1030
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
563
1031
 
1032
+
1033
+
1034
+
1035
+
564
1036
  # [0.91.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.0...v0.91.0-alpha.1) (2021-02-25)
565
1037
 
566
1038
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
567
1039
 
1040
+
1041
+
1042
+
1043
+
568
1044
  # [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
569
1045
 
1046
+
570
1047
  ### Features
571
1048
 
572
1049
  * changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
573
1050
 
1051
+
1052
+
1053
+
1054
+
574
1055
  # [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
575
1056
 
576
1057
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
577
1058
 
1059
+
1060
+
1061
+
1062
+
578
1063
  # [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
579
1064
 
1065
+
580
1066
  ### Bug Fixes
581
1067
 
582
1068
  * design tab set content width ([#2592](https://github.com/thebyte9/blaze/issues/2592)) ([d41068b](https://github.com/thebyte9/blaze/commit/d41068bbb5015ed9318a830dd2b1d86685d95de7))
583
1069
 
1070
+
1071
+
1072
+
1073
+
584
1074
  # [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
585
1075
 
586
1076
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
587
1077
 
1078
+
1079
+
1080
+
1081
+
588
1082
  # [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
589
1083
 
590
1084
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
591
1085
 
1086
+
1087
+
1088
+
1089
+
592
1090
  # [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
593
1091
 
594
1092
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
595
1093
 
1094
+
1095
+
1096
+
1097
+
596
1098
  # [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
597
1099
 
598
1100
  **Note:** Version bump only for package @blaze-cms/plugin-media-ui
599
1101
 
1102
+
1103
+
1104
+
1105
+
600
1106
  # [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
601
1107
 
1108
+
602
1109
  ### Features
603
1110
 
604
1111
  * Changed event listeners to once (reduce nb of events) BZ2-2209 ([#2516](https://github.com/thebyte9/blaze/issues/2516)) ([434e2c6](https://github.com/thebyte9/blaze/commit/434e2c64f5e940bb8ff0d08af9ddf7b87afa6baa))