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