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