@blaze-cms/react-page-builder 0.128.0-alpha.2 → 0.128.0-alpha.4
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 +29 -382
- package/lib/components/DataSummary/DataSummaryFactory.js +2 -1
- package/lib/components/DataSummary/DataSummaryFactory.js.map +1 -1
- package/lib/components/DataSummary/helpers/get-link-props.js +23 -0
- package/lib/components/DataSummary/helpers/get-link-props.js.map +1 -0
- package/lib/components/DataSummary/helpers/get-link-to-published-content.js +7 -12
- package/lib/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -1
- package/lib/components/DataSummary/helpers/index.js +7 -0
- package/lib/components/DataSummary/helpers/index.js.map +1 -1
- package/lib/components/SearchContent/SearchContentItems.js +1 -1
- package/lib/components/SearchContent/SearchContentItems.js.map +1 -1
- package/lib/helpers/build-props-query.js +34 -24
- package/lib/helpers/build-props-query.js.map +1 -1
- package/lib-es/components/DataSummary/DataSummaryFactory.js +3 -2
- package/lib-es/components/DataSummary/DataSummaryFactory.js.map +1 -1
- package/lib-es/components/DataSummary/helpers/get-link-props.js +6 -0
- package/lib-es/components/DataSummary/helpers/get-link-props.js.map +1 -0
- package/lib-es/components/DataSummary/helpers/get-link-to-published-content.js +4 -7
- package/lib-es/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -1
- package/lib-es/components/DataSummary/helpers/index.js +2 -1
- package/lib-es/components/DataSummary/helpers/index.js.map +1 -1
- package/lib-es/components/SearchContent/SearchContentItems.js +1 -1
- package/lib-es/components/SearchContent/SearchContentItems.js.map +1 -1
- package/lib-es/helpers/build-props-query.js +22 -9
- package/lib-es/helpers/build-props-query.js.map +1 -1
- package/package.json +3 -3
- package/src/components/DataSummary/DataSummaryFactory.js +3 -2
- package/src/components/DataSummary/helpers/get-link-props.js +7 -0
- package/src/components/DataSummary/helpers/get-link-to-published-content.js +4 -8
- package/src/components/DataSummary/helpers/index.js +3 -1
- package/src/helpers/build-props-query.js +46 -33
- package/tests/unit/src/components/DataSummary/helpers/get-link-props.test.js +35 -0
- package/tests/unit/src/components/DataSummary/helpers/get-link-to-published-content.test.js +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,34 +3,58 @@
|
|
|
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-alpha.
|
|
6
|
+
# [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Bug Fixes
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
|
|
15
16
|
|
|
16
17
|
|
|
17
|
-
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
|
|
22
|
+
|
|
23
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
|
|
28
|
+
|
|
29
|
+
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
|
|
34
|
+
|
|
35
|
+
# [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
|
|
18
36
|
|
|
19
37
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
20
38
|
|
|
39
|
+
# [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
|
|
21
40
|
|
|
41
|
+
## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
|
|
22
42
|
|
|
43
|
+
### Bug Fixes
|
|
23
44
|
|
|
45
|
+
* ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
|
|
24
46
|
|
|
25
|
-
# [0.128.0-alpha.
|
|
47
|
+
# [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
|
|
26
48
|
|
|
49
|
+
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
50
|
+
|
|
51
|
+
# [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
|
|
27
52
|
|
|
28
53
|
### Bug Fixes
|
|
29
54
|
|
|
30
55
|
* added handling of blank spaces for content groups ([#3828](https://github.com/thebyte9/blaze/issues/3828)) ([e196b41](https://github.com/thebyte9/blaze/commit/e196b41f2c424b05cc07642af9697e65e0ab26e1))
|
|
31
56
|
* deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
|
|
32
57
|
|
|
33
|
-
|
|
34
58
|
### Features
|
|
35
59
|
|
|
36
60
|
* added iframe component ([#3793](https://github.com/thebyte9/blaze/issues/3793)) ([71d1029](https://github.com/thebyte9/blaze/commit/71d102984896f7fd571a6c60499978e5c8e2d044))
|
|
@@ -39,583 +63,320 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
39
63
|
* removed h2 from all but layout and withTitle hoc ([#3853](https://github.com/thebyte9/blaze/issues/3853)) ([b05160b](https://github.com/thebyte9/blaze/commit/b05160b568115f64b560dd5803f1d81fac55adca))
|
|
40
64
|
* update banner repetition settings for list and card components ([#3809](https://github.com/thebyte9/blaze/issues/3809)) ([8804687](https://github.com/thebyte9/blaze/commit/88046871e16ade178fa0f89a5f8c463a0ac4c701))
|
|
41
65
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
66
|
# [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
|
|
47
67
|
|
|
48
|
-
|
|
49
68
|
### Features
|
|
50
69
|
|
|
51
70
|
* shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
|
|
52
71
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
72
|
# [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
|
|
58
73
|
|
|
59
74
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
60
75
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
76
|
# [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
|
|
66
77
|
|
|
67
|
-
|
|
68
78
|
### Features
|
|
69
79
|
|
|
70
80
|
* content groups anchor links in the url ([#3736](https://github.com/thebyte9/blaze/issues/3736)) ([b0fb981](https://github.com/thebyte9/blaze/commit/b0fb9814a62bba34e005537a7410550b1ac79afc))
|
|
71
81
|
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
82
|
# [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
|
|
77
83
|
|
|
78
|
-
|
|
79
84
|
### Features
|
|
80
85
|
|
|
81
86
|
* frontend should always search with pageBuilderIndexed property ([#3725](https://github.com/thebyte9/blaze/issues/3725)) ([dea4943](https://github.com/thebyte9/blaze/commit/dea49431c36cc28afb99a715a764bb5bb4a6da30))
|
|
82
87
|
* vimeo player lazy loading ([#3723](https://github.com/thebyte9/blaze/issues/3723)) ([c2814eb](https://github.com/thebyte9/blaze/commit/c2814eb03f89d885dcf845ecdf07728645a607cb))
|
|
83
88
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
89
|
# [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
|
|
89
90
|
|
|
90
91
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
91
92
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
93
|
# [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
|
|
97
94
|
|
|
98
|
-
|
|
99
95
|
### Features
|
|
100
96
|
|
|
101
97
|
* add autoLogin function to auth provider requirements ([3f5e7ed](https://github.com/thebyte9/blaze/commit/3f5e7ed949052dcc6296ac7defe87ddce6869a65))
|
|
102
98
|
* allow setting custom html attribute on props to display ([115e3f1](https://github.com/thebyte9/blaze/commit/115e3f1540abfe6a5dd32dbebc2a4474197c262e))
|
|
103
99
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
100
|
# [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
|
|
109
101
|
|
|
110
|
-
|
|
111
102
|
### Bug Fixes
|
|
112
103
|
|
|
113
104
|
* added link handler to card ([#3692](https://github.com/thebyte9/blaze/issues/3692)) ([d7c003d](https://github.com/thebyte9/blaze/commit/d7c003d85e4e8fba4c7707a61ea33cb9ac86fceb))
|
|
114
105
|
|
|
115
|
-
|
|
116
106
|
### Features
|
|
117
107
|
|
|
118
108
|
* GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
|
|
119
109
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
110
|
# [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
|
|
125
111
|
|
|
126
112
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
127
113
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
114
|
# [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
|
|
133
115
|
|
|
134
|
-
|
|
135
116
|
### Features
|
|
136
117
|
|
|
137
118
|
* dynamic values hook and dynamic PB button properties ([#3643](https://github.com/thebyte9/blaze/issues/3643)) ([16411e7](https://github.com/thebyte9/blaze/commit/16411e731e9ac1d05312bca59156be89a554e25b))
|
|
138
119
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
120
|
# [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
|
|
144
121
|
|
|
145
122
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
146
123
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
124
|
# [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
|
|
152
125
|
|
|
153
|
-
|
|
154
126
|
### Features
|
|
155
127
|
|
|
156
128
|
* adding vimeo provider ([#3605](https://github.com/thebyte9/blaze/issues/3605)) ([458c810](https://github.com/thebyte9/blaze/commit/458c810c647a6bcb0d69281865fd0afa0966475c))
|
|
157
129
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
130
|
# [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
|
|
163
131
|
|
|
164
132
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
165
133
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
134
|
## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
|
|
171
135
|
|
|
172
136
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
173
137
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
138
|
## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
|
|
179
139
|
|
|
180
|
-
|
|
181
140
|
### Bug Fixes
|
|
182
141
|
|
|
183
142
|
* unpersist show/hide when navigating to next page ([#3584](https://github.com/thebyte9/blaze/issues/3584)) ([5ea63ce](https://github.com/thebyte9/blaze/commit/5ea63cefd780bf3e9e85c1471571c58a1170a473))
|
|
184
143
|
* use arrays for banner targetting ([#3579](https://github.com/thebyte9/blaze/issues/3579)) ([fd78f18](https://github.com/thebyte9/blaze/commit/fd78f189ba4bde01147be2d3021bdf1c17a27d58))
|
|
185
144
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
145
|
## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
|
|
191
146
|
|
|
192
|
-
|
|
193
147
|
### Bug Fixes
|
|
194
148
|
|
|
195
149
|
* search filter handles range values, show range filter even when min/max are the same ([#3568](https://github.com/thebyte9/blaze/issues/3568)) ([0c7e561](https://github.com/thebyte9/blaze/commit/0c7e561bd4bbd8fff9968dfa373cfa66ffc7a8ae))
|
|
196
150
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
151
|
## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
|
|
202
152
|
|
|
203
|
-
|
|
204
153
|
### Bug Fixes
|
|
205
154
|
|
|
206
155
|
* resolve reset filters not updating filter options ([#3563](https://github.com/thebyte9/blaze/issues/3563)) ([b230507](https://github.com/thebyte9/blaze/commit/b230507476b811f0a4d141b8e20956738c53d2fc))
|
|
207
156
|
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
157
|
## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
|
|
213
158
|
|
|
214
|
-
|
|
215
159
|
### Bug Fixes
|
|
216
160
|
|
|
217
161
|
* search filter component handling range values properly ([#3559](https://github.com/thebyte9/blaze/issues/3559)) ([8a261b4](https://github.com/thebyte9/blaze/commit/8a261b4b4ac472290654761e068621317f5a242f))
|
|
218
162
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
163
|
# [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
|
|
224
164
|
|
|
225
165
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
226
166
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
167
|
# [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
|
|
232
168
|
|
|
233
|
-
|
|
234
169
|
### Bug Fixes
|
|
235
170
|
|
|
236
171
|
* set initial filter keys on initial load ([#3550](https://github.com/thebyte9/blaze/issues/3550)) ([0b4910a](https://github.com/thebyte9/blaze/commit/0b4910ae9ca751023f4a110f3bb0de42adce6549))
|
|
237
172
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
173
|
# [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
|
|
243
174
|
|
|
244
|
-
|
|
245
175
|
### Bug Fixes
|
|
246
176
|
|
|
247
177
|
* added special value escape check to all filters ([#3542](https://github.com/thebyte9/blaze/issues/3542)) ([7455391](https://github.com/thebyte9/blaze/commit/7455391b48f82c242c5340fecbd5f76e9b6678b1))
|
|
248
178
|
|
|
249
|
-
|
|
250
179
|
### Features
|
|
251
180
|
|
|
252
181
|
* add button show/hide children ([#3541](https://github.com/thebyte9/blaze/issues/3541)) ([db6badf](https://github.com/thebyte9/blaze/commit/db6badf8ab116a4b5507559ca43c153012fda99c))
|
|
253
182
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
183
|
# [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
|
|
259
184
|
|
|
260
|
-
|
|
261
185
|
### Bug Fixes
|
|
262
186
|
|
|
263
187
|
* revert carousel classes and add card carousel arrow styles ([#3534](https://github.com/thebyte9/blaze/issues/3534)) ([54e8b07](https://github.com/thebyte9/blaze/commit/54e8b078efa9920a502f30dd0e2703e25a5ecf2a))
|
|
264
188
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
189
|
# [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
|
|
270
190
|
|
|
271
|
-
|
|
272
191
|
### Bug Fixes
|
|
273
192
|
|
|
274
193
|
* show filters even if no filter values by setting filter values from query ([#3533](https://github.com/thebyte9/blaze/issues/3533)) ([b8a0080](https://github.com/thebyte9/blaze/commit/b8a00804993b49066712dfbb74f20523e8cea764))
|
|
275
194
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
195
|
# [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
|
|
281
196
|
|
|
282
|
-
|
|
283
197
|
### Bug Fixes
|
|
284
198
|
|
|
285
199
|
* update image-cdn-react package to add as to preload tag ([#3527](https://github.com/thebyte9/blaze/issues/3527)) ([d7cab87](https://github.com/thebyte9/blaze/commit/d7cab874e824d9b2e99a0d3d5f2c6c48775132e5))
|
|
286
200
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
201
|
# [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
|
|
292
202
|
|
|
293
|
-
|
|
294
203
|
### Features
|
|
295
204
|
|
|
296
205
|
* make menu responsive using css ([#3526](https://github.com/thebyte9/blaze/issues/3526)) ([e8a7f45](https://github.com/thebyte9/blaze/commit/e8a7f45e22d4e31a106bff1b06ab25775a2a13ce))
|
|
297
206
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
207
|
# [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
|
|
303
208
|
|
|
304
|
-
|
|
305
209
|
### Bug Fixes
|
|
306
210
|
|
|
307
211
|
* set search filter values correctly. Handle missing buckets for checkbox ([#3520](https://github.com/thebyte9/blaze/issues/3520)) ([c8024f2](https://github.com/thebyte9/blaze/commit/c8024f2be5f39962f491a61ac0cc64de93d8efab))
|
|
308
212
|
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
213
|
# [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
|
|
314
214
|
|
|
315
|
-
|
|
316
215
|
### Features
|
|
317
216
|
|
|
318
217
|
* show clear list button when list in query string ([#3518](https://github.com/thebyte9/blaze/issues/3518)) ([0066907](https://github.com/thebyte9/blaze/commit/00669078ef9177300fcf388f9a01bfd874d20eca))
|
|
319
218
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
219
|
# [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
|
|
325
220
|
|
|
326
|
-
|
|
327
221
|
### Features
|
|
328
222
|
|
|
329
223
|
* add new item list component ([#3512](https://github.com/thebyte9/blaze/issues/3512)) ([e3f3a33](https://github.com/thebyte9/blaze/commit/e3f3a33528a46eda907d120ec9e9eaa1def544d5))
|
|
330
224
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
225
|
# [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
|
|
336
226
|
|
|
337
227
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
338
228
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
229
|
# [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
|
|
344
230
|
|
|
345
|
-
|
|
346
231
|
### Features
|
|
347
232
|
|
|
348
233
|
* add show hide child menu items in mobile menu ([#3494](https://github.com/thebyte9/blaze/issues/3494)) ([41bfa2e](https://github.com/thebyte9/blaze/commit/41bfa2ef1999c169db6c5fc1ebbb4b7a896d1fe4))
|
|
349
234
|
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
235
|
# [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
|
|
355
236
|
|
|
356
|
-
|
|
357
237
|
### Bug Fixes
|
|
358
238
|
|
|
359
239
|
* use correct filter values in search filter ([#3501](https://github.com/thebyte9/blaze/issues/3501)) ([4466948](https://github.com/thebyte9/blaze/commit/446694875dfc2f0f32f1cf82981cbd82f3608ff1))
|
|
360
240
|
|
|
361
|
-
|
|
362
241
|
### Features
|
|
363
242
|
|
|
364
243
|
* update responsive image to preload priority image ([6f50971](https://github.com/thebyte9/blaze/commit/6f5097162151fca62493ab50027a43f3652e949f))
|
|
365
244
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
245
|
# [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
|
|
371
246
|
|
|
372
|
-
|
|
373
247
|
### Bug Fixes
|
|
374
248
|
|
|
375
249
|
* contextual filter not using query props on initial load ([#3495](https://github.com/thebyte9/blaze/issues/3495)) ([a52b9e1](https://github.com/thebyte9/blaze/commit/a52b9e1b4005288e58666bb2c30c43605e6ae548))
|
|
376
250
|
|
|
377
|
-
|
|
378
251
|
### Features
|
|
379
252
|
|
|
380
253
|
* filter counts and contextual display ([#3485](https://github.com/thebyte9/blaze/issues/3485)) ([41431fc](https://github.com/thebyte9/blaze/commit/41431fc4509824747dfcf27a0b7ff6045a32ebe4))
|
|
381
254
|
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
255
|
# [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
|
|
387
256
|
|
|
388
257
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
389
258
|
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
259
|
# [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
|
|
395
260
|
|
|
396
261
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
397
262
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
263
|
# [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
|
|
403
264
|
|
|
404
265
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
405
266
|
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
267
|
# [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
|
|
411
268
|
|
|
412
269
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
413
270
|
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
271
|
# [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
|
|
419
272
|
|
|
420
273
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
421
274
|
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
275
|
# [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
|
|
427
276
|
|
|
428
277
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
429
278
|
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
279
|
# [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
|
|
435
280
|
|
|
436
281
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
437
282
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
283
|
# [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
|
|
443
284
|
|
|
444
285
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
445
286
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
287
|
# [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
|
|
451
288
|
|
|
452
|
-
|
|
453
289
|
### Features
|
|
454
290
|
|
|
455
291
|
* add useDebounceSearch ([806201b](https://byte9/thebyte9/blaze/commits/806201bd2839162a78d4b64d2634c8bb6737b711))
|
|
456
292
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
293
|
# [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
|
|
462
294
|
|
|
463
|
-
|
|
464
295
|
### Bug Fixes
|
|
465
296
|
|
|
466
297
|
* list component add itemListId to query string ([#3477](https://github.com/thebyte9/blaze/issues/3477)) ([5eb7a9f](https://github.com/thebyte9/blaze/commit/5eb7a9f90bb3bea6d33c0ce891b0a13c929280f9))
|
|
467
298
|
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
299
|
# [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
|
|
473
300
|
|
|
474
|
-
|
|
475
301
|
### Bug Fixes
|
|
476
302
|
|
|
477
303
|
* add missing react import ([d29d867](https://github.com/thebyte9/blaze/commit/d29d8670c5c8c5e377308e57e34acec96f39e0c5))
|
|
478
304
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
305
|
# [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
|
|
484
306
|
|
|
485
|
-
|
|
486
307
|
### Features
|
|
487
308
|
|
|
488
309
|
* added itemCounter/itemListButton and lis logic for itemList ([#3469](https://github.com/thebyte9/blaze/issues/3469)) ([bd9e1b1](https://github.com/thebyte9/blaze/commit/bd9e1b185c929306089d495316f40ab39e242a68))
|
|
489
310
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
311
|
# [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
|
|
495
312
|
|
|
496
313
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
497
314
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
315
|
# [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
|
|
503
316
|
|
|
504
317
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
505
318
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
319
|
# [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
|
|
511
320
|
|
|
512
321
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
513
322
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
323
|
# [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
|
|
519
324
|
|
|
520
325
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
521
326
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
327
|
# [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
|
|
527
328
|
|
|
528
|
-
|
|
529
329
|
### Bug Fixes
|
|
530
330
|
|
|
531
331
|
* close search filter toggles on submit ([#3461](https://github.com/thebyte9/blaze/issues/3461)) ([412ebf1](https://github.com/thebyte9/blaze/commit/412ebf1a93760405f8942af59b8debf4fa69b994))
|
|
532
332
|
* enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([d65111f](https://github.com/thebyte9/blaze/commit/d65111f8353a17a18cb82b0ba63470347f3b63b6))
|
|
533
333
|
* 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))
|
|
534
334
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
335
|
# [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
|
|
540
336
|
|
|
541
337
|
### Bug Fixes
|
|
542
338
|
|
|
543
339
|
* enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([#3460](https://github.com/thebyte9/blaze/issues/3460)) ([04ea731](https://github.com/thebyte9/blaze/commit/04ea7311902ac195f0badd7807fa827e00f1f946))
|
|
544
340
|
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
341
|
## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
|
|
549
342
|
|
|
550
|
-
|
|
551
343
|
### Bug Fixes
|
|
552
344
|
|
|
553
345
|
* enable changing filter aggregation size ([#3458](https://github.com/thebyte9/blaze/issues/3458)) ([5693f8a](https://github.com/thebyte9/blaze/commit/5693f8aebc30b4b2e0996a0cbb55f0d732f4e39e))
|
|
554
346
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
347
|
# [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
|
|
563
348
|
|
|
564
349
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
565
350
|
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
351
|
# [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
|
|
571
352
|
|
|
572
353
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
573
354
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
355
|
# [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
|
|
579
356
|
|
|
580
|
-
|
|
581
357
|
### Bug Fixes
|
|
582
358
|
|
|
583
359
|
* add id prop to filter queries to help data merges in apollo ([#3451](https://github.com/thebyte9/blaze/issues/3451)) ([0e66222](https://github.com/thebyte9/blaze/commit/0e662220e80da84c1713e23b60f2ab4495a8e883))
|
|
584
360
|
|
|
585
|
-
|
|
586
361
|
### Features
|
|
587
362
|
|
|
588
363
|
* adding url property to document and update card to fetch url for non content entity ([#3371](https://github.com/thebyte9/blaze/issues/3371)) ([5a52e05](https://github.com/thebyte9/blaze/commit/5a52e05d83c2ce564aa8faada635660c7e4e3eef))
|
|
589
364
|
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
365
|
# [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
|
|
595
366
|
|
|
596
367
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
597
368
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
369
|
# [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
|
|
603
370
|
|
|
604
371
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
605
372
|
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
373
|
# [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
|
|
611
374
|
|
|
612
|
-
|
|
613
375
|
### Bug Fixes
|
|
614
376
|
|
|
615
377
|
* handle default select filter value correctly ([3453057](https://github.com/thebyte9/blaze/commit/345305725051ae40109bc405246907cf58bbcba3))
|
|
616
378
|
* render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([bce20cf](https://github.com/thebyte9/blaze/commit/bce20cfd05a7e66444f0aadd67389b6adf18430c))
|
|
617
379
|
|
|
618
|
-
|
|
619
380
|
### Features
|
|
620
381
|
|
|
621
382
|
* add back to top component ([#3436](https://github.com/thebyte9/blaze/issues/3436)) ([e0454fe](https://github.com/thebyte9/blaze/commit/e0454fe0a8b36e9e34539e95b57128d66a3b43cf))
|
|
@@ -624,262 +385,152 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
624
385
|
* add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([6223ac9](https://github.com/thebyte9/blaze/commit/6223ac99839c50626173a1cb0f2922e40ec60f10))
|
|
625
386
|
* added video modal play ([#3433](https://github.com/thebyte9/blaze/issues/3433)) ([b88338a](https://github.com/thebyte9/blaze/commit/b88338acf362fe6609e430c039b7dadee0fa8a91))
|
|
626
387
|
|
|
627
|
-
|
|
628
|
-
|
|
629
388
|
# [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
|
|
630
389
|
|
|
631
|
-
|
|
632
|
-
|
|
633
390
|
## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
|
|
634
391
|
|
|
635
|
-
|
|
636
|
-
|
|
637
392
|
## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
|
|
638
393
|
|
|
639
|
-
|
|
640
|
-
|
|
641
394
|
## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
|
|
642
395
|
|
|
643
|
-
|
|
644
|
-
|
|
645
396
|
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
646
397
|
|
|
647
|
-
|
|
648
|
-
|
|
649
398
|
# [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
|
|
650
399
|
|
|
651
|
-
|
|
652
|
-
|
|
653
400
|
# [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
|
|
654
401
|
|
|
655
|
-
|
|
656
|
-
|
|
657
402
|
# [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
|
|
658
403
|
|
|
659
|
-
|
|
660
404
|
### Bug Fixes
|
|
661
405
|
|
|
662
406
|
* handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
|
|
663
407
|
|
|
664
|
-
|
|
665
408
|
### Features
|
|
666
409
|
|
|
667
410
|
* add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
|
|
668
411
|
* add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
|
|
669
412
|
|
|
670
|
-
|
|
671
|
-
|
|
672
413
|
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
|
|
673
414
|
|
|
674
|
-
|
|
675
415
|
### Bug Fixes
|
|
676
416
|
|
|
677
417
|
* render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
|
|
678
418
|
|
|
679
|
-
|
|
680
419
|
### Features
|
|
681
420
|
|
|
682
421
|
* add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
|
|
683
422
|
|
|
684
|
-
|
|
685
|
-
|
|
686
423
|
# [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
|
|
687
424
|
|
|
688
|
-
|
|
689
|
-
|
|
690
425
|
# [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
|
|
691
426
|
|
|
692
|
-
|
|
693
|
-
|
|
694
427
|
# [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
|
|
695
428
|
|
|
696
|
-
|
|
697
|
-
|
|
698
429
|
# [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
|
|
699
430
|
|
|
700
|
-
|
|
701
431
|
### Bug Fixes
|
|
702
432
|
|
|
703
433
|
* handle search filter with css ([#3395](https://github.com/thebyte9/blaze/issues/3395)) ([41cef02](https://github.com/thebyte9/blaze/commit/41cef02add747256cb813b0d2985f54ec92a4061))
|
|
704
434
|
|
|
705
|
-
|
|
706
|
-
|
|
707
435
|
# [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
|
|
708
436
|
|
|
709
|
-
|
|
710
|
-
|
|
711
437
|
# [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
|
|
712
438
|
|
|
713
|
-
|
|
714
|
-
|
|
715
439
|
# [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
|
|
716
440
|
|
|
717
|
-
|
|
718
|
-
|
|
719
441
|
# [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
|
|
720
442
|
|
|
721
|
-
|
|
722
|
-
|
|
723
443
|
# [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
|
|
724
444
|
|
|
725
|
-
|
|
726
445
|
### Bug Fixes
|
|
727
446
|
|
|
728
447
|
* hide error if query fails ([fdfbc41](https://github.com/thebyte9/blaze/commit/fdfbc417b767ea68a20fb300f453500f0ab11098))
|
|
729
448
|
|
|
730
|
-
|
|
731
|
-
|
|
732
449
|
# [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
|
|
733
450
|
|
|
734
|
-
|
|
735
|
-
|
|
736
451
|
# [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
|
|
737
452
|
|
|
738
|
-
|
|
739
|
-
|
|
740
453
|
# [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
|
|
741
454
|
|
|
742
|
-
|
|
743
|
-
|
|
744
455
|
# [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
|
|
745
456
|
|
|
746
|
-
|
|
747
|
-
|
|
748
457
|
# [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
|
|
749
458
|
|
|
750
|
-
|
|
751
459
|
### Bug Fixes
|
|
752
460
|
|
|
753
461
|
* logo and search input alignment ([c0e9382](https://github.com/thebyte9/blaze/commit/c0e9382769a569b84ba61fbe43d29c6c3a3f6553))
|
|
754
462
|
|
|
755
|
-
|
|
756
|
-
|
|
757
463
|
# [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
|
|
758
464
|
|
|
759
|
-
|
|
760
|
-
|
|
761
465
|
# [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
|
|
762
466
|
|
|
763
|
-
|
|
764
|
-
|
|
765
467
|
# [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
|
|
766
468
|
|
|
767
|
-
|
|
768
469
|
### Features
|
|
769
470
|
|
|
770
471
|
* add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([d2e4496](https://github.com/thebyte9/blaze/commit/d2e449622eaba85eb03612b14bd9cfcfb47bca4f))
|
|
771
472
|
|
|
772
|
-
|
|
773
|
-
|
|
774
473
|
# [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
|
|
775
474
|
|
|
776
|
-
|
|
777
475
|
### Bug Fixes
|
|
778
476
|
|
|
779
477
|
* render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([011bd77](https://github.com/thebyte9/blaze/commit/011bd77cab7eba6462e42e7d61e075a6c4e58248))
|
|
780
478
|
|
|
781
|
-
|
|
782
|
-
|
|
783
479
|
# [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
|
|
784
480
|
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
481
|
# [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
|
|
790
482
|
|
|
791
483
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
792
484
|
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
485
|
## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
|
|
797
486
|
|
|
798
|
-
|
|
799
487
|
### Bug Fixes
|
|
800
488
|
|
|
801
489
|
* add id to elasticsearch index data and update frontend item to display sort to use ([#3426](https://github.com/thebyte9/blaze/issues/3426)) ([0e3572c](https://github.com/thebyte9/blaze/commit/0e3572cdc69a8a59f9a500c1ae452a940c0f97cd))
|
|
802
490
|
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
491
|
## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
|
|
808
492
|
|
|
809
493
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
810
494
|
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
495
|
## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
|
|
816
496
|
|
|
817
497
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
818
498
|
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
499
|
## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
|
|
824
500
|
|
|
825
501
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
826
502
|
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
503
|
## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
|
|
832
504
|
|
|
833
505
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
834
506
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
507
|
# [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
|
|
840
508
|
|
|
841
509
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
842
510
|
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
511
|
# [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
|
|
848
512
|
|
|
849
513
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
850
514
|
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
515
|
# [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
|
|
856
516
|
|
|
857
517
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|
|
858
518
|
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
519
|
# [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
|
|
864
520
|
|
|
865
|
-
|
|
866
521
|
### Bug Fixes
|
|
867
522
|
|
|
868
523
|
* handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
|
|
869
524
|
* render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
|
|
870
525
|
|
|
871
|
-
|
|
872
526
|
### Features
|
|
873
527
|
|
|
874
528
|
* add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
|
|
875
529
|
* add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
|
|
876
530
|
* add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
|
|
877
531
|
|
|
878
|
-
|
|
879
|
-
|
|
880
532
|
## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
|
|
881
533
|
|
|
882
|
-
|
|
883
534
|
### Bug Fixes
|
|
884
535
|
|
|
885
536
|
* add initial modifier to filter form ([be2254c](https://github.com/thebyte9/blaze/commit/be2254c967137b1c08e9989fcd1bf29d3675bb05))
|
|
@@ -888,10 +539,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
888
539
|
* remove visibility ([32afbb4](https://github.com/thebyte9/blaze/commit/32afbb49f097a43e3e58a4938862a839beabe394))
|
|
889
540
|
* update to handle isCollapseOnMobile more consistently ([3123d99](https://github.com/thebyte9/blaze/commit/3123d9952f3d19391f91252bc1cfc716c787bed1))
|
|
890
541
|
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
542
|
# [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
|
|
896
543
|
|
|
897
544
|
**Note:** Version bump only for package @blaze-cms/react-page-builder
|