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