@blaze-cms/react-page-builder 0.139.3-core-styles.0 → 0.139.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (154) hide show
  1. package/CHANGELOG.md +217 -5
  2. package/lib/BannerContext/helpers/set-initial-banner-counters.js +1 -1
  3. package/lib/BannerContext/index.js +2 -2
  4. package/lib/HOC/recreateOnNavigation.js +1 -1
  5. package/lib/HOC/withInfiniteScroll.js +2 -2
  6. package/lib/HOC/withTitle.js +2 -2
  7. package/lib/application/query/index.js +1 -1
  8. package/lib/components/BackToTop/BackToTop.js +2 -2
  9. package/lib/components/Banner/AdSlotRender.js +4 -4
  10. package/lib/components/Banner/Banner.js +3 -3
  11. package/lib/components/Banner/BannerRender.js +4 -4
  12. package/lib/components/Banner/helpers.js +16 -16
  13. package/lib/components/Banner/index.js +3 -3
  14. package/lib/components/BlazeLink.js +6 -6
  15. package/lib/components/Breadcrumb/Breadcrumb.js +3 -3
  16. package/lib/components/Button.js +6 -6
  17. package/lib/components/Card/Card.js +4 -4
  18. package/lib/components/Card/CardsContainer.js +8 -8
  19. package/lib/components/Card/CardsRender.js +12 -12
  20. package/lib/components/Card/helpers/filter-query-setup.js +5 -5
  21. package/lib/components/Card/helpers/get-dynamic-grid-classes.js +3 -3
  22. package/lib/components/Card/helpers/get-updated-items-to-display.js +3 -3
  23. package/lib/components/Card/helpers/get-updated-sort-properties.js +2 -2
  24. package/lib/components/Card/helpers/use-dynamic-size-key.js +3 -3
  25. package/lib/components/CarouselWrapper/DefaultCarousel.js +2 -2
  26. package/lib/components/ClickWrapper.js +6 -6
  27. package/lib/components/Code/Code.js +6 -6
  28. package/lib/components/Code/ScriptTag.js +3 -3
  29. package/lib/components/Code/helpers/wrap-script-tags.js +1 -1
  30. package/lib/components/ContentGroup/ContentGroupTabs.js +3 -3
  31. package/lib/components/ContentGroup/helpers/get-active-tab.js +1 -1
  32. package/lib/components/DataSummary/DataSummaryFactory.js +2 -2
  33. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js +3 -3
  34. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js +3 -3
  35. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js +3 -3
  36. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js +3 -3
  37. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js +3 -3
  38. package/lib/components/DataSummary/DataSummaryTypes/index.js +3 -3
  39. package/lib/components/DataSummary/helpers/build-loop-props-content.js +5 -5
  40. package/lib/components/DataSummary/helpers/build-props-to-display-with-content.js +2 -2
  41. package/lib/components/DataSummary/helpers/get-link-props.js +2 -2
  42. package/lib/components/DataSummary/helpers/get-loop-props-limit.js +2 -2
  43. package/lib/components/DataSummary/helpers/get-prop-value.js +3 -3
  44. package/lib/components/DataSummary/helpers/get-value-from-array.js +2 -2
  45. package/lib/components/EmailConfirm/EmailConfirm.js +2 -2
  46. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js +3 -3
  47. package/lib/components/Image/GlobalLightbox/index.js +3 -3
  48. package/lib/components/Image/Image.js +7 -7
  49. package/lib/components/Image/ImageFactory.js +2 -2
  50. package/lib/components/Image/Lightbox/Lightbox.js +2 -2
  51. package/lib/components/ItemList/ItemListButton/ItemListButton.js +4 -4
  52. package/lib/components/ItemList/helpers/set-param-and-redirect.js +4 -4
  53. package/lib/components/Layout/Layout.js +5 -5
  54. package/lib/components/Layout/LayoutFactory.js +3 -3
  55. package/lib/components/Layout/LayoutWithStickyTimer.js +2 -2
  56. package/lib/components/Layout/helpers/check-if-row-has-columns.js +1 -1
  57. package/lib/components/LazyImage/index.js +3 -3
  58. package/lib/components/List/ListBuilder.js +5 -5
  59. package/lib/components/List/ListFactory.js +10 -10
  60. package/lib/components/List/components/Cards/CardsRender.js +7 -7
  61. package/lib/components/List/components/Cards/CardsRenderWrapper.js +2 -2
  62. package/lib/components/List/components/Full/FullRender.js +6 -6
  63. package/lib/components/List/components/Full/FullRenderItem.js +6 -6
  64. package/lib/components/List/components/Header/ListHeader.js +1 -1
  65. package/lib/components/List/components/Pagination/ListPagination.js +6 -6
  66. package/lib/components/List/components/helpers/check-if-should-render-banner.js +2 -2
  67. package/lib/components/List/components/helpers/check-if-should-render-gtm.js +2 -2
  68. package/lib/components/List/helpers/build-az-aggregations.js +3 -3
  69. package/lib/components/List/helpers/build-az-url.js +5 -5
  70. package/lib/components/List/helpers/build-pagination-url.js +5 -5
  71. package/lib/components/List/helpers/get-list-query.js +3 -3
  72. package/lib/components/List/helpers/get-sort-props.js +2 -2
  73. package/lib/components/Menu/Menu.js +2 -2
  74. package/lib/components/MenuItem/MenuItem.js +2 -2
  75. package/lib/components/SearchContent/SearchContent.js +3 -3
  76. package/lib/components/SearchFilter/SearchFilter/FiltersList.js +3 -3
  77. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js +3 -3
  78. package/lib/components/SearchFilter/SearchFilterContainer.js +7 -7
  79. package/lib/components/SearchFilter/components/Checkbox.js +7 -7
  80. package/lib/components/SearchFilter/components/Range.js +4 -4
  81. package/lib/components/SearchFilter/components/Select.js +3 -3
  82. package/lib/components/SearchFilter/helpers/build-filters-query.js +6 -6
  83. package/lib/components/SearchFilter/helpers/build-raw-query-stringified.js +1 -1
  84. package/lib/components/SearchFilter/helpers/build-url-query.js +3 -3
  85. package/lib/components/SearchFilter/helpers/get-display-value.js +1 -1
  86. package/lib/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js +2 -2
  87. package/lib/components/SearchFilter/helpers/get-updated-filter-by.js +2 -2
  88. package/lib/components/SearchFilter/searchFilterReducer.js +5 -5
  89. package/lib/components/SearchFilterSort/helpers/handle-sort-update.js +2 -2
  90. package/lib/components/SearchFilterSort/helpers/update-sort.js +5 -5
  91. package/lib/components/TextBlock/index.js +5 -5
  92. package/lib/components/Video/Video.js +5 -5
  93. package/lib/components/Video/VideoModal.js +2 -2
  94. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js +5 -5
  95. package/lib/components/Video/providers/Vimeo/VimeoProvider.js +2 -2
  96. package/lib/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js +6 -6
  97. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js +2 -2
  98. package/lib/components/Video/providers/YouTube/helpers/index.js +1 -1
  99. package/lib/components/Video/providers/get-provider.js +3 -3
  100. package/lib/components/index.js +3 -3
  101. package/lib/helpers/append-images.js +5 -5
  102. package/lib/helpers/build-inherited-filters.js +4 -4
  103. package/lib/helpers/build-props-query.js +9 -9
  104. package/lib/helpers/build-query-fields.js +1 -1
  105. package/lib/helpers/build-raw-query-base.js +9 -9
  106. package/lib/helpers/build-raw-query.js +5 -5
  107. package/lib/helpers/build-search-values-checkbox-select.js +7 -7
  108. package/lib/helpers/build-set-filters.js +3 -3
  109. package/lib/helpers/build-sort-values.js +6 -6
  110. package/lib/helpers/get-banner-data.js +5 -5
  111. package/lib/helpers/get-click-wrapper-options.js +6 -6
  112. package/lib/helpers/get-entities-with-banner.js +5 -5
  113. package/lib/helpers/get-filter-relation-keys.js +1 -1
  114. package/lib/helpers/get-generic-props.js +5 -5
  115. package/lib/helpers/get-generic-render-variables.js +6 -6
  116. package/lib/helpers/get-image-ids.js +2 -2
  117. package/lib/helpers/get-inherited-filters.js +2 -2
  118. package/lib/helpers/get-items-to-display-ids.js +2 -2
  119. package/lib/helpers/get-modifiers.js +3 -3
  120. package/lib/helpers/get-parsed-prop-values.js +3 -3
  121. package/lib/helpers/get-prop-values.js +2 -2
  122. package/lib/helpers/get-query-props.js +3 -3
  123. package/lib/helpers/get-required-schemas.js +3 -3
  124. package/lib/helpers/get-sort-by-field-name.js +4 -4
  125. package/lib/helpers/get-unpublished-entity-name.js +1 -1
  126. package/lib/helpers/get-wrapped-value-with-link.js +1 -1
  127. package/lib/helpers/group-entities.js +1 -1
  128. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js +6 -6
  129. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js +3 -3
  130. package/lib/helpers/is-filter-entitys-id.js +1 -1
  131. package/lib/helpers/parse-TextBlock.js +2 -2
  132. package/lib/helpers/parse-props-to-display.js +4 -4
  133. package/lib/helpers/process-data-summary-value.js +8 -8
  134. package/lib/helpers/remove-unwanted-characters.js +6 -6
  135. package/lib/helpers/render-children.js +5 -5
  136. package/lib/helpers/sort-response-data.js +2 -2
  137. package/lib/helpers/split-children.js +5 -5
  138. package/lib/helpers/update-childrens-parent.js +3 -3
  139. package/lib/hooks/helpers/RenderComponent.js +1 -1
  140. package/lib/hooks/helpers/StoreImages.js +4 -4
  141. package/lib/hooks/helpers/append-gtm-classname.js +7 -7
  142. package/lib/hooks/helpers/buildPBComponents.js +7 -7
  143. package/lib/hooks/helpers/check-collisions.js +3 -3
  144. package/lib/hooks/helpers/get-lightbox-images.js +8 -8
  145. package/lib/hooks/helpers/inject-element-banners.js +3 -3
  146. package/lib/hooks/helpers/inject-textblock-banners.js +7 -7
  147. package/lib/hooks/helpers/insert-banners.js +9 -9
  148. package/lib/hooks/use-banner-insertion.js +1 -1
  149. package/lib/hooks/use-get-entity-schemas-as-obj.js +1 -1
  150. package/lib/hooks/use-get-image-id-from-relation.js +1 -1
  151. package/lib/utils/component-map.js +1 -1
  152. package/lib/utils/get-class-modifiers.js +7 -7
  153. package/lib/utils/variant-handler.js +1 -1
  154. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,11 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [0.139.3-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3-core-styles.0) (2024-02-15)
7
-
8
-
9
-
10
- ## [0.139.1-core-styles.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-core-styles.0) (2024-02-07)
6
+ ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
11
7
 
12
8
  **Note:** Version bump only for package @blaze-cms/react-page-builder
13
9
 
@@ -19,110 +15,198 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
15
 
20
16
  **Note:** Version bump only for package @blaze-cms/react-page-builder
21
17
 
18
+
19
+
20
+
21
+
22
22
  ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
23
23
 
24
24
  **Note:** Version bump only for package @blaze-cms/react-page-builder
25
25
 
26
+
27
+
28
+
29
+
26
30
  ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
27
31
 
28
32
  **Note:** Version bump only for package @blaze-cms/react-page-builder
29
33
 
34
+
35
+
36
+
37
+
30
38
  ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
31
39
 
32
40
  **Note:** Version bump only for package @blaze-cms/react-page-builder
33
41
 
42
+
43
+
44
+
45
+
34
46
  # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
35
47
 
36
48
  **Note:** Version bump only for package @blaze-cms/react-page-builder
37
49
 
50
+
51
+
52
+
53
+
38
54
  # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
39
55
 
40
56
  **Note:** Version bump only for package @blaze-cms/react-page-builder
41
57
 
58
+
59
+
60
+
61
+
42
62
  # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
43
63
 
64
+
44
65
  ### Bug Fixes
45
66
 
46
67
  * searchfilter checkbox duplicate element title ([97ca0b1](https://github.com/thebyte9/blaze/commit/97ca0b1a554f9faa01c6696cb71770b2dc88194e))
47
68
 
69
+
48
70
  ### Features
49
71
 
50
72
  * added nested support for handlebars util and imgSrc component property ([#4237](https://github.com/thebyte9/blaze/issues/4237)) ([2a282d5](https://github.com/thebyte9/blaze/commit/2a282d5dfe0d33ef178632ed3292e67fa917cd7a))
51
73
 
74
+
75
+
52
76
  # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
53
77
 
78
+
79
+
54
80
  # [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
55
81
 
82
+
83
+
84
+
85
+
56
86
  # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
57
87
 
88
+
58
89
  ### Bug Fixes
59
90
 
60
91
  * use correct parent for card full render ([#4199](https://github.com/thebyte9/blaze/issues/4199)) ([ada307c](https://github.com/thebyte9/blaze/commit/ada307c5466442037910223bb16392cb58bfef24))
61
92
  * use values from the image ([3639ed1](https://github.com/thebyte9/blaze/commit/3639ed1078e88742443160b2926df9884ab5ca91))
62
93
 
94
+
63
95
  ### Features
64
96
 
65
97
  * component variants ([#4218](https://github.com/thebyte9/blaze/issues/4218)) ([8e36664](https://github.com/thebyte9/blaze/commit/8e366642ba7cbc07672b70b0809034b96e9a2a55))
66
98
  * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
67
99
 
100
+
101
+
102
+
103
+
68
104
  # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
69
105
 
106
+
70
107
  ### Bug Fixes
71
108
 
72
109
  * search filter close bug ([#4160](https://github.com/thebyte9/blaze/issues/4160)) ([76bae35](https://github.com/thebyte9/blaze/commit/76bae35e6a4aa896f8966d3b8b99c87400363874))
73
110
 
111
+
112
+
113
+
114
+
74
115
  # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
75
116
 
117
+
76
118
  ### Features
77
119
 
78
120
  * added new filter options for sponsored and featured ([#4172](https://github.com/thebyte9/blaze/issues/4172)) ([11051f6](https://github.com/thebyte9/blaze/commit/11051f630c3fb0b74aa9d79e1e154151d438cc69))
79
121
 
122
+
123
+
124
+
125
+
80
126
  # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
81
127
 
128
+
82
129
  ### Features
83
130
 
84
131
  * allow full render of card items ([#4162](https://github.com/thebyte9/blaze/issues/4162)) ([2dd7d48](https://github.com/thebyte9/blaze/commit/2dd7d48a8b05141c8d4064856b70487e252d2c04))
85
132
 
133
+
134
+
135
+
136
+
86
137
  # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
87
138
 
88
139
  **Note:** Version bump only for package @blaze-cms/react-page-builder
89
140
 
141
+
142
+
143
+
144
+
90
145
  # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
91
146
 
147
+
92
148
  ### Bug Fixes
93
149
 
94
150
  * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
95
151
  * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
96
152
 
153
+
154
+
155
+
156
+
97
157
  ## [0.137.1](https://github.com/thebyte9/blaze/compare/v0.137.0...v0.137.1) (2023-12-12)
98
158
 
159
+
99
160
  ### Bug Fixes
100
161
 
101
162
  * do not set parallax class if undefined ([8aa7014](https://github.com/thebyte9/blaze/commit/8aa70140a294b060ac108a2b7f2ff2cd2ed3e457))
102
163
 
164
+
165
+
166
+
167
+
103
168
  # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
104
169
 
105
170
  **Note:** Version bump only for package @blaze-cms/react-page-builder
106
171
 
172
+
173
+
174
+
175
+
107
176
  # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
108
177
 
178
+
109
179
  ### Features
110
180
 
111
181
  * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
112
182
  * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
113
183
 
184
+
185
+
186
+
187
+
114
188
  ## [0.136.1](https://github.com/thebyte9/blaze/compare/v0.136.0...v0.136.1) (2023-11-22)
115
189
 
190
+
116
191
  ### Bug Fixes
117
192
 
118
193
  * handle when props to display not set on list component ([#4139](https://github.com/thebyte9/blaze/issues/4139)) ([6725fb2](https://github.com/thebyte9/blaze/commit/6725fb252a9e3e4add66422ff5337297718fee09))
119
194
 
195
+
196
+
197
+
198
+
120
199
  # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
121
200
 
122
201
  **Note:** Version bump only for package @blaze-cms/react-page-builder
123
202
 
203
+
204
+
205
+
206
+
124
207
  # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
125
208
 
209
+
126
210
  ### Bug Fixes
127
211
 
128
212
  * fix typo ([3c87c7f](https://github.com/thebyte9/blaze/commit/3c87c7f50b0c184fc369a3efbac0584fb0af6c09))
@@ -131,48 +215,88 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
131
215
  * update ad slot render test ([dc9655f](https://github.com/thebyte9/blaze/commit/dc9655f2a2f9b9b5f5e98c77382561d3c4c4088d))
132
216
  * update ad slot render test ([2d12523](https://github.com/thebyte9/blaze/commit/2d12523f79245208e8919b7d90fa6d4294f396da))
133
217
 
218
+
219
+
220
+
221
+
134
222
  # [0.135.0](https://github.com/thebyte9/blaze/compare/v0.135.0-alpha.0...v0.135.0) (2023-11-21)
135
223
 
136
224
  **Note:** Version bump only for package @blaze-cms/react-page-builder
137
225
 
226
+
227
+
228
+
229
+
138
230
  # [0.135.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.134.0...v0.135.0-alpha.0) (2023-11-21)
139
231
 
232
+
140
233
  ### Bug Fixes
141
234
 
142
235
  * move pageBuilderIndexed search to a should filter instead of must ([#4129](https://github.com/thebyte9/blaze/issues/4129)) ([4c31598](https://github.com/thebyte9/blaze/commit/4c315981752f32a8f3f10da3e1806c4fb3ad0e21))
143
236
 
237
+
238
+
239
+
240
+
144
241
  # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
145
242
 
146
243
  **Note:** Version bump only for package @blaze-cms/react-page-builder
147
244
 
245
+
246
+
247
+
248
+
148
249
  # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
149
250
 
150
251
  **Note:** Version bump only for package @blaze-cms/react-page-builder
151
252
 
253
+
254
+
255
+
256
+
152
257
  # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
153
258
 
154
259
  **Note:** Version bump only for package @blaze-cms/react-page-builder
155
260
 
261
+
262
+
263
+
264
+
156
265
  # [0.133.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.5...v0.133.0-alpha.6) (2023-10-03)
157
266
 
267
+
158
268
  ### Bug Fixes
159
269
 
160
270
  * fixed resert filters breaking when no data was passed ([#4075](https://github.com/thebyte9/blaze/issues/4075)) ([3940977](https://github.com/thebyte9/blaze/commit/39409772074bff7a0e29a9c14223e881363b92e1))
161
271
  * handle multiple sort properties correctly ([#4076](https://github.com/thebyte9/blaze/issues/4076)) ([524c48a](https://github.com/thebyte9/blaze/commit/524c48a72e33344d114000738f20d54c00f978d7))
162
272
 
273
+
274
+
275
+
276
+
163
277
  # [0.133.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.4...v0.133.0-alpha.5) (2023-10-03)
164
278
 
165
279
  **Note:** Version bump only for package @blaze-cms/react-page-builder
166
280
 
281
+
282
+
283
+
284
+
167
285
  # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
168
286
 
287
+
169
288
  ### Bug Fixes
170
289
 
171
290
  * client route urls on logout button ([85d5b07](https://github.com/thebyte9/blaze/commit/85d5b079d9abcba1fe21e8781bb3332d03d2dec2))
172
291
  * filters now inherit filterBy if needed ([#3978](https://github.com/thebyte9/blaze/issues/3978)) ([19bfdc9](https://github.com/thebyte9/blaze/commit/19bfdc94ee4cf6be00d87f58409dff37e25eab87))
173
292
 
293
+
294
+
295
+
296
+
174
297
  # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
175
298
 
299
+
176
300
  ### Bug Fixes
177
301
 
178
302
  * add core styles for hiding filters settings ([b04bcec](https://github.com/thebyte9/blaze/commit/b04bcec8c7de83543100708232f22c4b2deb2675))
@@ -183,31 +307,55 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
183
307
  * merge dev ([28ea01d](https://github.com/thebyte9/blaze/commit/28ea01d9956654776cab99c2ef7bc035fcfd9975))
184
308
  * redirect correctly after using logout button ([#4051](https://github.com/thebyte9/blaze/issues/4051)) ([6d4383f](https://github.com/thebyte9/blaze/commit/6d4383f5e0f9c794b6ba2f9833d5acf2a3a2320e))
185
309
 
310
+
311
+
312
+
313
+
186
314
  # [0.133.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.1...v0.133.0-alpha.2) (2023-09-06)
187
315
 
316
+
188
317
  ### Bug Fixes
189
318
 
190
319
  * handle sort order when user sort not applied ([#4040](https://github.com/thebyte9/blaze/issues/4040)) ([7e674ef](https://github.com/thebyte9/blaze/commit/7e674ef7798d3032351dd4ef50c88d81f2130be4))
191
320
 
321
+
322
+
323
+
324
+
192
325
  # [0.133.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.0...v0.133.0-alpha.1) (2023-09-05)
193
326
 
327
+
194
328
  ### Bug Fixes
195
329
 
196
330
  * handle search filters where custom sort applied ([#4039](https://github.com/thebyte9/blaze/issues/4039)) ([857dd75](https://github.com/thebyte9/blaze/commit/857dd75ca26812dc2db29d634800727c32dce502))
197
331
 
332
+
333
+
334
+
335
+
198
336
  # [0.133.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.132.0...v0.133.0-alpha.0) (2023-08-25)
199
337
 
338
+
200
339
  ### Bug Fixes
201
340
 
202
341
  * added score sort when search filter is applied ([#3231](https://github.com/thebyte9/blaze/issues/3231)) ([a8a086c](https://github.com/thebyte9/blaze/commit/a8a086cb3b44e8f906f8b11b992c193282f0e249))
203
342
  * added sort to az lists ([#3899](https://github.com/thebyte9/blaze/issues/3899)) ([f9d6fa5](https://github.com/thebyte9/blaze/commit/f9d6fa519749025057b44a704975409cfd416ea0))
204
343
 
344
+
345
+
346
+
347
+
205
348
  # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
206
349
 
207
350
  **Note:** Version bump only for package @blaze-cms/react-page-builder
208
351
 
352
+
353
+
354
+
355
+
209
356
  # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
210
357
 
358
+
211
359
  ### Bug Fixes
212
360
 
213
361
  * add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([5bc7813](https://github.com/thebyte9/blaze/commit/5bc78136356ce826a92da7f8045ac4c2c44796ed))
@@ -228,6 +376,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
228
376
  * set width to carousel container ([5926a7a](https://github.com/thebyte9/blaze/commit/5926a7a285c568514dfbca9360335c1e88836a0c))
229
377
  * set width to carousel container ([7ff4e62](https://github.com/thebyte9/blaze/commit/7ff4e6242b2f31a83c605f5edec508ce256aab5a))
230
378
 
379
+
231
380
  ### Features
232
381
 
233
382
  * add isHtml option to data summary component to render string as html ([#3969](https://github.com/thebyte9/blaze/issues/3969)) ([fbf2d75](https://github.com/thebyte9/blaze/commit/fbf2d75f39597f83f78cd435277c07676a21c245))
@@ -237,34 +386,62 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
237
386
  * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([39c0af3](https://github.com/thebyte9/blaze/commit/39c0af3ed266369968139efe827a805ced71bd70))
238
387
  * filteryBy on cards allow for id prop which fetches related data on parent to render ([#3975](https://github.com/thebyte9/blaze/issues/3975)) ([4027759](https://github.com/thebyte9/blaze/commit/4027759ecf893976e9479db5d1c8d5aec8a2c031))
239
388
 
389
+
390
+
391
+
392
+
240
393
  ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
241
394
 
395
+
242
396
  ### Bug Fixes
243
397
 
244
398
  * deconstruct sticky from children ([#4007](https://github.com/thebyte9/blaze/issues/4007)) ([1d3ad89](https://github.com/thebyte9/blaze/commit/1d3ad89c6a600ffb08964002ca9eda86c68e61f2))
245
399
 
400
+
401
+
402
+
403
+
246
404
  ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
247
405
 
406
+
248
407
  ### Bug Fixes
249
408
 
250
409
  * do not override properties in card banners ([#4001](https://github.com/thebyte9/blaze/issues/4001)) ([44353b1](https://github.com/thebyte9/blaze/commit/44353b159f2da9d447833a12751fde6ebd4a734f))
251
410
 
411
+
412
+
413
+
414
+
252
415
  # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
253
416
 
417
+
254
418
  ### Features
255
419
 
256
420
  * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([735b3b0](https://github.com/thebyte9/blaze/commit/735b3b09e0af15ad262119472579a1120da00347))
257
421
 
422
+
423
+
424
+
425
+
258
426
  ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
259
427
 
260
428
  **Note:** Version bump only for package @blaze-cms/react-page-builder
261
429
 
430
+
431
+
432
+
433
+
262
434
  # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
263
435
 
264
436
  **Note:** Version bump only for package @blaze-cms/react-page-builder
265
437
 
438
+
439
+
440
+
441
+
266
442
  # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
267
443
 
444
+
268
445
  ### Bug Fixes
269
446
 
270
447
  * added basic style for smooth auto scrolling ([42ab95b](https://github.com/thebyte9/blaze/commit/42ab95b74c9fc77cfa735bc3b6c38ad562a628d6))
@@ -279,38 +456,73 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
279
456
  * list az full render ([#3882](https://github.com/thebyte9/blaze/issues/3882)) ([899556e](https://github.com/thebyte9/blaze/commit/899556ec005235367c1002d35c03ac953d5c6991))
280
457
  * updated snapshots ([8ce52c4](https://github.com/thebyte9/blaze/commit/8ce52c4f7ed243cc1f7d3454d0f1afc4a803d6f5))
281
458
 
459
+
460
+
461
+
462
+
282
463
  # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
283
464
 
284
465
  **Note:** Version bump only for package @blaze-cms/react-page-builder
285
466
 
467
+
468
+
469
+
470
+
286
471
  # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
287
472
 
288
473
  **Note:** Version bump only for package @blaze-cms/react-page-builder
289
474
 
475
+
476
+
477
+
478
+
290
479
  # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
291
480
 
292
481
  **Note:** Version bump only for package @blaze-cms/react-page-builder
293
482
 
483
+
484
+
485
+
486
+
294
487
  ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
295
488
 
296
489
  **Note:** Version bump only for package @blaze-cms/react-page-builder
297
490
 
491
+
492
+
493
+
494
+
298
495
  ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
299
496
 
300
497
  **Note:** Version bump only for package @blaze-cms/react-page-builder
301
498
 
499
+
500
+
501
+
502
+
302
503
  # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
303
504
 
304
505
  **Note:** Version bump only for package @blaze-cms/react-page-builder
305
506
 
507
+
508
+
509
+
510
+
306
511
  # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
307
512
 
513
+
308
514
  ### Bug Fixes
309
515
 
310
516
  * data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
311
517
 
518
+
519
+
312
520
  ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
313
521
 
522
+
523
+
524
+
525
+
314
526
  # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
315
527
 
316
528
  ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", {
6
6
  });
7
7
  exports["default"] = void 0;
8
8
  require("core-js/modules/es.array.for-each.js");
9
- require("core-js/modules/es.function.name.js");
10
9
  require("core-js/modules/es.object.to-string.js");
11
10
  require("core-js/modules/web.dom-collections.for-each.js");
11
+ require("core-js/modules/es.function.name.js");
12
12
  var setInitialBannerCounters = function setInitialBannerCounters(banners) {
13
13
  var initialCounters = {};
14
14
  if (!banners) return initialCounters;
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _typeof = require("@babel/runtime/helpers/typeof");
11
11
  Object.defineProperty(exports, "__esModule", {
12
12
  value: true
@@ -7,8 +7,8 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports["default"] = void 0;
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
- require("core-js/modules/es.array.concat.js");
11
10
  require("core-js/modules/es.function.name.js");
11
+ require("core-js/modules/es.array.concat.js");
12
12
  var _react = _interopRequireDefault(require("react"));
13
13
  var _router = require("next/router");
14
14
  var recreateOnNavigation = function recreateOnNavigation(Component) {
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
11
  var _typeof = require("@babel/runtime/helpers/typeof");
12
12
  Object.defineProperty(exports, "__esModule", {
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
11
  var _typeof = require("@babel/runtime/helpers/typeof");
12
12
  Object.defineProperty(exports, "__esModule", {
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
8
  exports.removeItemsFromList = exports.getUser = exports.getSingleEntitySchema = exports.getSearchPublishedContent = exports.getRecordParents = exports.getMultipleSchema = exports.getItemList = exports.getFiles = exports.getFileById = exports.getEntitySchema = exports.getCount = exports.getAction = exports.generateSingleItemQuery = exports.generateMultiItemQuery = exports.addItemsToList = void 0;
9
- require("core-js/modules/es.array.concat.js");
10
9
  require("core-js/modules/es.array.join.js");
11
10
  require("core-js/modules/es.array.map.js");
11
+ require("core-js/modules/es.array.concat.js");
12
12
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
13
13
  var _client = require("@apollo/client");
14
14
  var _lodash = _interopRequireDefault(require("lodash.upperfirst"));
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
11
  var _typeof = require("@babel/runtime/helpers/typeof");
12
12
  Object.defineProperty(exports, "__esModule", {
@@ -1,22 +1,22 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
11
  var _typeof = require("@babel/runtime/helpers/typeof");
12
12
  Object.defineProperty(exports, "__esModule", {
13
13
  value: true
14
14
  });
15
15
  exports["default"] = void 0;
16
+ require("core-js/modules/es.array.sort.js");
17
+ require("core-js/modules/es.array.map.js");
16
18
  require("core-js/modules/es.array.concat.js");
17
19
  require("core-js/modules/es.array.join.js");
18
- require("core-js/modules/es.array.map.js");
19
- require("core-js/modules/es.array.sort.js");
20
20
  var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
21
21
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
22
22
  var _react = _interopRequireWildcard(require("react"));
@@ -1,20 +1,20 @@
1
1
  "use strict";
2
2
 
3
3
  require("core-js/modules/es.array.iterator.js");
4
- require("core-js/modules/es.object.define-property.js");
5
- require("core-js/modules/es.object.get-own-property-descriptor.js");
6
4
  require("core-js/modules/es.object.to-string.js");
7
5
  require("core-js/modules/es.string.iterator.js");
8
6
  require("core-js/modules/es.weak-map.js");
9
7
  require("core-js/modules/web.dom-collections.iterator.js");
8
+ require("core-js/modules/es.object.define-property.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
10
10
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
11
11
  var _typeof = require("@babel/runtime/helpers/typeof");
12
12
  Object.defineProperty(exports, "__esModule", {
13
13
  value: true
14
14
  });
15
15
  exports["default"] = void 0;
16
- require("core-js/modules/es.array.concat.js");
17
16
  require("core-js/modules/es.array.map.js");
17
+ require("core-js/modules/es.array.concat.js");
18
18
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
19
19
  var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
20
20
  var _react = _interopRequireWildcard(require("react"));
@@ -2,13 +2,13 @@
2
2
 
3
3
  require("core-js/modules/es.symbol.js");
4
4
  require("core-js/modules/es.array.filter.js");
5
+ require("core-js/modules/es.object.to-string.js");
6
+ require("core-js/modules/es.object.get-own-property-descriptor.js");
5
7
  require("core-js/modules/es.array.for-each.js");
8
+ require("core-js/modules/web.dom-collections.for-each.js");
9
+ require("core-js/modules/es.object.get-own-property-descriptors.js");
6
10
  require("core-js/modules/es.object.define-properties.js");
7
11
  require("core-js/modules/es.object.define-property.js");
8
- require("core-js/modules/es.object.get-own-property-descriptor.js");
9
- require("core-js/modules/es.object.get-own-property-descriptors.js");
10
- require("core-js/modules/es.object.to-string.js");
11
- require("core-js/modules/web.dom-collections.for-each.js");
12
12
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
13
13
  Object.defineProperty(exports, "__esModule", {
14
14
  value: true