@blaze-cms/plugin-data-ui 0.128.0-project-admin-customisations.0 → 0.128.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 (47) hide show
  1. package/CHANGELOG.md +26 -346
  2. package/lib/components/EntityManager/Entity/Entity.js +18 -29
  3. package/lib/components/EntityManager/Entity/Entity.js.map +1 -1
  4. package/lib/components/EntityManager/Entity/SideBarRelations/index.js +6 -12
  5. package/lib/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
  6. package/lib-es/components/EntityManager/Entity/Entity.js +18 -29
  7. package/lib-es/components/EntityManager/Entity/Entity.js.map +1 -1
  8. package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js +7 -13
  9. package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
  10. package/package.json +9 -10
  11. package/src/components/EntityManager/Entity/Entity.js +59 -65
  12. package/src/components/EntityManager/Entity/SideBarRelations/index.js +9 -23
  13. package/lib/components/InfoBoxes/InfoBoxes.js +0 -36
  14. package/lib/components/InfoBoxes/InfoBoxes.js.map +0 -1
  15. package/lib/components/InfoBoxes/container/InfoBoxContainer.js +0 -44
  16. package/lib/components/InfoBoxes/container/InfoBoxContainer.js.map +0 -1
  17. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
  18. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js.map +0 -1
  19. package/lib/components/InfoBoxes/hooks/useData.js +0 -42
  20. package/lib/components/InfoBoxes/hooks/useData.js.map +0 -1
  21. package/lib/components/InfoBoxes/hooks/useInfoBox.js +0 -26
  22. package/lib/components/InfoBoxes/hooks/useInfoBox.js.map +0 -1
  23. package/lib/components/InfoBoxes/index.js +0 -12
  24. package/lib/components/InfoBoxes/index.js.map +0 -1
  25. package/lib/components/InfoBoxes/presentational/InfoBox.js +0 -46
  26. package/lib/components/InfoBoxes/presentational/InfoBox.js.map +0 -1
  27. package/lib-es/components/InfoBoxes/InfoBoxes.js +0 -28
  28. package/lib-es/components/InfoBoxes/InfoBoxes.js.map +0 -1
  29. package/lib-es/components/InfoBoxes/container/InfoBoxContainer.js +0 -30
  30. package/lib-es/components/InfoBoxes/container/InfoBoxContainer.js.map +0 -1
  31. package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
  32. package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js.map +0 -1
  33. package/lib-es/components/InfoBoxes/hooks/useData.js +0 -37
  34. package/lib-es/components/InfoBoxes/hooks/useData.js.map +0 -1
  35. package/lib-es/components/InfoBoxes/hooks/useInfoBox.js +0 -19
  36. package/lib-es/components/InfoBoxes/hooks/useInfoBox.js.map +0 -1
  37. package/lib-es/components/InfoBoxes/index.js +0 -3
  38. package/lib-es/components/InfoBoxes/index.js.map +0 -1
  39. package/lib-es/components/InfoBoxes/presentational/InfoBox.js +0 -31
  40. package/lib-es/components/InfoBoxes/presentational/InfoBox.js.map +0 -1
  41. package/src/components/InfoBoxes/InfoBoxes.js +0 -24
  42. package/src/components/InfoBoxes/container/InfoBoxContainer.js +0 -22
  43. package/src/components/InfoBoxes/helpers/build-dynamic-query.js +0 -25
  44. package/src/components/InfoBoxes/hooks/useData.js +0 -20
  45. package/src/components/InfoBoxes/hooks/useInfoBox.js +0 -13
  46. package/src/components/InfoBoxes/index.js +0 -3
  47. package/src/components/InfoBoxes/presentational/InfoBox.js +0 -34
package/CHANGELOG.md CHANGED
@@ -3,31 +3,19 @@
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.128.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-project-admin-customisations.0) (2023-04-05)
6
+ # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
7
7
 
8
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
8
9
 
9
- ### Bug Fixes
10
-
11
- * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
12
- * persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([9c60c0a](https://github.com/thebyte9/blaze/commit/9c60c0ae56c541535a73c43c52fcdd8ca7075e84))
13
- * persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([d41254a](https://github.com/thebyte9/blaze/commit/d41254a2785d04cbef661ca8e17d8f60cb79f525))
14
- * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
15
- * update snapshots ([d490e17](https://github.com/thebyte9/blaze/commit/d490e1746d63ed5842799d15d6696c287f9b0d10))
16
10
 
17
11
 
18
- ### Features
19
12
 
20
- * add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
21
- * add initial admin renderhook plugin with first hook ([#3785](https://github.com/thebyte9/blaze/issues/3785)) ([c535036](https://github.com/thebyte9/blaze/commit/c5350369d28e870afe8a10de1a284fd63592be33))
22
- * admin-ui info box component ([#3770](https://github.com/thebyte9/blaze/issues/3770)) ([01dff01](https://github.com/thebyte9/blaze/commit/01dff01c8bd2a9e522abf1c98ff32e4a1ca15fd1))
23
- * style sidebar and add updated snapshots. Bz2 2870 ([#3539](https://github.com/thebyte9/blaze/issues/3539)) ([60640e5](https://github.com/thebyte9/blaze/commit/60640e5b65b4ed426ceefabc00c3beddb2113676))
24
- * support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
25
13
 
14
+ # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
26
15
 
27
16
 
28
17
 
29
-
30
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
18
+ ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
31
19
 
32
20
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
33
21
 
@@ -35,699 +23,391 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
35
23
 
36
24
 
37
25
 
38
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
26
+ # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
39
27
 
40
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
28
+ ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
41
29
 
30
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
42
31
 
32
+ # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
43
33
 
34
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
44
35
 
36
+ # [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
45
37
 
46
- # [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
38
+ ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
47
39
 
48
40
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
49
41
 
42
+ # [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
50
43
 
44
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
51
45
 
46
+ # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
52
47
 
48
+ ### Bug Fixes
53
49
 
54
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
55
-
56
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
50
+ * persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([9c60c0a](https://github.com/thebyte9/blaze/commit/9c60c0ae56c541535a73c43c52fcdd8ca7075e84))
57
51
 
52
+ >>>>>>>
53
+ # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
58
54
 
55
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
59
56
 
57
+ # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
60
58
 
59
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
61
60
 
62
- # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
61
+ # [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
63
62
 
64
63
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
65
64
 
65
+ # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
66
66
 
67
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
67
68
 
69
+ # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
68
70
 
71
+ **Note:** Version bump only for package @blaze-cms/plugin-data-ui
69
72
 
70
73
  # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
71
74
 
72
-
73
75
  ### Features
74
76
 
75
77
  * add admin listing filter to allow filtering in admin listings ([ac862bf](https://github.com/thebyte9/blaze/commit/ac862bf64dc021b2618aa648545b873b7db2638e))
76
78
 
77
-
78
-
79
-
80
-
81
79
  # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
82
80
 
83
-
84
81
  ### Features
85
82
 
86
83
  * GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
87
84
 
88
-
89
-
90
-
91
-
92
85
  # [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
93
86
 
94
87
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
95
88
 
96
-
97
-
98
-
99
-
100
89
  # [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
101
90
 
102
91
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
103
92
 
104
-
105
-
106
-
107
-
108
93
  # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
109
94
 
110
95
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
111
96
 
112
-
113
-
114
-
115
-
116
97
  # [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
117
98
 
118
99
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
119
100
 
120
-
121
-
122
-
123
-
124
101
  # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
125
102
 
126
103
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
127
104
 
128
-
129
-
130
-
131
-
132
105
  ## [0.124.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.124.1...v0.124.2-alpha.0) (2022-09-06)
133
106
 
134
-
135
107
  ### Bug Fixes
136
108
 
137
109
  * copy data from functionality ([#3567](https://github.com/thebyte9/blaze/issues/3567)) ([e3e1faf](https://github.com/thebyte9/blaze/commit/e3e1faf758661ac9e1555f1b3963f472c93edd36))
138
110
 
139
-
140
-
141
-
142
-
143
111
  ## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
144
112
 
145
113
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
146
114
 
147
-
148
-
149
-
150
-
151
115
  ## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
152
116
 
153
117
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
154
118
 
155
-
156
-
157
-
158
-
159
119
  ## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
160
120
 
161
121
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
162
122
 
163
-
164
-
165
-
166
-
167
123
  ## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
168
124
 
169
125
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
170
126
 
171
-
172
-
173
-
174
-
175
127
  ## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
176
128
 
177
129
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
178
130
 
179
-
180
-
181
-
182
-
183
131
  # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
184
132
 
185
133
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
186
134
 
187
-
188
-
189
-
190
-
191
135
  # [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
192
136
 
193
137
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
194
138
 
195
-
196
-
197
-
198
-
199
139
  # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
200
140
 
201
141
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
202
142
 
203
-
204
-
205
-
206
-
207
143
  # [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
208
144
 
209
145
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
210
146
 
211
-
212
-
213
-
214
-
215
147
  # [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
216
148
 
217
149
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
218
150
 
219
-
220
-
221
-
222
-
223
151
  # [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
224
152
 
225
153
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
226
154
 
227
-
228
-
229
-
230
-
231
155
  # [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
232
156
 
233
157
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
234
158
 
235
-
236
-
237
-
238
-
239
159
  # [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
240
160
 
241
161
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
242
162
 
243
-
244
-
245
-
246
-
247
163
  # [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
248
164
 
249
165
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
250
166
 
251
-
252
-
253
-
254
-
255
167
  # [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
256
168
 
257
169
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
258
170
 
259
-
260
-
261
-
262
-
263
171
  # [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
264
172
 
265
173
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
266
174
 
267
-
268
-
269
-
270
-
271
175
  # [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
272
176
 
273
177
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
274
178
 
275
-
276
-
277
-
278
-
279
179
  # [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
280
180
 
281
181
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
282
182
 
283
-
284
-
285
-
286
-
287
183
  # [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
288
184
 
289
185
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
290
186
 
291
-
292
-
293
-
294
-
295
187
  # [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
296
188
 
297
189
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
298
190
 
299
-
300
-
301
-
302
-
303
191
  # [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
304
192
 
305
193
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
306
194
 
307
-
308
-
309
-
310
-
311
195
  # [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
312
196
 
313
197
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
314
198
 
315
-
316
-
317
-
318
-
319
199
  # [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
320
200
 
321
201
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
322
202
 
323
-
324
-
325
-
326
-
327
203
  # [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
328
204
 
329
205
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
330
206
 
331
-
332
-
333
-
334
-
335
207
  # [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
336
208
 
337
209
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
338
210
 
339
-
340
-
341
-
342
-
343
211
  # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
344
212
 
345
213
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
346
214
 
347
-
348
-
349
-
350
-
351
215
  # [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
352
216
 
353
217
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
354
218
 
355
-
356
-
357
-
358
-
359
219
  # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
360
220
 
361
221
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
362
222
 
363
-
364
-
365
-
366
-
367
223
  # [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
368
224
 
369
225
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
370
226
 
371
-
372
-
373
-
374
-
375
227
  # [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
376
228
 
377
229
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
378
230
 
379
-
380
-
381
-
382
-
383
231
  # [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
384
232
 
385
233
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
386
234
 
387
-
388
-
389
-
390
-
391
235
  # [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
392
236
 
393
237
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
394
238
 
395
-
396
-
397
-
398
-
399
239
  # [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
400
240
 
401
241
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
402
242
 
403
-
404
-
405
-
406
-
407
243
  # [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
408
244
 
409
245
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
410
246
 
411
-
412
-
413
-
414
-
415
247
  # [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
416
248
 
417
249
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
418
250
 
419
-
420
-
421
-
422
-
423
251
  # [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
424
252
 
425
-
426
253
  ### Bug Fixes
427
254
 
428
255
  * fix apollo client version to 3.5.x while investigating ssr issue ([#3466](https://github.com/thebyte9/blaze/issues/3466)) ([8f14f8e](https://github.com/thebyte9/blaze/commit/8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937))
429
256
 
430
-
431
-
432
-
433
-
434
257
  # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
435
258
 
436
259
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
437
260
 
438
-
439
-
440
261
  ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
441
262
 
442
263
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
443
264
 
444
-
445
-
446
-
447
-
448
-
449
265
  # [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
450
266
 
451
267
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
452
268
 
453
-
454
-
455
-
456
-
457
269
  # [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
458
270
 
459
271
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
460
272
 
461
-
462
-
463
-
464
-
465
273
  # [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
466
274
 
467
-
468
275
  ### Bug Fixes
469
276
 
470
277
  * versioning follow up ([#3412](https://github.com/thebyte9/blaze/issues/3412)) ([f02485a](https://github.com/thebyte9/blaze/commit/f02485ade493cfbffe3536c15a652f18bf82741b))
471
278
 
472
-
473
-
474
-
475
-
476
279
  # [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
477
280
 
478
281
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
479
282
 
480
-
481
-
482
-
483
-
484
283
  # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
485
284
 
486
285
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
487
286
 
488
-
489
-
490
-
491
-
492
287
  # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
493
288
 
494
-
495
289
  ### Features
496
290
 
497
291
  * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([56c8a70](https://github.com/thebyte9/blaze/commit/56c8a703c06d185368bdf10f19e1f7b817480801))
498
292
 
499
-
500
-
501
293
  # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
502
294
 
503
-
504
-
505
295
  ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
506
296
 
507
-
508
-
509
297
  ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
510
298
 
511
-
512
-
513
299
  ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
514
300
 
515
-
516
-
517
301
  # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
518
302
 
519
-
520
-
521
303
  # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
522
304
 
523
-
524
-
525
305
  # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
526
306
 
527
-
528
-
529
307
  # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
530
308
 
531
-
532
-
533
309
  # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
534
310
 
535
-
536
-
537
311
  # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
538
312
 
539
-
540
313
  ### Features
541
314
 
542
315
  * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
543
316
 
544
-
545
-
546
317
  # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
547
318
 
548
-
549
-
550
319
  # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
551
320
 
552
-
553
-
554
321
  # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
555
322
 
556
-
557
-
558
323
  # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
559
324
 
560
-
561
-
562
325
  # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
563
326
 
564
-
565
-
566
327
  # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
567
328
 
568
-
569
-
570
329
  # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
571
330
 
572
-
573
-
574
331
  # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
575
332
 
576
-
577
-
578
333
  # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
579
334
 
580
-
581
-
582
335
  # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
583
336
 
584
-
585
-
586
337
  # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
587
338
 
588
-
589
-
590
339
  # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
591
340
 
592
-
593
-
594
341
  # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
595
342
 
596
-
597
-
598
343
  # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
599
344
 
600
-
601
-
602
345
  # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
603
346
 
604
-
605
-
606
347
  # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
607
348
 
608
-
609
-
610
349
  # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
611
350
 
612
-
613
-
614
351
  # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
615
352
 
616
-
617
-
618
353
  # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
619
354
 
620
-
621
-
622
355
  # [0.123.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.0...v0.123.0-alpha.1) (2022-03-22)
623
356
 
624
-
625
-
626
357
  # [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
627
358
 
628
-
629
359
  ### Features
630
360
 
631
361
  * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([cf3cf2b](https://github.com/thebyte9/blaze/commit/cf3cf2b53aebfceb358c92c27e7f379e67e0077e))
632
362
 
633
-
634
-
635
-
636
-
637
363
  # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
638
364
 
639
365
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
640
366
 
641
-
642
-
643
-
644
367
  ## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
645
368
 
646
369
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
647
370
 
648
-
649
-
650
-
651
-
652
371
  ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
653
372
 
654
373
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
655
374
 
656
-
657
-
658
-
659
-
660
375
  ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
661
376
 
662
377
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
663
378
 
664
-
665
-
666
-
667
-
668
379
  ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
669
380
 
670
381
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
671
382
 
672
-
673
-
674
-
675
-
676
383
  ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
677
384
 
678
385
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
679
386
 
680
-
681
-
682
-
683
-
684
387
  # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
685
388
 
686
389
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
687
390
 
688
-
689
-
690
-
691
-
692
391
  # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
693
392
 
694
393
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
695
394
 
696
-
697
-
698
-
699
-
700
395
  # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
701
396
 
702
397
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
703
398
 
704
-
705
-
706
-
707
-
708
399
  # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
709
400
 
710
401
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui
711
402
 
712
-
713
-
714
-
715
-
716
403
  # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
717
404
 
718
-
719
405
  ### Features
720
406
 
721
407
  * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
722
408
 
723
-
724
-
725
409
  ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
726
410
 
727
-
728
-
729
-
730
-
731
411
  # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
732
412
 
733
413
  **Note:** Version bump only for package @blaze-cms/plugin-data-ui