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