@blaze-cms/react-page-builder 0.139.2 → 0.139.3-core-styles.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 (154) hide show
  1. package/CHANGELOG.md +7 -211
  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,15 +3,11 @@
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.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
7
-
8
- **Note:** Version bump only for package @blaze-cms/react-page-builder
9
-
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)
10
7
 
11
8
 
12
9
 
13
-
14
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
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)
15
11
 
16
12
  **Note:** Version bump only for package @blaze-cms/react-page-builder
17
13
 
@@ -19,186 +15,114 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
15
 
20
16
 
21
17
 
22
- ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
18
+ ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
23
19
 
24
20
  **Note:** Version bump only for package @blaze-cms/react-page-builder
25
21
 
22
+ ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
26
23
 
24
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
27
25
 
26
+ ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
28
27
 
28
+ **Note:** Version bump only for package @blaze-cms/react-page-builder
29
29
 
30
30
  ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
31
31
 
32
32
  **Note:** Version bump only for package @blaze-cms/react-page-builder
33
33
 
34
-
35
-
36
-
37
-
38
34
  # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
39
35
 
40
36
  **Note:** Version bump only for package @blaze-cms/react-page-builder
41
37
 
42
-
43
-
44
-
45
-
46
38
  # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
47
39
 
48
40
  **Note:** Version bump only for package @blaze-cms/react-page-builder
49
41
 
50
-
51
-
52
-
53
-
54
42
  # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
55
43
 
56
-
57
44
  ### Bug Fixes
58
45
 
59
46
  * searchfilter checkbox duplicate element title ([97ca0b1](https://github.com/thebyte9/blaze/commit/97ca0b1a554f9faa01c6696cb71770b2dc88194e))
60
47
 
61
-
62
48
  ### Features
63
49
 
64
50
  * 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))
65
51
 
66
-
67
-
68
52
  # [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)
69
53
 
70
-
71
-
72
54
  # [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)
73
55
 
74
-
75
-
76
-
77
-
78
56
  # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
79
57
 
80
-
81
58
  ### Bug Fixes
82
59
 
83
60
  * use correct parent for card full render ([#4199](https://github.com/thebyte9/blaze/issues/4199)) ([ada307c](https://github.com/thebyte9/blaze/commit/ada307c5466442037910223bb16392cb58bfef24))
84
61
  * use values from the image ([3639ed1](https://github.com/thebyte9/blaze/commit/3639ed1078e88742443160b2926df9884ab5ca91))
85
62
 
86
-
87
63
  ### Features
88
64
 
89
65
  * component variants ([#4218](https://github.com/thebyte9/blaze/issues/4218)) ([8e36664](https://github.com/thebyte9/blaze/commit/8e366642ba7cbc07672b70b0809034b96e9a2a55))
90
66
  * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
91
67
 
92
-
93
-
94
-
95
-
96
68
  # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
97
69
 
98
-
99
70
  ### Bug Fixes
100
71
 
101
72
  * search filter close bug ([#4160](https://github.com/thebyte9/blaze/issues/4160)) ([76bae35](https://github.com/thebyte9/blaze/commit/76bae35e6a4aa896f8966d3b8b99c87400363874))
102
73
 
103
-
104
-
105
-
106
-
107
74
  # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
108
75
 
109
-
110
76
  ### Features
111
77
 
112
78
  * added new filter options for sponsored and featured ([#4172](https://github.com/thebyte9/blaze/issues/4172)) ([11051f6](https://github.com/thebyte9/blaze/commit/11051f630c3fb0b74aa9d79e1e154151d438cc69))
113
79
 
114
-
115
-
116
-
117
-
118
80
  # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
119
81
 
120
-
121
82
  ### Features
122
83
 
123
84
  * allow full render of card items ([#4162](https://github.com/thebyte9/blaze/issues/4162)) ([2dd7d48](https://github.com/thebyte9/blaze/commit/2dd7d48a8b05141c8d4064856b70487e252d2c04))
124
85
 
125
-
126
-
127
-
128
-
129
86
  # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
130
87
 
131
88
  **Note:** Version bump only for package @blaze-cms/react-page-builder
132
89
 
133
-
134
-
135
-
136
-
137
90
  # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
138
91
 
139
-
140
92
  ### Bug Fixes
141
93
 
142
94
  * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
143
95
  * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
144
96
 
145
-
146
-
147
-
148
-
149
97
  ## [0.137.1](https://github.com/thebyte9/blaze/compare/v0.137.0...v0.137.1) (2023-12-12)
150
98
 
151
-
152
99
  ### Bug Fixes
153
100
 
154
101
  * do not set parallax class if undefined ([8aa7014](https://github.com/thebyte9/blaze/commit/8aa70140a294b060ac108a2b7f2ff2cd2ed3e457))
155
102
 
156
-
157
-
158
-
159
-
160
103
  # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
161
104
 
162
105
  **Note:** Version bump only for package @blaze-cms/react-page-builder
163
106
 
164
-
165
-
166
-
167
-
168
107
  # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
169
108
 
170
-
171
109
  ### Features
172
110
 
173
111
  * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
174
112
  * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
175
113
 
176
-
177
-
178
-
179
-
180
114
  ## [0.136.1](https://github.com/thebyte9/blaze/compare/v0.136.0...v0.136.1) (2023-11-22)
181
115
 
182
-
183
116
  ### Bug Fixes
184
117
 
185
118
  * 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))
186
119
 
187
-
188
-
189
-
190
-
191
120
  # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
192
121
 
193
122
  **Note:** Version bump only for package @blaze-cms/react-page-builder
194
123
 
195
-
196
-
197
-
198
-
199
124
  # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
200
125
 
201
-
202
126
  ### Bug Fixes
203
127
 
204
128
  * fix typo ([3c87c7f](https://github.com/thebyte9/blaze/commit/3c87c7f50b0c184fc369a3efbac0584fb0af6c09))
@@ -207,88 +131,48 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
207
131
  * update ad slot render test ([dc9655f](https://github.com/thebyte9/blaze/commit/dc9655f2a2f9b9b5f5e98c77382561d3c4c4088d))
208
132
  * update ad slot render test ([2d12523](https://github.com/thebyte9/blaze/commit/2d12523f79245208e8919b7d90fa6d4294f396da))
209
133
 
210
-
211
-
212
-
213
-
214
134
  # [0.135.0](https://github.com/thebyte9/blaze/compare/v0.135.0-alpha.0...v0.135.0) (2023-11-21)
215
135
 
216
136
  **Note:** Version bump only for package @blaze-cms/react-page-builder
217
137
 
218
-
219
-
220
-
221
-
222
138
  # [0.135.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.134.0...v0.135.0-alpha.0) (2023-11-21)
223
139
 
224
-
225
140
  ### Bug Fixes
226
141
 
227
142
  * 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))
228
143
 
229
-
230
-
231
-
232
-
233
144
  # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
234
145
 
235
146
  **Note:** Version bump only for package @blaze-cms/react-page-builder
236
147
 
237
-
238
-
239
-
240
-
241
148
  # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
242
149
 
243
150
  **Note:** Version bump only for package @blaze-cms/react-page-builder
244
151
 
245
-
246
-
247
-
248
-
249
152
  # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
250
153
 
251
154
  **Note:** Version bump only for package @blaze-cms/react-page-builder
252
155
 
253
-
254
-
255
-
256
-
257
156
  # [0.133.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.5...v0.133.0-alpha.6) (2023-10-03)
258
157
 
259
-
260
158
  ### Bug Fixes
261
159
 
262
160
  * 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))
263
161
  * handle multiple sort properties correctly ([#4076](https://github.com/thebyte9/blaze/issues/4076)) ([524c48a](https://github.com/thebyte9/blaze/commit/524c48a72e33344d114000738f20d54c00f978d7))
264
162
 
265
-
266
-
267
-
268
-
269
163
  # [0.133.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.4...v0.133.0-alpha.5) (2023-10-03)
270
164
 
271
165
  **Note:** Version bump only for package @blaze-cms/react-page-builder
272
166
 
273
-
274
-
275
-
276
-
277
167
  # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
278
168
 
279
-
280
169
  ### Bug Fixes
281
170
 
282
171
  * client route urls on logout button ([85d5b07](https://github.com/thebyte9/blaze/commit/85d5b079d9abcba1fe21e8781bb3332d03d2dec2))
283
172
  * filters now inherit filterBy if needed ([#3978](https://github.com/thebyte9/blaze/issues/3978)) ([19bfdc9](https://github.com/thebyte9/blaze/commit/19bfdc94ee4cf6be00d87f58409dff37e25eab87))
284
173
 
285
-
286
-
287
-
288
-
289
174
  # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
290
175
 
291
-
292
176
  ### Bug Fixes
293
177
 
294
178
  * add core styles for hiding filters settings ([b04bcec](https://github.com/thebyte9/blaze/commit/b04bcec8c7de83543100708232f22c4b2deb2675))
@@ -299,55 +183,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
299
183
  * merge dev ([28ea01d](https://github.com/thebyte9/blaze/commit/28ea01d9956654776cab99c2ef7bc035fcfd9975))
300
184
  * redirect correctly after using logout button ([#4051](https://github.com/thebyte9/blaze/issues/4051)) ([6d4383f](https://github.com/thebyte9/blaze/commit/6d4383f5e0f9c794b6ba2f9833d5acf2a3a2320e))
301
185
 
302
-
303
-
304
-
305
-
306
186
  # [0.133.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.1...v0.133.0-alpha.2) (2023-09-06)
307
187
 
308
-
309
188
  ### Bug Fixes
310
189
 
311
190
  * handle sort order when user sort not applied ([#4040](https://github.com/thebyte9/blaze/issues/4040)) ([7e674ef](https://github.com/thebyte9/blaze/commit/7e674ef7798d3032351dd4ef50c88d81f2130be4))
312
191
 
313
-
314
-
315
-
316
-
317
192
  # [0.133.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.0...v0.133.0-alpha.1) (2023-09-05)
318
193
 
319
-
320
194
  ### Bug Fixes
321
195
 
322
196
  * handle search filters where custom sort applied ([#4039](https://github.com/thebyte9/blaze/issues/4039)) ([857dd75](https://github.com/thebyte9/blaze/commit/857dd75ca26812dc2db29d634800727c32dce502))
323
197
 
324
-
325
-
326
-
327
-
328
198
  # [0.133.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.132.0...v0.133.0-alpha.0) (2023-08-25)
329
199
 
330
-
331
200
  ### Bug Fixes
332
201
 
333
202
  * added score sort when search filter is applied ([#3231](https://github.com/thebyte9/blaze/issues/3231)) ([a8a086c](https://github.com/thebyte9/blaze/commit/a8a086cb3b44e8f906f8b11b992c193282f0e249))
334
203
  * added sort to az lists ([#3899](https://github.com/thebyte9/blaze/issues/3899)) ([f9d6fa5](https://github.com/thebyte9/blaze/commit/f9d6fa519749025057b44a704975409cfd416ea0))
335
204
 
336
-
337
-
338
-
339
-
340
205
  # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
341
206
 
342
207
  **Note:** Version bump only for package @blaze-cms/react-page-builder
343
208
 
344
-
345
-
346
-
347
-
348
209
  # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
349
210
 
350
-
351
211
  ### Bug Fixes
352
212
 
353
213
  * add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([5bc7813](https://github.com/thebyte9/blaze/commit/5bc78136356ce826a92da7f8045ac4c2c44796ed))
@@ -368,7 +228,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
368
228
  * set width to carousel container ([5926a7a](https://github.com/thebyte9/blaze/commit/5926a7a285c568514dfbca9360335c1e88836a0c))
369
229
  * set width to carousel container ([7ff4e62](https://github.com/thebyte9/blaze/commit/7ff4e6242b2f31a83c605f5edec508ce256aab5a))
370
230
 
371
-
372
231
  ### Features
373
232
 
374
233
  * 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))
@@ -378,62 +237,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
378
237
  * 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))
379
238
  * 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))
380
239
 
381
-
382
-
383
-
384
-
385
240
  ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
386
241
 
387
-
388
242
  ### Bug Fixes
389
243
 
390
244
  * deconstruct sticky from children ([#4007](https://github.com/thebyte9/blaze/issues/4007)) ([1d3ad89](https://github.com/thebyte9/blaze/commit/1d3ad89c6a600ffb08964002ca9eda86c68e61f2))
391
245
 
392
-
393
-
394
-
395
-
396
246
  ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
397
247
 
398
-
399
248
  ### Bug Fixes
400
249
 
401
250
  * do not override properties in card banners ([#4001](https://github.com/thebyte9/blaze/issues/4001)) ([44353b1](https://github.com/thebyte9/blaze/commit/44353b159f2da9d447833a12751fde6ebd4a734f))
402
251
 
403
-
404
-
405
-
406
-
407
252
  # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
408
253
 
409
-
410
254
  ### Features
411
255
 
412
256
  * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([735b3b0](https://github.com/thebyte9/blaze/commit/735b3b09e0af15ad262119472579a1120da00347))
413
257
 
414
-
415
-
416
-
417
-
418
258
  ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
419
259
 
420
260
  **Note:** Version bump only for package @blaze-cms/react-page-builder
421
261
 
422
-
423
-
424
-
425
-
426
262
  # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
427
263
 
428
264
  **Note:** Version bump only for package @blaze-cms/react-page-builder
429
265
 
430
-
431
-
432
-
433
-
434
266
  # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
435
267
 
436
-
437
268
  ### Bug Fixes
438
269
 
439
270
  * added basic style for smooth auto scrolling ([42ab95b](https://github.com/thebyte9/blaze/commit/42ab95b74c9fc77cfa735bc3b6c38ad562a628d6))
@@ -448,73 +279,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
448
279
  * list az full render ([#3882](https://github.com/thebyte9/blaze/issues/3882)) ([899556e](https://github.com/thebyte9/blaze/commit/899556ec005235367c1002d35c03ac953d5c6991))
449
280
  * updated snapshots ([8ce52c4](https://github.com/thebyte9/blaze/commit/8ce52c4f7ed243cc1f7d3454d0f1afc4a803d6f5))
450
281
 
451
-
452
-
453
-
454
-
455
282
  # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
456
283
 
457
284
  **Note:** Version bump only for package @blaze-cms/react-page-builder
458
285
 
459
-
460
-
461
-
462
-
463
286
  # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
464
287
 
465
288
  **Note:** Version bump only for package @blaze-cms/react-page-builder
466
289
 
467
-
468
-
469
-
470
-
471
290
  # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
472
291
 
473
292
  **Note:** Version bump only for package @blaze-cms/react-page-builder
474
293
 
475
-
476
-
477
-
478
-
479
294
  ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
480
295
 
481
296
  **Note:** Version bump only for package @blaze-cms/react-page-builder
482
297
 
483
-
484
-
485
-
486
-
487
298
  ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
488
299
 
489
300
  **Note:** Version bump only for package @blaze-cms/react-page-builder
490
301
 
491
-
492
-
493
-
494
-
495
302
  # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
496
303
 
497
304
  **Note:** Version bump only for package @blaze-cms/react-page-builder
498
305
 
499
-
500
-
501
-
502
-
503
306
  # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
504
307
 
505
-
506
308
  ### Bug Fixes
507
309
 
508
310
  * data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
509
311
 
510
-
511
-
512
312
  ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
513
313
 
514
-
515
-
516
-
517
-
518
314
  # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
519
315
 
520
316
  ## [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");
9
10
  require("core-js/modules/es.object.to-string.js");
10
11
  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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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.function.name.js");
11
10
  require("core-js/modules/es.array.concat.js");
11
+ require("core-js/modules/es.function.name.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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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");
9
10
  require("core-js/modules/es.array.join.js");
10
11
  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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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");
18
16
  require("core-js/modules/es.array.concat.js");
19
17
  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");
4
6
  require("core-js/modules/es.object.to-string.js");
5
7
  require("core-js/modules/es.string.iterator.js");
6
8
  require("core-js/modules/es.weak-map.js");
7
9
  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.map.js");
17
16
  require("core-js/modules/es.array.concat.js");
17
+ require("core-js/modules/es.array.map.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");
7
5
  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");
10
6
  require("core-js/modules/es.object.define-properties.js");
11
7
  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