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