@blaze-cms/react-page-builder 0.146.0-translations.8 → 0.147.0-rc-eagle.4

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 (1565) hide show
  1. package/lib/BannerContext/helpers/index.js +2 -3
  2. package/lib/BannerContext/helpers/index.js.map +1 -1
  3. package/lib/BannerContext/helpers/set-initial-banner-counters.js +13 -17
  4. package/lib/BannerContext/helpers/set-initial-banner-counters.js.map +1 -1
  5. package/lib/BannerContext/index.js +19 -26
  6. package/lib/BannerContext/index.js.map +1 -1
  7. package/lib/HOC/index.js +2 -3
  8. package/lib/HOC/index.js.map +1 -1
  9. package/lib/HOC/recreateOnNavigation.js +11 -12
  10. package/lib/HOC/recreateOnNavigation.js.map +1 -1
  11. package/lib/HOC/withInfiniteScroll.js +47 -81
  12. package/lib/HOC/withInfiniteScroll.js.map +1 -1
  13. package/lib/HOC/withTitle.js +21 -30
  14. package/lib/HOC/withTitle.js.map +1 -1
  15. package/lib/PBContext/index.js +3 -4
  16. package/lib/PBContext/index.js.map +1 -1
  17. package/lib/application/query/index.js +179 -46
  18. package/lib/application/query/index.js.map +1 -1
  19. package/lib/components/BackToTop/BackToTop.js +16 -32
  20. package/lib/components/BackToTop/BackToTop.js.map +1 -1
  21. package/lib/components/BackToTop/index.js +2 -3
  22. package/lib/components/BackToTop/index.js.map +1 -1
  23. package/lib/components/Banner/AdSlotRender.js +45 -63
  24. package/lib/components/Banner/AdSlotRender.js.map +1 -1
  25. package/lib/components/Banner/Banner.js +63 -64
  26. package/lib/components/Banner/Banner.js.map +1 -1
  27. package/lib/components/Banner/BannerRender.js +89 -88
  28. package/lib/components/Banner/BannerRender.js.map +1 -1
  29. package/lib/components/Banner/helpers.js +89 -135
  30. package/lib/components/Banner/helpers.js.map +1 -1
  31. package/lib/components/Banner/index.js +3 -17
  32. package/lib/components/Banner/index.js.map +1 -1
  33. package/lib/components/BlazeLink.js +37 -52
  34. package/lib/components/BlazeLink.js.map +1 -1
  35. package/lib/components/Breadcrumb/Breadcrumb.js +66 -71
  36. package/lib/components/Breadcrumb/Breadcrumb.js.map +1 -1
  37. package/lib/components/Breadcrumb/index.js +2 -3
  38. package/lib/components/Breadcrumb/index.js.map +1 -1
  39. package/lib/components/Button.js +75 -137
  40. package/lib/components/Button.js.map +1 -1
  41. package/lib/components/Card/Card.js +187 -190
  42. package/lib/components/Card/Card.js.map +1 -1
  43. package/lib/components/Card/CardsContainer.js +108 -120
  44. package/lib/components/Card/CardsContainer.js.map +1 -1
  45. package/lib/components/Card/CardsFactory.js +62 -58
  46. package/lib/components/Card/CardsFactory.js.map +1 -1
  47. package/lib/components/Card/CardsRender.js +166 -185
  48. package/lib/components/Card/CardsRender.js.map +1 -1
  49. package/lib/components/Card/constants.js +2 -3
  50. package/lib/components/Card/constants.js.map +1 -1
  51. package/lib/components/Card/helpers/get-dynamic-grid-classes.js +16 -22
  52. package/lib/components/Card/helpers/get-dynamic-grid-classes.js.map +1 -1
  53. package/lib/components/Card/helpers/get-published-listing-url.js +3 -6
  54. package/lib/components/Card/helpers/get-published-listing-url.js.map +1 -1
  55. package/lib/components/Card/helpers/index.js +18 -19
  56. package/lib/components/Card/helpers/index.js.map +1 -1
  57. package/lib/components/Card/helpers/use-dynamic-size-key.js +5 -11
  58. package/lib/components/Card/helpers/use-dynamic-size-key.js.map +1 -1
  59. package/lib/components/Card/index.js +2 -3
  60. package/lib/components/Card/index.js.map +1 -1
  61. package/lib/components/Carousel/Carousel.js +59 -26
  62. package/lib/components/Carousel/Carousel.js.map +1 -1
  63. package/lib/components/Carousel/CarouselImage/CarouselImage.js +36 -34
  64. package/lib/components/Carousel/CarouselImage/CarouselImage.js.map +1 -1
  65. package/lib/components/Carousel/CarouselImage/constants.js +1 -2
  66. package/lib/components/Carousel/CarouselImage/constants.js.map +1 -1
  67. package/lib/components/Carousel/CarouselImage/index.js +2 -3
  68. package/lib/components/Carousel/CarouselImage/index.js.map +1 -1
  69. package/lib/components/Carousel/CarouselRender/CarouselRender.js +41 -47
  70. package/lib/components/Carousel/CarouselRender/CarouselRender.js.map +1 -1
  71. package/lib/components/Carousel/CarouselRender/index.js +2 -3
  72. package/lib/components/Carousel/CarouselRender/index.js.map +1 -1
  73. package/lib/components/Carousel/hooks/useCarouselNavigation.js +25 -26
  74. package/lib/components/Carousel/hooks/useCarouselNavigation.js.map +1 -1
  75. package/lib/components/Carousel/index.js +2 -3
  76. package/lib/components/Carousel/index.js.map +1 -1
  77. package/lib/components/CarouselWrapper/CarouselWrapper.js +11 -10
  78. package/lib/components/CarouselWrapper/CarouselWrapper.js.map +1 -1
  79. package/lib/components/CarouselWrapper/DefaultCarousel.js +72 -80
  80. package/lib/components/CarouselWrapper/DefaultCarousel.js.map +1 -1
  81. package/lib/components/CarouselWrapper/SmoothScrollCarousel.js +23 -23
  82. package/lib/components/CarouselWrapper/SmoothScrollCarousel.js.map +1 -1
  83. package/lib/components/CarouselWrapper/index.js +2 -3
  84. package/lib/components/CarouselWrapper/index.js.map +1 -1
  85. package/lib/components/ClickWrapper.js +20 -38
  86. package/lib/components/ClickWrapper.js.map +1 -1
  87. package/lib/components/Code/Code.js +20 -34
  88. package/lib/components/Code/Code.js.map +1 -1
  89. package/lib/components/Code/ScriptTag.js +15 -29
  90. package/lib/components/Code/ScriptTag.js.map +1 -1
  91. package/lib/components/Code/helpers/index.js +2 -3
  92. package/lib/components/Code/helpers/index.js.map +1 -1
  93. package/lib/components/Code/helpers/wrap-script-tags.js +12 -15
  94. package/lib/components/Code/helpers/wrap-script-tags.js.map +1 -1
  95. package/lib/components/Code/index.js +2 -3
  96. package/lib/components/Code/index.js.map +1 -1
  97. package/lib/components/ContentGroup/ContentGroup.js +43 -40
  98. package/lib/components/ContentGroup/ContentGroup.js.map +1 -1
  99. package/lib/components/ContentGroup/ContentGroupAccordion.js +83 -112
  100. package/lib/components/ContentGroup/ContentGroupAccordion.js.map +1 -1
  101. package/lib/components/ContentGroup/ContentGroupTabs.js +45 -62
  102. package/lib/components/ContentGroup/ContentGroupTabs.js.map +1 -1
  103. package/lib/components/ContentGroup/constants.js +8 -10
  104. package/lib/components/ContentGroup/constants.js.map +1 -1
  105. package/lib/components/ContentGroup/helpers/get-active-tab.js +7 -13
  106. package/lib/components/ContentGroup/helpers/get-active-tab.js.map +1 -1
  107. package/lib/components/ContentGroup/helpers/get-sections-data.js +15 -18
  108. package/lib/components/ContentGroup/helpers/get-sections-data.js.map +1 -1
  109. package/lib/components/ContentGroup/helpers/get-structured-data-properties.js +4 -5
  110. package/lib/components/ContentGroup/helpers/get-structured-data-properties.js.map +1 -1
  111. package/lib/components/ContentGroup/helpers/index.js +4 -5
  112. package/lib/components/ContentGroup/helpers/index.js.map +1 -1
  113. package/lib/components/ContentGroup/index.js +2 -3
  114. package/lib/components/ContentGroup/index.js.map +1 -1
  115. package/lib/components/ContentGroupSection/ContentGroupSection.js +9 -10
  116. package/lib/components/ContentGroupSection/ContentGroupSection.js.map +1 -1
  117. package/lib/components/ContentGroupSection/index.js +2 -3
  118. package/lib/components/ContentGroupSection/index.js.map +1 -1
  119. package/lib/components/DataSummary/DataSummaryFactory.js +52 -57
  120. package/lib/components/DataSummary/DataSummaryFactory.js.map +1 -1
  121. package/lib/components/DataSummary/DataSummaryRender.js +56 -55
  122. package/lib/components/DataSummary/DataSummaryRender.js.map +1 -1
  123. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js +14 -16
  124. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js.map +1 -1
  125. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js +14 -27
  126. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummaryContent.js.map +1 -1
  127. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js +2 -3
  128. package/lib/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/index.js.map +1 -1
  129. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js +11 -10
  130. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummary.js.map +1 -1
  131. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js +15 -30
  132. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/ItemDetailsSummaryContent.js.map +1 -1
  133. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js +2 -3
  134. package/lib/components/DataSummary/DataSummaryTypes/ItemDetailsSummary/index.js.map +1 -1
  135. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js +11 -10
  136. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummary.js.map +1 -1
  137. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js +20 -35
  138. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -1
  139. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/index.js +2 -3
  140. package/lib/components/DataSummary/DataSummaryTypes/LargeSummary/index.js.map +1 -1
  141. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js +11 -10
  142. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummary.js.map +1 -1
  143. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js +20 -35
  144. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -1
  145. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/index.js +2 -3
  146. package/lib/components/DataSummary/DataSummaryTypes/ListSummary/index.js.map +1 -1
  147. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js +11 -10
  148. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummary.js.map +1 -1
  149. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js +15 -30
  150. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/TextSummaryContent.js.map +1 -1
  151. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/index.js +2 -3
  152. package/lib/components/DataSummary/DataSummaryTypes/TextSummary/index.js.map +1 -1
  153. package/lib/components/DataSummary/DataSummaryTypes/index.js +7 -37
  154. package/lib/components/DataSummary/DataSummaryTypes/index.js.map +1 -1
  155. package/lib/components/DataSummary/helpers/build-loop-props-content.js +36 -52
  156. package/lib/components/DataSummary/helpers/build-loop-props-content.js.map +1 -1
  157. package/lib/components/DataSummary/helpers/build-props-to-display-with-content.js +22 -27
  158. package/lib/components/DataSummary/helpers/build-props-to-display-with-content.js.map +1 -1
  159. package/lib/components/DataSummary/helpers/get-data-summary-query.js +13 -10
  160. package/lib/components/DataSummary/helpers/get-data-summary-query.js.map +1 -1
  161. package/lib/components/DataSummary/helpers/get-link-based-on-value.js +4 -6
  162. package/lib/components/DataSummary/helpers/get-link-based-on-value.js.map +1 -1
  163. package/lib/components/DataSummary/helpers/get-link-props.js +6 -16
  164. package/lib/components/DataSummary/helpers/get-link-props.js.map +1 -1
  165. package/lib/components/DataSummary/helpers/get-link-to-published-content.js +5 -14
  166. package/lib/components/DataSummary/helpers/get-link-to-published-content.js.map +1 -1
  167. package/lib/components/DataSummary/helpers/get-loop-props-limit.js +6 -12
  168. package/lib/components/DataSummary/helpers/get-loop-props-limit.js.map +1 -1
  169. package/lib/components/DataSummary/helpers/get-prop-value.js +15 -25
  170. package/lib/components/DataSummary/helpers/get-prop-value.js.map +1 -1
  171. package/lib/components/DataSummary/helpers/get-record-id.js +20 -0
  172. package/lib/components/DataSummary/helpers/get-record-id.js.map +1 -0
  173. package/lib/components/DataSummary/helpers/get-value-from-array.js +12 -17
  174. package/lib/components/DataSummary/helpers/get-value-from-array.js.map +1 -1
  175. package/lib/components/DataSummary/helpers/index.js +23 -17
  176. package/lib/components/DataSummary/helpers/index.js.map +1 -1
  177. package/lib/components/DataSummary/helpers/parse-boolean-values.js +3 -4
  178. package/lib/components/DataSummary/helpers/parse-boolean-values.js.map +1 -1
  179. package/lib/components/DataSummary/helpers/strip-summary-props-content.js +6 -13
  180. package/lib/components/DataSummary/helpers/strip-summary-props-content.js.map +1 -1
  181. package/lib/components/DataSummary/index.js +2 -3
  182. package/lib/components/DataSummary/index.js.map +1 -1
  183. package/lib/components/DateTime/DateTime.js +18 -18
  184. package/lib/components/DateTime/DateTime.js.map +1 -1
  185. package/lib/components/DateTime/index.js +2 -3
  186. package/lib/components/DateTime/index.js.map +1 -1
  187. package/lib/components/EmailConfirm/EmailConfirm.js +48 -55
  188. package/lib/components/EmailConfirm/EmailConfirm.js.map +1 -1
  189. package/lib/components/EmailConfirm/index.js +2 -3
  190. package/lib/components/EmailConfirm/index.js.map +1 -1
  191. package/lib/components/EmailConfirm/mutation.js +12 -7
  192. package/lib/components/EmailConfirm/mutation.js.map +1 -1
  193. package/lib/components/ErrorMessage/ErrorMessage.js +19 -22
  194. package/lib/components/ErrorMessage/ErrorMessage.js.map +1 -1
  195. package/lib/components/ErrorMessage/index.js +3 -17
  196. package/lib/components/ErrorMessage/index.js.map +1 -1
  197. package/lib/components/Iframe/Iframe.js +19 -20
  198. package/lib/components/Iframe/Iframe.js.map +1 -1
  199. package/lib/components/Iframe/constants.js +2 -3
  200. package/lib/components/Iframe/constants.js.map +1 -1
  201. package/lib/components/Iframe/index.js +2 -3
  202. package/lib/components/Iframe/index.js.map +1 -1
  203. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js +85 -103
  204. package/lib/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -1
  205. package/lib/components/Image/GlobalLightbox/NavButton.js +20 -22
  206. package/lib/components/Image/GlobalLightbox/NavButton.js.map +1 -1
  207. package/lib/components/Image/GlobalLightbox/index.js +3 -17
  208. package/lib/components/Image/GlobalLightbox/index.js.map +1 -1
  209. package/lib/components/Image/Image.js +94 -116
  210. package/lib/components/Image/Image.js.map +1 -1
  211. package/lib/components/Image/ImageDetails.js +19 -21
  212. package/lib/components/Image/ImageDetails.js.map +1 -1
  213. package/lib/components/Image/ImageFactory.js +57 -63
  214. package/lib/components/Image/ImageFactory.js.map +1 -1
  215. package/lib/components/Image/ImageRender.js +44 -44
  216. package/lib/components/Image/ImageRender.js.map +1 -1
  217. package/lib/components/Image/Lightbox/Lightbox.js +29 -43
  218. package/lib/components/Image/Lightbox/Lightbox.js.map +1 -1
  219. package/lib/components/Image/Lightbox/index.js +2 -3
  220. package/lib/components/Image/Lightbox/index.js.map +1 -1
  221. package/lib/components/Image/index.js +2 -3
  222. package/lib/components/Image/index.js.map +1 -1
  223. package/lib/components/ItemList/ItemListButton/ItemListButton.js +63 -78
  224. package/lib/components/ItemList/ItemListButton/ItemListButton.js.map +1 -1
  225. package/lib/components/ItemList/ItemListButton/index.js +2 -3
  226. package/lib/components/ItemList/ItemListButton/index.js.map +1 -1
  227. package/lib/components/ItemList/ItemListCounter/ItemListCounter.js +34 -35
  228. package/lib/components/ItemList/ItemListCounter/ItemListCounter.js.map +1 -1
  229. package/lib/components/ItemList/ItemListCounter/index.js +2 -3
  230. package/lib/components/ItemList/ItemListCounter/index.js.map +1 -1
  231. package/lib/components/ItemList/ItemListNew/ItemListNew.js +36 -33
  232. package/lib/components/ItemList/ItemListNew/ItemListNew.js.map +1 -1
  233. package/lib/components/ItemList/ItemListNew/index.js +2 -3
  234. package/lib/components/ItemList/ItemListNew/index.js.map +1 -1
  235. package/lib/components/ItemList/constants.js +5 -6
  236. package/lib/components/ItemList/constants.js.map +1 -1
  237. package/lib/components/ItemList/helpers/get-item-list-data.js +3 -4
  238. package/lib/components/ItemList/helpers/get-item-list-data.js.map +1 -1
  239. package/lib/components/ItemList/helpers/get-item-list-id.js +4 -6
  240. package/lib/components/ItemList/helpers/get-item-list-id.js.map +1 -1
  241. package/lib/components/ItemList/helpers/get-item-list-ids.js +9 -12
  242. package/lib/components/ItemList/helpers/get-item-list-ids.js.map +1 -1
  243. package/lib/components/ItemList/helpers/index.js +10 -11
  244. package/lib/components/ItemList/helpers/index.js.map +1 -1
  245. package/lib/components/ItemList/helpers/set-item-list-id.js +4 -6
  246. package/lib/components/ItemList/helpers/set-item-list-id.js.map +1 -1
  247. package/lib/components/ItemList/helpers/set-param-and-redirect.js +7 -18
  248. package/lib/components/ItemList/helpers/set-param-and-redirect.js.map +1 -1
  249. package/lib/components/ItemList/hooks/index.js +2 -3
  250. package/lib/components/ItemList/hooks/index.js.map +1 -1
  251. package/lib/components/ItemList/hooks/use-item-list-id.js +12 -17
  252. package/lib/components/ItemList/hooks/use-item-list-id.js.map +1 -1
  253. package/lib/components/ItemList/icons/AddedBookmark.js +8 -9
  254. package/lib/components/ItemList/icons/AddedBookmark.js.map +1 -1
  255. package/lib/components/ItemList/icons/BaseBookmark.js +9 -10
  256. package/lib/components/ItemList/icons/BaseBookmark.js.map +1 -1
  257. package/lib/components/ItemList/icons/HoverBookmark.js +9 -10
  258. package/lib/components/ItemList/icons/HoverBookmark.js.map +1 -1
  259. package/lib/components/ItemList/icons/RemoveBookmark.js +8 -9
  260. package/lib/components/ItemList/icons/RemoveBookmark.js.map +1 -1
  261. package/lib/components/ItemList/icons/index.js +8 -9
  262. package/lib/components/ItemList/icons/index.js.map +1 -1
  263. package/lib/components/Layout/Layout.js +57 -53
  264. package/lib/components/Layout/Layout.js.map +1 -1
  265. package/lib/components/Layout/LayoutFactory.js +11 -23
  266. package/lib/components/Layout/LayoutFactory.js.map +1 -1
  267. package/lib/components/Layout/LayoutWithStickyTimer.js +18 -33
  268. package/lib/components/Layout/LayoutWithStickyTimer.js.map +1 -1
  269. package/lib/components/Layout/constants.js +3 -4
  270. package/lib/components/Layout/constants.js.map +1 -1
  271. package/lib/components/Layout/helpers/check-if-row-has-columns.js +8 -15
  272. package/lib/components/Layout/helpers/check-if-row-has-columns.js.map +1 -1
  273. package/lib/components/Layout/helpers/get-styles-to-update.js +6 -6
  274. package/lib/components/Layout/helpers/get-styles-to-update.js.map +1 -1
  275. package/lib/components/Layout/helpers/index.js +4 -5
  276. package/lib/components/Layout/helpers/index.js.map +1 -1
  277. package/lib/components/Layout/index.js +2 -3
  278. package/lib/components/Layout/index.js.map +1 -1
  279. package/lib/components/LazyImage/LazyImage.js +20 -23
  280. package/lib/components/LazyImage/LazyImage.js.map +1 -1
  281. package/lib/components/LazyImage/index.js +3 -17
  282. package/lib/components/LazyImage/index.js.map +1 -1
  283. package/lib/components/List/ListBuilder.js +130 -144
  284. package/lib/components/List/ListBuilder.js.map +1 -1
  285. package/lib/components/List/ListFactory.js +165 -183
  286. package/lib/components/List/ListFactory.js.map +1 -1
  287. package/lib/components/List/ListRender.js +75 -80
  288. package/lib/components/List/ListRender.js.map +1 -1
  289. package/lib/components/List/components/Cards/CardRenderWithInfiniteScroll.js +2 -3
  290. package/lib/components/List/components/Cards/CardRenderWithInfiniteScroll.js.map +1 -1
  291. package/lib/components/List/components/Cards/CardsRender.js +62 -75
  292. package/lib/components/List/components/Cards/CardsRender.js.map +1 -1
  293. package/lib/components/List/components/Cards/CardsRenderItem.js +69 -71
  294. package/lib/components/List/components/Cards/CardsRenderItem.js.map +1 -1
  295. package/lib/components/List/components/Cards/CardsRenderWrapper.js +29 -35
  296. package/lib/components/List/components/Cards/CardsRenderWrapper.js.map +1 -1
  297. package/lib/components/List/components/Cards/index.js +2 -3
  298. package/lib/components/List/components/Cards/index.js.map +1 -1
  299. package/lib/components/List/components/Full/FullRender.js +49 -60
  300. package/lib/components/List/components/Full/FullRender.js.map +1 -1
  301. package/lib/components/List/components/Full/FullRenderItem.js +63 -79
  302. package/lib/components/List/components/Full/FullRenderItem.js.map +1 -1
  303. package/lib/components/List/components/Full/FullRenderWithInfiniteScroll.js +2 -3
  304. package/lib/components/List/components/Full/FullRenderWithInfiniteScroll.js.map +1 -1
  305. package/lib/components/List/components/Full/index.js +2 -3
  306. package/lib/components/List/components/Full/index.js.map +1 -1
  307. package/lib/components/List/components/Header/ListHeader.js +34 -32
  308. package/lib/components/List/components/Header/ListHeader.js.map +1 -1
  309. package/lib/components/List/components/Header/index.js +2 -3
  310. package/lib/components/List/components/Header/index.js.map +1 -1
  311. package/lib/components/List/components/Pagination/Classic.js +35 -36
  312. package/lib/components/List/components/Pagination/Classic.js.map +1 -1
  313. package/lib/components/List/components/Pagination/ListPagination.js +39 -58
  314. package/lib/components/List/components/Pagination/ListPagination.js.map +1 -1
  315. package/lib/components/List/components/Pagination/LoadMore.js +21 -22
  316. package/lib/components/List/components/Pagination/LoadMore.js.map +1 -1
  317. package/lib/components/List/components/Pagination/index.js +2 -3
  318. package/lib/components/List/components/Pagination/index.js.map +1 -1
  319. package/lib/components/List/components/helpers/check-if-should-render-banner.js +26 -22
  320. package/lib/components/List/components/helpers/check-if-should-render-banner.js.map +1 -1
  321. package/lib/components/List/components/helpers/check-if-should-render-gtm.js +6 -10
  322. package/lib/components/List/components/helpers/check-if-should-render-gtm.js.map +1 -1
  323. package/lib/components/List/components/helpers/index.js +4 -5
  324. package/lib/components/List/components/helpers/index.js.map +1 -1
  325. package/lib/components/List/components/index.js +8 -9
  326. package/lib/components/List/components/index.js.map +1 -1
  327. package/lib/components/List/constants.js +7 -11
  328. package/lib/components/List/constants.js.map +1 -1
  329. package/lib/components/List/helpers/build-az-aggregations.js +22 -37
  330. package/lib/components/List/helpers/build-az-aggregations.js.map +1 -1
  331. package/lib/components/List/helpers/build-az-url.js +15 -23
  332. package/lib/components/List/helpers/build-az-url.js.map +1 -1
  333. package/lib/components/List/helpers/build-pagination-items.js +19 -20
  334. package/lib/components/List/helpers/build-pagination-items.js.map +1 -1
  335. package/lib/components/List/helpers/build-pagination-url.js +9 -18
  336. package/lib/components/List/helpers/build-pagination-url.js.map +1 -1
  337. package/lib/components/List/helpers/build-query-booster.js +32 -38
  338. package/lib/components/List/helpers/build-query-booster.js.map +1 -1
  339. package/lib/components/List/helpers/get-az-query-filter.js +4 -6
  340. package/lib/components/List/helpers/get-az-query-filter.js.map +1 -1
  341. package/lib/components/List/helpers/get-items-per-page-to-use.js +3 -4
  342. package/lib/components/List/helpers/get-items-per-page-to-use.js.map +1 -1
  343. package/lib/components/List/helpers/get-list-component.js +3 -4
  344. package/lib/components/List/helpers/get-list-component.js.map +1 -1
  345. package/lib/components/List/helpers/get-list-query.js +14 -26
  346. package/lib/components/List/helpers/get-list-query.js.map +1 -1
  347. package/lib/components/List/helpers/get-list-specific-search-filter.js +10 -12
  348. package/lib/components/List/helpers/get-list-specific-search-filter.js.map +1 -1
  349. package/lib/components/List/helpers/get-sort-props.js +16 -24
  350. package/lib/components/List/helpers/get-sort-props.js.map +1 -1
  351. package/lib/components/List/helpers/has-required-item-list-details.js +8 -8
  352. package/lib/components/List/helpers/has-required-item-list-details.js.map +1 -1
  353. package/lib/components/List/helpers/index.js +24 -25
  354. package/lib/components/List/helpers/index.js.map +1 -1
  355. package/lib/components/List/helpers/sort-aggs.js +16 -22
  356. package/lib/components/List/helpers/sort-aggs.js.map +1 -1
  357. package/lib/components/List/helpers/strip-query-key.js +3 -4
  358. package/lib/components/List/helpers/strip-query-key.js.map +1 -1
  359. package/lib/components/List/index.js +2 -3
  360. package/lib/components/List/index.js.map +1 -1
  361. package/lib/components/Loading/Loading.js +15 -16
  362. package/lib/components/Loading/Loading.js.map +1 -1
  363. package/lib/components/Loading/constants.js +3 -4
  364. package/lib/components/Loading/constants.js.map +1 -1
  365. package/lib/components/Loading/helpers.js +4 -8
  366. package/lib/components/Loading/helpers.js.map +1 -1
  367. package/lib/components/Loading/index.js +3 -17
  368. package/lib/components/Loading/index.js.map +1 -1
  369. package/lib/components/Menu/Menu.js +68 -83
  370. package/lib/components/Menu/Menu.js.map +1 -1
  371. package/lib/components/Menu/MenuContext.js +3 -4
  372. package/lib/components/Menu/MenuContext.js.map +1 -1
  373. package/lib/components/Menu/index.js +2 -3
  374. package/lib/components/Menu/index.js.map +1 -1
  375. package/lib/components/MenuItem/MenuEntitiesItem.js +131 -150
  376. package/lib/components/MenuItem/MenuEntitiesItem.js.map +1 -1
  377. package/lib/components/MenuItem/MenuItem.js +19 -18
  378. package/lib/components/MenuItem/MenuItem.js.map +1 -1
  379. package/lib/components/MenuItem/MenuItemRender.js +53 -63
  380. package/lib/components/MenuItem/MenuItemRender.js.map +1 -1
  381. package/lib/components/MenuItem/helpers/has-active-child.js +3 -10
  382. package/lib/components/MenuItem/helpers/has-active-child.js.map +1 -1
  383. package/lib/components/MenuItem/helpers/index.js +6 -7
  384. package/lib/components/MenuItem/helpers/index.js.map +1 -1
  385. package/lib/components/MenuItem/helpers/inject-helper-into-template.js +17 -8
  386. package/lib/components/MenuItem/helpers/inject-helper-into-template.js.map +1 -1
  387. package/lib/components/MenuItem/helpers/isUrlPathMatch.js +6 -10
  388. package/lib/components/MenuItem/helpers/isUrlPathMatch.js.map +1 -1
  389. package/lib/components/MenuItem/index.js +2 -3
  390. package/lib/components/MenuItem/index.js.map +1 -1
  391. package/lib/components/Modal/Modal.js +15 -14
  392. package/lib/components/Modal/Modal.js.map +1 -1
  393. package/lib/components/Modal/index.js +2 -3
  394. package/lib/components/Modal/index.js.map +1 -1
  395. package/lib/components/ModalAdapter/ModalAdapter.js +7 -8
  396. package/lib/components/ModalAdapter/ModalAdapter.js.map +1 -1
  397. package/lib/components/ModalAdapter/index.js +3 -17
  398. package/lib/components/ModalAdapter/index.js.map +1 -1
  399. package/lib/components/SearchContent/SearchContent.js +78 -91
  400. package/lib/components/SearchContent/SearchContent.js.map +1 -1
  401. package/lib/components/SearchContent/SearchContentItems.js +28 -31
  402. package/lib/components/SearchContent/SearchContentItems.js.map +1 -1
  403. package/lib/components/SearchContent/SearchContentResults.js +18 -17
  404. package/lib/components/SearchContent/SearchContentResults.js.map +1 -1
  405. package/lib/components/SearchContent/SearchContentToggleIcon.js +15 -17
  406. package/lib/components/SearchContent/SearchContentToggleIcon.js.map +1 -1
  407. package/lib/components/SearchContent/constants.js +2 -3
  408. package/lib/components/SearchContent/constants.js.map +1 -1
  409. package/lib/components/SearchContent/index.js +2 -3
  410. package/lib/components/SearchContent/index.js.map +1 -1
  411. package/lib/components/SearchFilter/SearchFilter/CloseMobileForm.js +12 -11
  412. package/lib/components/SearchFilter/SearchFilter/CloseMobileForm.js.map +1 -1
  413. package/lib/components/SearchFilter/SearchFilter/FiltersList.js +44 -52
  414. package/lib/components/SearchFilter/SearchFilter/FiltersList.js.map +1 -1
  415. package/lib/components/SearchFilter/SearchFilter/MobileFormToolbar.js +14 -13
  416. package/lib/components/SearchFilter/SearchFilter/MobileFormToolbar.js.map +1 -1
  417. package/lib/components/SearchFilter/SearchFilter/ResetDesktopForm.js +12 -11
  418. package/lib/components/SearchFilter/SearchFilter/ResetDesktopForm.js.map +1 -1
  419. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js +95 -125
  420. package/lib/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -1
  421. package/lib/components/SearchFilter/SearchFilter/index.js +2 -3
  422. package/lib/components/SearchFilter/SearchFilter/index.js.map +1 -1
  423. package/lib/components/SearchFilter/SearchFilterContainer.js +133 -150
  424. package/lib/components/SearchFilter/SearchFilterContainer.js.map +1 -1
  425. package/lib/components/SearchFilter/components/Checkbox.js +66 -83
  426. package/lib/components/SearchFilter/components/Checkbox.js.map +1 -1
  427. package/lib/components/SearchFilter/components/Range.js +79 -82
  428. package/lib/components/SearchFilter/components/Range.js.map +1 -1
  429. package/lib/components/SearchFilter/components/Select.js +46 -48
  430. package/lib/components/SearchFilter/components/Select.js.map +1 -1
  431. package/lib/components/SearchFilter/components/TextSearch.js +41 -39
  432. package/lib/components/SearchFilter/components/TextSearch.js.map +1 -1
  433. package/lib/components/SearchFilter/components/index.js +8 -9
  434. package/lib/components/SearchFilter/components/index.js.map +1 -1
  435. package/lib/components/SearchFilter/constants.js +29 -30
  436. package/lib/components/SearchFilter/constants.js.map +1 -1
  437. package/lib/components/SearchFilter/helpers/build-list-name-query.js +9 -19
  438. package/lib/components/SearchFilter/helpers/build-list-name-query.js.map +1 -1
  439. package/lib/components/SearchFilter/helpers/build-new-url.js +8 -9
  440. package/lib/components/SearchFilter/helpers/build-new-url.js.map +1 -1
  441. package/lib/components/SearchFilter/helpers/build-url-query.js +19 -33
  442. package/lib/components/SearchFilter/helpers/build-url-query.js.map +1 -1
  443. package/lib/components/SearchFilter/helpers/calculate-min-max.js +10 -10
  444. package/lib/components/SearchFilter/helpers/calculate-min-max.js.map +1 -1
  445. package/lib/components/SearchFilter/helpers/calculate-step.js +3 -6
  446. package/lib/components/SearchFilter/helpers/calculate-step.js.map +1 -1
  447. package/lib/components/SearchFilter/helpers/check-if-range-updated.js +7 -6
  448. package/lib/components/SearchFilter/helpers/check-if-range-updated.js.map +1 -1
  449. package/lib/components/SearchFilter/helpers/decode-encode.js +4 -7
  450. package/lib/components/SearchFilter/helpers/decode-encode.js.map +1 -1
  451. package/lib/components/SearchFilter/helpers/get-display-value.js +4 -14
  452. package/lib/components/SearchFilter/helpers/get-display-value.js.map +1 -1
  453. package/lib/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js +10 -17
  454. package/lib/components/SearchFilter/helpers/get-filter-ranges-and-checkboxes-values.js.map +1 -1
  455. package/lib/components/SearchFilter/helpers/get-filter-value-from-query.js +14 -14
  456. package/lib/components/SearchFilter/helpers/get-filter-value-from-query.js.map +1 -1
  457. package/lib/components/SearchFilter/helpers/get-filter-values.js +11 -15
  458. package/lib/components/SearchFilter/helpers/get-filter-values.js.map +1 -1
  459. package/lib/components/SearchFilter/helpers/get-initial-filter-values.js +13 -17
  460. package/lib/components/SearchFilter/helpers/get-initial-filter-values.js.map +1 -1
  461. package/lib/components/SearchFilter/helpers/get-intersected-prop.js +3 -7
  462. package/lib/components/SearchFilter/helpers/get-intersected-prop.js.map +1 -1
  463. package/lib/components/SearchFilter/helpers/get-range-value.js +17 -24
  464. package/lib/components/SearchFilter/helpers/get-range-value.js.map +1 -1
  465. package/lib/components/SearchFilter/helpers/get-responsive-filter-classnames.js +17 -13
  466. package/lib/components/SearchFilter/helpers/get-responsive-filter-classnames.js.map +1 -1
  467. package/lib/components/SearchFilter/helpers/get-select-options.js +9 -11
  468. package/lib/components/SearchFilter/helpers/get-select-options.js.map +1 -1
  469. package/lib/components/SearchFilter/helpers/get-updated-filter-by.js +9 -21
  470. package/lib/components/SearchFilter/helpers/get-updated-filter-by.js.map +1 -1
  471. package/lib/components/SearchFilter/helpers/index.js +34 -35
  472. package/lib/components/SearchFilter/helpers/index.js.map +1 -1
  473. package/lib/components/SearchFilter/helpers/is-device-desktop.js +3 -6
  474. package/lib/components/SearchFilter/helpers/is-device-desktop.js.map +1 -1
  475. package/lib/components/SearchFilter/helpers/parse-filter-value.js +8 -14
  476. package/lib/components/SearchFilter/helpers/parse-filter-value.js.map +1 -1
  477. package/lib/components/SearchFilter/index.js +2 -3
  478. package/lib/components/SearchFilter/index.js.map +1 -1
  479. package/lib/components/SearchFilter/searchFilterReducer.js +10 -19
  480. package/lib/components/SearchFilter/searchFilterReducer.js.map +1 -1
  481. package/lib/components/SearchFilterSort/SearchFilterSort.js +49 -55
  482. package/lib/components/SearchFilterSort/SearchFilterSort.js.map +1 -1
  483. package/lib/components/SearchFilterSort/constants.js +4 -5
  484. package/lib/components/SearchFilterSort/constants.js.map +1 -1
  485. package/lib/components/SearchFilterSort/helpers/handle-sort-update.js +26 -30
  486. package/lib/components/SearchFilterSort/helpers/handle-sort-update.js.map +1 -1
  487. package/lib/components/SearchFilterSort/helpers/index.js +4 -5
  488. package/lib/components/SearchFilterSort/helpers/index.js.map +1 -1
  489. package/lib/components/SearchFilterSort/helpers/update-sort.js +13 -27
  490. package/lib/components/SearchFilterSort/helpers/update-sort.js.map +1 -1
  491. package/lib/components/SearchFilterSort/index.js +2 -3
  492. package/lib/components/SearchFilterSort/index.js.map +1 -1
  493. package/lib/components/SocialFollow/SFItem.js +18 -18
  494. package/lib/components/SocialFollow/SFItem.js.map +1 -1
  495. package/lib/components/SocialFollow/SocialFollow.js +17 -16
  496. package/lib/components/SocialFollow/SocialFollow.js.map +1 -1
  497. package/lib/components/SocialFollow/SocialFollowRender.js +15 -16
  498. package/lib/components/SocialFollow/SocialFollowRender.js.map +1 -1
  499. package/lib/components/SocialFollow/index.js +2 -3
  500. package/lib/components/SocialFollow/index.js.map +1 -1
  501. package/lib/components/SocialFollow/sf.config.js +4 -5
  502. package/lib/components/SocialFollow/sf.config.js.map +1 -1
  503. package/lib/components/SubMenu/SubMenu.js +10 -10
  504. package/lib/components/SubMenu/SubMenu.js.map +1 -1
  505. package/lib/components/SubMenu/index.js +2 -3
  506. package/lib/components/SubMenu/index.js.map +1 -1
  507. package/lib/components/TextBlock/TextBlockRender.js +12 -13
  508. package/lib/components/TextBlock/TextBlockRender.js.map +1 -1
  509. package/lib/components/TextBlock/index.js +22 -30
  510. package/lib/components/TextBlock/index.js.map +1 -1
  511. package/lib/components/Video/Video.js +46 -52
  512. package/lib/components/Video/Video.js.map +1 -1
  513. package/lib/components/Video/VideoContext.js +3 -4
  514. package/lib/components/Video/VideoContext.js.map +1 -1
  515. package/lib/components/Video/VideoModal.js +13 -28
  516. package/lib/components/Video/VideoModal.js.map +1 -1
  517. package/lib/components/Video/VideoRender.js +30 -36
  518. package/lib/components/Video/VideoRender.js.map +1 -1
  519. package/lib/components/Video/constants.js +1 -2
  520. package/lib/components/Video/constants.js.map +1 -1
  521. package/lib/components/Video/helpers/emit-gtm-event.js +11 -11
  522. package/lib/components/Video/helpers/emit-gtm-event.js.map +1 -1
  523. package/lib/components/Video/index.js +2 -3
  524. package/lib/components/Video/index.js.map +1 -1
  525. package/lib/components/Video/providers/Default.js +22 -24
  526. package/lib/components/Video/providers/Default.js.map +1 -1
  527. package/lib/components/Video/providers/JWPlayer/JWPlayerController.js +44 -46
  528. package/lib/components/Video/providers/JWPlayer/JWPlayerController.js.map +1 -1
  529. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js +44 -56
  530. package/lib/components/Video/providers/JWPlayer/JWPlayerProvider.js.map +1 -1
  531. package/lib/components/Video/providers/Vimeo/VimeoProvider.js +41 -88
  532. package/lib/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -1
  533. package/lib/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js +8 -21
  534. package/lib/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js.map +1 -1
  535. package/lib/components/Video/providers/Vimeo/helpers/index.js +2 -3
  536. package/lib/components/Video/providers/Vimeo/helpers/index.js.map +1 -1
  537. package/lib/components/Video/providers/YouTube/YouTubeProvider.js +18 -18
  538. package/lib/components/Video/providers/YouTube/YouTubeProvider.js.map +1 -1
  539. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js +101 -121
  540. package/lib/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -1
  541. package/lib/components/Video/providers/YouTube/helpers/index.js +17 -23
  542. package/lib/components/Video/providers/YouTube/helpers/index.js.map +1 -1
  543. package/lib/components/Video/providers/get-provider.js +10 -40
  544. package/lib/components/Video/providers/get-provider.js.map +1 -1
  545. package/lib/components/Video/providers/index.js +2 -3
  546. package/lib/components/Video/providers/index.js.map +1 -1
  547. package/lib/components/Wrapper.js +21 -21
  548. package/lib/components/Wrapper.js.map +1 -1
  549. package/lib/components/index.js +34 -164
  550. package/lib/components/index.js.map +1 -1
  551. package/lib/constants/componentsDefaultValues.js +5 -7
  552. package/lib/constants/componentsDefaultValues.js.map +1 -1
  553. package/lib/constants/index.js +110 -112
  554. package/lib/constants/index.js.map +1 -1
  555. package/lib/helpers/append-images.js +20 -30
  556. package/lib/helpers/append-images.js.map +1 -1
  557. package/lib/helpers/build-az-filter.js +12 -13
  558. package/lib/helpers/build-az-filter.js.map +1 -1
  559. package/lib/helpers/build-checkbox-filters.js +17 -20
  560. package/lib/helpers/build-checkbox-filters.js.map +1 -1
  561. package/lib/helpers/build-filters-query.js +50 -57
  562. package/lib/helpers/build-filters-query.js.map +1 -1
  563. package/lib/helpers/build-image-properties.js +21 -23
  564. package/lib/helpers/build-image-properties.js.map +1 -1
  565. package/lib/helpers/build-inherited-filters.js +41 -53
  566. package/lib/helpers/build-inherited-filters.js.map +1 -1
  567. package/lib/helpers/build-link-extra-props.js +10 -11
  568. package/lib/helpers/build-link-extra-props.js.map +1 -1
  569. package/lib/helpers/build-props-query.js +70 -111
  570. package/lib/helpers/build-props-query.js.map +1 -1
  571. package/lib/helpers/build-query-fields.js +13 -10
  572. package/lib/helpers/build-query-fields.js.map +1 -1
  573. package/lib/helpers/build-query-key.js +6 -8
  574. package/lib/helpers/build-query-key.js.map +1 -1
  575. package/lib/helpers/build-raw-query-base.js +59 -80
  576. package/lib/helpers/build-raw-query-base.js.map +1 -1
  577. package/lib/helpers/build-raw-query-stringified.js +9 -15
  578. package/lib/helpers/build-raw-query-stringified.js.map +1 -1
  579. package/lib/helpers/build-raw-query.js +72 -86
  580. package/lib/helpers/build-raw-query.js.map +1 -1
  581. package/lib/helpers/build-search-values-checkbox-select.js +54 -76
  582. package/lib/helpers/build-search-values-checkbox-select.js.map +1 -1
  583. package/lib/helpers/build-search-values-text.js +30 -36
  584. package/lib/helpers/build-search-values-text.js.map +1 -1
  585. package/lib/helpers/build-set-filters.js +24 -38
  586. package/lib/helpers/build-set-filters.js.map +1 -1
  587. package/lib/helpers/build-sort-values.js +18 -28
  588. package/lib/helpers/build-sort-values.js.map +1 -1
  589. package/lib/helpers/check-for-error.js +7 -13
  590. package/lib/helpers/check-for-error.js.map +1 -1
  591. package/lib/helpers/check-props-to-use.js +5 -11
  592. package/lib/helpers/check-props-to-use.js.map +1 -1
  593. package/lib/helpers/entities/constants.js +3 -4
  594. package/lib/helpers/entities/constants.js.map +1 -1
  595. package/lib/helpers/filter-query-setup.js +39 -48
  596. package/lib/helpers/filter-query-setup.js.map +1 -1
  597. package/lib/helpers/filters-setup.js +34 -35
  598. package/lib/helpers/filters-setup.js.map +1 -1
  599. package/lib/helpers/get-banner-data.js +12 -22
  600. package/lib/helpers/get-banner-data.js.map +1 -1
  601. package/lib/helpers/get-checkbox-filters.js +3 -4
  602. package/lib/helpers/get-checkbox-filters.js.map +1 -1
  603. package/lib/helpers/get-click-wrapper-options.js +28 -43
  604. package/lib/helpers/get-click-wrapper-options.js.map +1 -1
  605. package/lib/helpers/get-component-id.js +5 -9
  606. package/lib/helpers/get-component-id.js.map +1 -1
  607. package/lib/helpers/get-current-offset.js +4 -10
  608. package/lib/helpers/get-current-offset.js.map +1 -1
  609. package/lib/helpers/get-custom-html-properties.js +19 -0
  610. package/lib/helpers/get-custom-html-properties.js.map +1 -0
  611. package/lib/helpers/get-dictionary-match.js +4 -7
  612. package/lib/helpers/get-dictionary-match.js.map +1 -1
  613. package/lib/helpers/get-display-count-data.js +8 -10
  614. package/lib/helpers/get-display-count-data.js.map +1 -1
  615. package/lib/helpers/get-elasticsearch-operator.js +5 -7
  616. package/lib/helpers/get-elasticsearch-operator.js.map +1 -1
  617. package/lib/helpers/get-entities-with-banner.js +22 -28
  618. package/lib/helpers/get-entities-with-banner.js.map +1 -1
  619. package/lib/helpers/get-entity-data.js +15 -17
  620. package/lib/helpers/get-entity-data.js.map +1 -1
  621. package/lib/helpers/get-entity-render-props.js +16 -14
  622. package/lib/helpers/get-entity-render-props.js.map +1 -1
  623. package/lib/helpers/get-extra-az-bits.js +25 -23
  624. package/lib/helpers/get-extra-az-bits.js.map +1 -1
  625. package/lib/helpers/get-filter-props.js +46 -60
  626. package/lib/helpers/get-filter-props.js.map +1 -1
  627. package/lib/helpers/get-filter-relation-keys.js +8 -16
  628. package/lib/helpers/get-filter-relation-keys.js.map +1 -1
  629. package/lib/helpers/get-generic-props.js +9 -18
  630. package/lib/helpers/get-generic-props.js.map +1 -1
  631. package/lib/helpers/get-generic-render-variables.js +30 -45
  632. package/lib/helpers/get-generic-render-variables.js.map +1 -1
  633. package/lib/helpers/get-image-ids.js +12 -21
  634. package/lib/helpers/get-image-ids.js.map +1 -1
  635. package/lib/helpers/get-inherited-filters.js +6 -18
  636. package/lib/helpers/get-inherited-filters.js.map +1 -1
  637. package/lib/helpers/get-items-to-display-ids.js +6 -15
  638. package/lib/helpers/get-items-to-display-ids.js.map +1 -1
  639. package/lib/helpers/get-modifiers.js +8 -23
  640. package/lib/helpers/get-modifiers.js.map +1 -1
  641. package/lib/helpers/get-not-equal-query.js +1 -2
  642. package/lib/helpers/get-not-equal-query.js.map +1 -1
  643. package/lib/helpers/get-pagination-index.js +3 -6
  644. package/lib/helpers/get-pagination-index.js.map +1 -1
  645. package/lib/helpers/get-parsed-prop-values.js +28 -40
  646. package/lib/helpers/get-parsed-prop-values.js.map +1 -1
  647. package/lib/helpers/get-parsed-summary-value.js +5 -6
  648. package/lib/helpers/get-parsed-summary-value.js.map +1 -1
  649. package/lib/helpers/get-prop-values.js +13 -26
  650. package/lib/helpers/get-prop-values.js.map +1 -1
  651. package/lib/helpers/get-query-filters.js +12 -15
  652. package/lib/helpers/get-query-filters.js.map +1 -1
  653. package/lib/helpers/get-query-props.js +27 -32
  654. package/lib/helpers/get-query-props.js.map +1 -1
  655. package/lib/helpers/get-required-schemas.js +20 -37
  656. package/lib/helpers/get-required-schemas.js.map +1 -1
  657. package/lib/helpers/get-sanitized-prop-values.js +3 -10
  658. package/lib/helpers/get-sanitized-prop-values.js.map +1 -1
  659. package/lib/helpers/get-search-filter-type.js +10 -14
  660. package/lib/helpers/get-search-filter-type.js.map +1 -1
  661. package/lib/helpers/get-sort-by-field-name.js +15 -32
  662. package/lib/helpers/get-sort-by-field-name.js.map +1 -1
  663. package/lib/helpers/get-unpublished-entity-name.js +4 -14
  664. package/lib/helpers/get-unpublished-entity-name.js.map +1 -1
  665. package/lib/helpers/get-updated-filter-by.js +5 -8
  666. package/lib/helpers/get-updated-filter-by.js.map +1 -1
  667. package/lib/helpers/get-updated-items-to-display.js +17 -33
  668. package/lib/helpers/get-updated-items-to-display.js.map +1 -1
  669. package/lib/helpers/get-updated-sort-properties.js +8 -18
  670. package/lib/helpers/get-updated-sort-properties.js.map +1 -1
  671. package/lib/helpers/get-wrapped-value-with-link.js +14 -17
  672. package/lib/helpers/get-wrapped-value-with-link.js.map +1 -1
  673. package/lib/helpers/group-entities.js +4 -9
  674. package/lib/helpers/group-entities.js.map +1 -1
  675. package/lib/helpers/has-children.js +4 -7
  676. package/lib/helpers/has-children.js.map +1 -1
  677. package/lib/helpers/index.js +135 -129
  678. package/lib/helpers/index.js.map +1 -1
  679. package/lib/helpers/inject-banner.js +8 -10
  680. package/lib/helpers/inject-banner.js.map +1 -1
  681. package/lib/helpers/inject-banners-to-entities.js +11 -9
  682. package/lib/helpers/inject-banners-to-entities.js.map +1 -1
  683. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js +9 -12
  684. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/get-banners-for-entities.js.map +1 -1
  685. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/index.js +2 -3
  686. package/lib/helpers/inject-multiple-banners/get-banners-for-entities/index.js.map +1 -1
  687. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js +10 -22
  688. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js.map +1 -1
  689. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js +17 -24
  690. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/group-node-entities.js.map +1 -1
  691. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js +2 -3
  692. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/helpers/index.js.map +1 -1
  693. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/index.js +2 -3
  694. package/lib/helpers/inject-multiple-banners/get-banners-for-nodes/index.js.map +1 -1
  695. package/lib/helpers/inject-multiple-banners/index.js +2 -3
  696. package/lib/helpers/inject-multiple-banners/index.js.map +1 -1
  697. package/lib/helpers/inject-multiple-banners/inject-multiple-banners.js +6 -6
  698. package/lib/helpers/inject-multiple-banners/inject-multiple-banners.js.map +1 -1
  699. package/lib/helpers/is-browser.js +3 -6
  700. package/lib/helpers/is-browser.js.map +1 -1
  701. package/lib/helpers/is-filter-entitys-id.js +5 -9
  702. package/lib/helpers/is-filter-entitys-id.js.map +1 -1
  703. package/lib/helpers/is-object.js +3 -9
  704. package/lib/helpers/is-object.js.map +1 -1
  705. package/lib/helpers/is-using-relation-image.js +3 -6
  706. package/lib/helpers/is-using-relation-image.js.map +1 -1
  707. package/lib/helpers/parse-TextBlock.js +18 -24
  708. package/lib/helpers/parse-TextBlock.js.map +1 -1
  709. package/lib/helpers/parse-interval.js +1 -2
  710. package/lib/helpers/parse-interval.js.map +1 -1
  711. package/lib/helpers/parse-props-to-display.js +24 -39
  712. package/lib/helpers/parse-props-to-display.js.map +1 -1
  713. package/lib/helpers/process-data-summary-value.js +26 -37
  714. package/lib/helpers/process-data-summary-value.js.map +1 -1
  715. package/lib/helpers/remove-extra-items.js +4 -5
  716. package/lib/helpers/remove-extra-items.js.map +1 -1
  717. package/lib/helpers/remove-unwanted-characters.js +11 -23
  718. package/lib/helpers/remove-unwanted-characters.js.map +1 -1
  719. package/lib/helpers/render-children.js +15 -36
  720. package/lib/helpers/render-children.js.map +1 -1
  721. package/lib/helpers/should-render-waypoint.js +3 -10
  722. package/lib/helpers/should-render-waypoint.js.map +1 -1
  723. package/lib/helpers/should-return.js +3 -11
  724. package/lib/helpers/should-return.js.map +1 -1
  725. package/lib/helpers/should-show-property.js +6 -8
  726. package/lib/helpers/should-show-property.js.map +1 -1
  727. package/lib/helpers/should-skip-single-query.js +3 -6
  728. package/lib/helpers/should-skip-single-query.js.map +1 -1
  729. package/lib/helpers/sort-response-data.js +7 -17
  730. package/lib/helpers/sort-response-data.js.map +1 -1
  731. package/lib/helpers/split-children.js +43 -52
  732. package/lib/helpers/split-children.js.map +1 -1
  733. package/lib/helpers/update-childrens-parent.js +12 -25
  734. package/lib/helpers/update-childrens-parent.js.map +1 -1
  735. package/lib/hooks/helpers/RenderComponent.js +53 -46
  736. package/lib/hooks/helpers/RenderComponent.js.map +1 -1
  737. package/lib/hooks/helpers/StoreImages.js +40 -71
  738. package/lib/hooks/helpers/StoreImages.js.map +1 -1
  739. package/lib/hooks/helpers/append-gtm-classname.js +28 -31
  740. package/lib/hooks/helpers/append-gtm-classname.js.map +1 -1
  741. package/lib/hooks/helpers/buildPBComponents.js +46 -71
  742. package/lib/hooks/helpers/buildPBComponents.js.map +1 -1
  743. package/lib/hooks/helpers/check-banner-insertion-set.js +10 -18
  744. package/lib/hooks/helpers/check-banner-insertion-set.js.map +1 -1
  745. package/lib/hooks/helpers/check-collisions.js +17 -20
  746. package/lib/hooks/helpers/check-collisions.js.map +1 -1
  747. package/lib/hooks/helpers/constants.js +4 -5
  748. package/lib/hooks/helpers/constants.js.map +1 -1
  749. package/lib/hooks/helpers/get-banner-index.js +3 -9
  750. package/lib/hooks/helpers/get-banner-index.js.map +1 -1
  751. package/lib/hooks/helpers/get-components-to-insert-by-type.js +16 -18
  752. package/lib/hooks/helpers/get-components-to-insert-by-type.js.map +1 -1
  753. package/lib/hooks/helpers/get-lightbox-images.js +17 -44
  754. package/lib/hooks/helpers/get-lightbox-images.js.map +1 -1
  755. package/lib/hooks/helpers/getComponent.js +1 -2
  756. package/lib/hooks/helpers/getComponent.js.map +1 -1
  757. package/lib/hooks/helpers/getVariant.js +9 -7
  758. package/lib/hooks/helpers/getVariant.js.map +1 -1
  759. package/lib/hooks/helpers/index.js +2 -3
  760. package/lib/hooks/helpers/index.js.map +1 -1
  761. package/lib/hooks/helpers/inject-element-components.js +33 -37
  762. package/lib/hooks/helpers/inject-element-components.js.map +1 -1
  763. package/lib/hooks/helpers/inject-textblock-banners.js +56 -62
  764. package/lib/hooks/helpers/inject-textblock-banners.js.map +1 -1
  765. package/lib/hooks/helpers/insert-banners.js +41 -58
  766. package/lib/hooks/helpers/insert-banners.js.map +1 -1
  767. package/lib/hooks/helpers/update-targetings.js +11 -9
  768. package/lib/hooks/helpers/update-targetings.js.map +1 -1
  769. package/lib/hooks/index.js +29 -23
  770. package/lib/hooks/index.js.map +1 -1
  771. package/lib/hooks/use-app-event-hook.js +45 -0
  772. package/lib/hooks/use-app-event-hook.js.map +1 -0
  773. package/lib/hooks/use-app-sync-event-hook.js +21 -21
  774. package/lib/hooks/use-app-sync-event-hook.js.map +1 -1
  775. package/lib/hooks/use-banner-insertion.js +14 -14
  776. package/lib/hooks/use-banner-insertion.js.map +1 -1
  777. package/lib/hooks/use-check-mobile-screen.js +12 -18
  778. package/lib/hooks/use-check-mobile-screen.js.map +1 -1
  779. package/lib/hooks/use-filter-aggregation-values.js +19 -35
  780. package/lib/hooks/use-filter-aggregation-values.js.map +1 -1
  781. package/lib/hooks/use-get-entity-schema.js +20 -26
  782. package/lib/hooks/use-get-entity-schema.js.map +1 -1
  783. package/lib/hooks/use-get-entity-schemas-as-obj.js +7 -17
  784. package/lib/hooks/use-get-entity-schemas-as-obj.js.map +1 -1
  785. package/lib/hooks/use-get-image-id-from-relation.js +31 -34
  786. package/lib/hooks/use-get-image-id-from-relation.js.map +1 -1
  787. package/lib/hooks/use-get-images.js +20 -24
  788. package/lib/hooks/use-get-images.js.map +1 -1
  789. package/lib/hooks/use-get-single-entity-schema.js +16 -17
  790. package/lib/hooks/use-get-single-entity-schema.js.map +1 -1
  791. package/lib/hooks/use-page-builder.js +8 -30
  792. package/lib/hooks/use-page-builder.js.map +1 -1
  793. package/lib/hooks/use-portal.js +6 -15
  794. package/lib/hooks/use-portal.js.map +1 -1
  795. package/lib/index.js +44 -45
  796. package/lib/index.js.map +1 -1
  797. package/lib/system-components/EditorMode/BlazeLogo.js +75 -0
  798. package/lib/system-components/EditorMode/BlazeLogo.js.map +1 -0
  799. package/lib/system-components/EditorMode/PbWrapper.js +42 -0
  800. package/lib/system-components/EditorMode/PbWrapper.js.map +1 -0
  801. package/lib/system-components/EditorMode/constants.js +9 -0
  802. package/lib/system-components/EditorMode/constants.js.map +1 -0
  803. package/lib/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +100 -0
  804. package/lib/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js.map +1 -0
  805. package/lib/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +25 -0
  806. package/lib/system-components/EditorMode/helpers/check-is-over-blaze-icon.js.map +1 -0
  807. package/lib/system-components/index.js +11 -0
  808. package/lib/system-components/index.js.map +1 -0
  809. package/lib/translations.js +4 -5
  810. package/lib/translations.js.map +1 -1
  811. package/lib/utils/component-map.js +12 -18
  812. package/lib/utils/component-map.js.map +1 -1
  813. package/lib/utils/get-class-modifiers.js +43 -55
  814. package/lib/utils/get-class-modifiers.js.map +1 -1
  815. package/lib/utils/get-image-data.js +7 -15
  816. package/lib/utils/get-image-data.js.map +1 -1
  817. package/lib/utils/get-props-to-display-modifiers.js +5 -10
  818. package/lib/utils/get-props-to-display-modifiers.js.map +1 -1
  819. package/lib/utils/index.js +12 -13
  820. package/lib/utils/index.js.map +1 -1
  821. package/lib/utils/is-object-empty.js +1 -3
  822. package/lib/utils/is-object-empty.js.map +1 -1
  823. package/lib/utils/variant-handler.js +8 -15
  824. package/lib/utils/variant-handler.js.map +1 -1
  825. package/lib/variants/FloatingSideButton/index.js +7 -19
  826. package/lib/variants/FloatingSideButton/index.js.map +1 -1
  827. package/lib/variants/HeroImage/index.js +7 -19
  828. package/lib/variants/HeroImage/index.js.map +1 -1
  829. package/lib/variants/Infographic/Infographic.js +10 -10
  830. package/lib/variants/Infographic/Infographic.js.map +1 -1
  831. package/lib/variants/Infographic/index.js +7 -30
  832. package/lib/variants/Infographic/index.js.map +1 -1
  833. package/lib/variants/Infographic/useInfographic.js +16 -29
  834. package/lib/variants/Infographic/useInfographic.js.map +1 -1
  835. package/lib/variants/LiveBlogList/LiveBlogList.js +49 -74
  836. package/lib/variants/LiveBlogList/LiveBlogList.js.map +1 -1
  837. package/lib/variants/LiveBlogList/index.js +9 -32
  838. package/lib/variants/LiveBlogList/index.js.map +1 -1
  839. package/lib/variants/LongformGallery/LongformGallery.js +28 -34
  840. package/lib/variants/LongformGallery/LongformGallery.js.map +1 -1
  841. package/lib/variants/LongformGallery/LongformGalleryImage.js +34 -39
  842. package/lib/variants/LongformGallery/LongformGalleryImage.js.map +1 -1
  843. package/lib/variants/LongformGallery/constants.js +11 -7
  844. package/lib/variants/LongformGallery/constants.js.map +1 -1
  845. package/lib/variants/LongformGallery/helpers/index.js +6 -7
  846. package/lib/variants/LongformGallery/helpers/index.js.map +1 -1
  847. package/lib/variants/LongformGallery/helpers/parseImageData.js +11 -20
  848. package/lib/variants/LongformGallery/helpers/parseImageData.js.map +1 -1
  849. package/lib/variants/LongformGallery/helpers/separateImages.js +9 -13
  850. package/lib/variants/LongformGallery/helpers/separateImages.js.map +1 -1
  851. package/lib/variants/LongformGallery/helpers/shouldSkip.js +3 -7
  852. package/lib/variants/LongformGallery/helpers/shouldSkip.js.map +1 -1
  853. package/lib/variants/LongformGallery/index.js +9 -32
  854. package/lib/variants/LongformGallery/index.js.map +1 -1
  855. package/lib/variants/LongformGallery/useLongformGallery.js +36 -41
  856. package/lib/variants/LongformGallery/useLongformGallery.js.map +1 -1
  857. package/lib/variants/LongformRow/index.js +7 -19
  858. package/lib/variants/LongformRow/index.js.map +1 -1
  859. package/lib/variants/ParallaxImageTextRight/index.js +8 -20
  860. package/lib/variants/ParallaxImageTextRight/index.js.map +1 -1
  861. package/lib/variants/SlideSummary/SlideSummary.js +10 -9
  862. package/lib/variants/SlideSummary/SlideSummary.js.map +1 -1
  863. package/lib/variants/SlideSummary/index.js +7 -30
  864. package/lib/variants/SlideSummary/index.js.map +1 -1
  865. package/lib/variants/ThumbnailCarousel/ThumbnailCarousel.js +30 -37
  866. package/lib/variants/ThumbnailCarousel/ThumbnailCarousel.js.map +1 -1
  867. package/lib/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js +15 -15
  868. package/lib/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js.map +1 -1
  869. package/lib/variants/ThumbnailCarousel/ThumbnailImage/index.js +2 -3
  870. package/lib/variants/ThumbnailCarousel/ThumbnailImage/index.js.map +1 -1
  871. package/lib/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js +46 -46
  872. package/lib/variants/ThumbnailCarousel/ThumbnailImage/useThumbnailImage.js.map +1 -1
  873. package/lib/variants/ThumbnailCarousel/index.js +7 -30
  874. package/lib/variants/ThumbnailCarousel/index.js.map +1 -1
  875. package/lib/variants/ThumbnailCarousel/useThumbnailCarousel.js +25 -37
  876. package/lib/variants/ThumbnailCarousel/useThumbnailCarousel.js.map +1 -1
  877. package/lib/variants/index.js +11 -12
  878. package/lib/variants/index.js.map +1 -1
  879. package/lib-es/HOC/recreateOnNavigation.js.map +1 -1
  880. package/lib-es/HOC/withTitle.js +1 -1
  881. package/lib-es/HOC/withTitle.js.map +1 -1
  882. package/lib-es/application/query/index.js.map +1 -1
  883. package/lib-es/components/BackToTop/BackToTop.js +2 -2
  884. package/lib-es/components/BackToTop/BackToTop.js.map +1 -1
  885. package/lib-es/components/Banner/AdSlotRender.js.map +1 -1
  886. package/lib-es/components/Banner/Banner.js.map +1 -1
  887. package/lib-es/components/Banner/BannerRender.js.map +1 -1
  888. package/lib-es/components/Banner/helpers.js.map +1 -1
  889. package/lib-es/components/Banner/index.js +1 -1
  890. package/lib-es/components/Banner/index.js.map +1 -1
  891. package/lib-es/components/Breadcrumb/Breadcrumb.js.map +1 -1
  892. package/lib-es/components/Button.js.map +1 -1
  893. package/lib-es/components/Card/Card.js.map +1 -1
  894. package/lib-es/components/Card/CardsFactory.js.map +1 -1
  895. package/lib-es/components/Card/CardsRender.js +16 -6
  896. package/lib-es/components/Card/CardsRender.js.map +1 -1
  897. package/lib-es/components/Card/helpers/get-dynamic-grid-classes.js.map +1 -1
  898. package/lib-es/components/Carousel/Carousel.js +39 -9
  899. package/lib-es/components/Carousel/Carousel.js.map +1 -1
  900. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js +2 -1
  901. package/lib-es/components/Carousel/CarouselImage/CarouselImage.js.map +1 -1
  902. package/lib-es/components/CarouselWrapper/DefaultCarousel.js.map +1 -1
  903. package/lib-es/components/CarouselWrapper/SmoothScrollCarousel.js.map +1 -1
  904. package/lib-es/components/ContentGroup/ContentGroup.js +22 -5
  905. package/lib-es/components/ContentGroup/ContentGroup.js.map +1 -1
  906. package/lib-es/components/ContentGroup/ContentGroupAccordion.js.map +1 -1
  907. package/lib-es/components/ContentGroup/ContentGroupTabs.js +0 -1
  908. package/lib-es/components/ContentGroup/ContentGroupTabs.js.map +1 -1
  909. package/lib-es/components/ContentGroup/helpers/get-active-tab.js.map +1 -1
  910. package/lib-es/components/DataSummary/DataSummaryFactory.js +3 -2
  911. package/lib-es/components/DataSummary/DataSummaryFactory.js.map +1 -1
  912. package/lib-es/components/DataSummary/DataSummaryTypes/HeadingLargeSummary/HeadingLargeSummary.js.map +1 -1
  913. package/lib-es/components/DataSummary/DataSummaryTypes/LargeSummary/LargeSummaryContent.js.map +1 -1
  914. package/lib-es/components/DataSummary/DataSummaryTypes/ListSummary/ListSummaryContent.js.map +1 -1
  915. package/lib-es/components/DataSummary/DataSummaryTypes/index.js +5 -5
  916. package/lib-es/components/DataSummary/DataSummaryTypes/index.js.map +1 -1
  917. package/lib-es/components/DataSummary/helpers/get-link-based-on-value.js.map +1 -1
  918. package/lib-es/components/DataSummary/helpers/get-prop-value.js.map +1 -1
  919. package/lib-es/components/DataSummary/helpers/get-record-id.js +14 -0
  920. package/lib-es/components/DataSummary/helpers/get-record-id.js.map +1 -0
  921. package/lib-es/components/DataSummary/helpers/get-value-from-array.js.map +1 -1
  922. package/lib-es/components/DataSummary/helpers/index.js +2 -1
  923. package/lib-es/components/DataSummary/helpers/index.js.map +1 -1
  924. package/lib-es/components/EmailConfirm/EmailConfirm.js +4 -4
  925. package/lib-es/components/EmailConfirm/EmailConfirm.js.map +1 -1
  926. package/lib-es/components/EmailConfirm/mutation.js.map +1 -1
  927. package/lib-es/components/ErrorMessage/index.js +1 -1
  928. package/lib-es/components/ErrorMessage/index.js.map +1 -1
  929. package/lib-es/components/Iframe/Iframe.js.map +1 -1
  930. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js +5 -5
  931. package/lib-es/components/Image/GlobalLightbox/GlobalLightbox.js.map +1 -1
  932. package/lib-es/components/Image/GlobalLightbox/NavButton.js +2 -2
  933. package/lib-es/components/Image/GlobalLightbox/NavButton.js.map +1 -1
  934. package/lib-es/components/Image/GlobalLightbox/index.js +1 -1
  935. package/lib-es/components/Image/GlobalLightbox/index.js.map +1 -1
  936. package/lib-es/components/Image/Image.js.map +1 -1
  937. package/lib-es/components/Image/ImageFactory.js.map +1 -1
  938. package/lib-es/components/ItemList/ItemListCounter/ItemListCounter.js.map +1 -1
  939. package/lib-es/components/ItemList/ItemListNew/ItemListNew.js.map +1 -1
  940. package/lib-es/components/ItemList/helpers/get-item-list-id.js.map +1 -1
  941. package/lib-es/components/ItemList/helpers/set-item-list-id.js.map +1 -1
  942. package/lib-es/components/ItemList/hooks/use-item-list-id.js.map +1 -1
  943. package/lib-es/components/Layout/Layout.js +14 -5
  944. package/lib-es/components/Layout/Layout.js.map +1 -1
  945. package/lib-es/components/Layout/LayoutFactory.js +1 -1
  946. package/lib-es/components/Layout/LayoutFactory.js.map +1 -1
  947. package/lib-es/components/Layout/LayoutWithStickyTimer.js.map +1 -1
  948. package/lib-es/components/Layout/helpers/get-styles-to-update.js.map +1 -1
  949. package/lib-es/components/LazyImage/index.js +1 -1
  950. package/lib-es/components/LazyImage/index.js.map +1 -1
  951. package/lib-es/components/List/ListBuilder.js +1 -1
  952. package/lib-es/components/List/ListBuilder.js.map +1 -1
  953. package/lib-es/components/List/ListFactory.js.map +1 -1
  954. package/lib-es/components/List/ListRender.js.map +1 -1
  955. package/lib-es/components/List/components/Full/FullRenderItem.js.map +1 -1
  956. package/lib-es/components/List/components/Header/ListHeader.js.map +1 -1
  957. package/lib-es/components/List/components/Pagination/Classic.js.map +1 -1
  958. package/lib-es/components/List/components/Pagination/ListPagination.js.map +1 -1
  959. package/lib-es/components/List/components/Pagination/LoadMore.js +2 -2
  960. package/lib-es/components/List/components/Pagination/LoadMore.js.map +1 -1
  961. package/lib-es/components/List/helpers/build-az-url.js.map +1 -1
  962. package/lib-es/components/List/helpers/build-pagination-items.js.map +1 -1
  963. package/lib-es/components/List/helpers/build-pagination-url.js.map +1 -1
  964. package/lib-es/components/List/helpers/build-query-booster.js +9 -6
  965. package/lib-es/components/List/helpers/build-query-booster.js.map +1 -1
  966. package/lib-es/components/List/helpers/get-az-query-filter.js.map +1 -1
  967. package/lib-es/components/List/helpers/get-list-query.js.map +1 -1
  968. package/lib-es/components/List/helpers/sort-aggs.js.map +1 -1
  969. package/lib-es/components/Loading/Loading.js.map +1 -1
  970. package/lib-es/components/Loading/index.js +1 -1
  971. package/lib-es/components/Loading/index.js.map +1 -1
  972. package/lib-es/components/Menu/Menu.js.map +1 -1
  973. package/lib-es/components/MenuItem/MenuItemRender.js.map +1 -1
  974. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js +14 -2
  975. package/lib-es/components/MenuItem/helpers/inject-helper-into-template.js.map +1 -1
  976. package/lib-es/components/MenuItem/helpers/isUrlPathMatch.js.map +1 -1
  977. package/lib-es/components/ModalAdapter/ModalAdapter.js +1 -1
  978. package/lib-es/components/ModalAdapter/ModalAdapter.js.map +1 -1
  979. package/lib-es/components/ModalAdapter/index.js +1 -1
  980. package/lib-es/components/ModalAdapter/index.js.map +1 -1
  981. package/lib-es/components/SearchContent/SearchContent.js +8 -2
  982. package/lib-es/components/SearchContent/SearchContent.js.map +1 -1
  983. package/lib-es/components/SearchContent/SearchContentResults.js +2 -1
  984. package/lib-es/components/SearchContent/SearchContentResults.js.map +1 -1
  985. package/lib-es/components/SearchFilter/SearchFilter/SearchFilter.js.map +1 -1
  986. package/lib-es/components/SearchFilter/SearchFilterContainer.js.map +1 -1
  987. package/lib-es/components/SearchFilter/components/Checkbox.js.map +1 -1
  988. package/lib-es/components/SearchFilter/components/Range.js.map +1 -1
  989. package/lib-es/components/SearchFilter/components/Select.js.map +1 -1
  990. package/lib-es/components/SearchFilter/constants.js.map +1 -1
  991. package/lib-es/components/SearchFilter/helpers/build-list-name-query.js.map +1 -1
  992. package/lib-es/components/SearchFilter/helpers/build-new-url.js +3 -2
  993. package/lib-es/components/SearchFilter/helpers/build-new-url.js.map +1 -1
  994. package/lib-es/components/SearchFilter/helpers/build-url-query.js.map +1 -1
  995. package/lib-es/components/SearchFilter/helpers/get-responsive-filter-classnames.js.map +1 -1
  996. package/lib-es/components/SearchFilter/helpers/get-updated-filter-by.js.map +1 -1
  997. package/lib-es/components/SearchFilter/helpers/parse-filter-value.js.map +1 -1
  998. package/lib-es/components/SearchFilterSort/SearchFilterSort.js.map +1 -1
  999. package/lib-es/components/SearchFilterSort/helpers/handle-sort-update.js.map +1 -1
  1000. package/lib-es/components/SearchFilterSort/helpers/update-sort.js.map +1 -1
  1001. package/lib-es/components/SocialFollow/SFItem.js.map +1 -1
  1002. package/lib-es/components/Video/Video.js.map +1 -1
  1003. package/lib-es/components/Video/providers/Vimeo/VimeoProvider.js.map +1 -1
  1004. package/lib-es/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.js.map +1 -1
  1005. package/lib-es/components/Video/providers/YouTube/YouTubeProvider.js.map +1 -1
  1006. package/lib-es/components/Video/providers/YouTube/YoutubeEmbeded.js.map +1 -1
  1007. package/lib-es/components/Video/providers/YouTube/helpers/index.js.map +1 -1
  1008. package/lib-es/components/Video/providers/get-provider.js +5 -5
  1009. package/lib-es/components/Video/providers/get-provider.js.map +1 -1
  1010. package/lib-es/components/Wrapper.js +2 -2
  1011. package/lib-es/components/Wrapper.js.map +1 -1
  1012. package/lib-es/components/index.js +30 -30
  1013. package/lib-es/components/index.js.map +1 -1
  1014. package/lib-es/constants/componentsDefaultValues.js.map +1 -1
  1015. package/lib-es/constants/index.js.map +1 -1
  1016. package/lib-es/helpers/build-az-filter.js.map +1 -1
  1017. package/lib-es/helpers/build-filters-query.js.map +1 -1
  1018. package/lib-es/helpers/build-inherited-filters.js.map +1 -1
  1019. package/lib-es/helpers/build-props-query.js.map +1 -1
  1020. package/lib-es/helpers/build-query-fields.js.map +1 -1
  1021. package/lib-es/helpers/build-query-key.js.map +1 -1
  1022. package/lib-es/helpers/build-raw-query-base.js.map +1 -1
  1023. package/lib-es/helpers/build-raw-query-stringified.js.map +1 -1
  1024. package/lib-es/helpers/build-search-values-checkbox-select.js +1 -1
  1025. package/lib-es/helpers/build-search-values-checkbox-select.js.map +1 -1
  1026. package/lib-es/helpers/build-sort-values.js.map +1 -1
  1027. package/lib-es/helpers/get-component-id.js +1 -1
  1028. package/lib-es/helpers/get-component-id.js.map +1 -1
  1029. package/lib-es/helpers/get-current-offset.js +1 -1
  1030. package/lib-es/helpers/get-current-offset.js.map +1 -1
  1031. package/lib-es/helpers/get-custom-html-properties.js +13 -0
  1032. package/lib-es/helpers/get-custom-html-properties.js.map +1 -0
  1033. package/lib-es/helpers/get-display-count-data.js.map +1 -1
  1034. package/lib-es/helpers/get-entity-data.js.map +1 -1
  1035. package/lib-es/helpers/get-extra-az-bits.js.map +1 -1
  1036. package/lib-es/helpers/get-image-ids.js +2 -0
  1037. package/lib-es/helpers/get-image-ids.js.map +1 -1
  1038. package/lib-es/helpers/get-inherited-filters.js.map +1 -1
  1039. package/lib-es/helpers/get-modifiers.js.map +1 -1
  1040. package/lib-es/helpers/get-pagination-index.js.map +1 -1
  1041. package/lib-es/helpers/get-query-props.js.map +1 -1
  1042. package/lib-es/helpers/get-sort-by-field-name.js.map +1 -1
  1043. package/lib-es/helpers/get-wrapped-value-with-link.js.map +1 -1
  1044. package/lib-es/helpers/index.js +1 -0
  1045. package/lib-es/helpers/index.js.map +1 -1
  1046. package/lib-es/helpers/inject-multiple-banners/get-banners-for-nodes/get-banners-for-nodes.js.map +1 -1
  1047. package/lib-es/helpers/is-filter-entitys-id.js.map +1 -1
  1048. package/lib-es/helpers/process-data-summary-value.js +1 -1
  1049. package/lib-es/helpers/remove-unwanted-characters.js.map +1 -1
  1050. package/lib-es/hooks/helpers/RenderComponent.js +14 -2
  1051. package/lib-es/hooks/helpers/RenderComponent.js.map +1 -1
  1052. package/lib-es/hooks/helpers/StoreImages.js +2 -2
  1053. package/lib-es/hooks/helpers/StoreImages.js.map +1 -1
  1054. package/lib-es/hooks/helpers/append-gtm-classname.js.map +1 -1
  1055. package/lib-es/hooks/helpers/buildPBComponents.js.map +1 -1
  1056. package/lib-es/hooks/helpers/get-components-to-insert-by-type.js.map +1 -1
  1057. package/lib-es/hooks/helpers/inject-textblock-banners.js +1 -1
  1058. package/lib-es/hooks/helpers/inject-textblock-banners.js.map +1 -1
  1059. package/lib-es/hooks/helpers/insert-banners.js.map +1 -1
  1060. package/lib-es/hooks/helpers/update-targetings.js.map +1 -1
  1061. package/lib-es/hooks/index.js +1 -0
  1062. package/lib-es/hooks/index.js.map +1 -1
  1063. package/lib-es/hooks/use-app-event-hook.js +39 -0
  1064. package/lib-es/hooks/use-app-event-hook.js.map +1 -0
  1065. package/lib-es/hooks/use-app-sync-event-hook.js.map +1 -1
  1066. package/lib-es/hooks/use-check-mobile-screen.js.map +1 -1
  1067. package/lib-es/hooks/use-get-entity-schema.js.map +1 -1
  1068. package/lib-es/hooks/use-get-image-id-from-relation.js +11 -4
  1069. package/lib-es/hooks/use-get-image-id-from-relation.js.map +1 -1
  1070. package/lib-es/hooks/use-page-builder.js +1 -1
  1071. package/lib-es/hooks/use-page-builder.js.map +1 -1
  1072. package/lib-es/system-components/EditorMode/BlazeLogo.js +67 -0
  1073. package/lib-es/system-components/EditorMode/BlazeLogo.js.map +1 -0
  1074. package/lib-es/system-components/EditorMode/PbWrapper.js +34 -0
  1075. package/lib-es/system-components/EditorMode/PbWrapper.js.map +1 -0
  1076. package/lib-es/system-components/EditorMode/constants.js +3 -0
  1077. package/lib-es/system-components/EditorMode/constants.js.map +1 -0
  1078. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +93 -0
  1079. package/lib-es/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js.map +1 -0
  1080. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +19 -0
  1081. package/lib-es/system-components/EditorMode/helpers/check-is-over-blaze-icon.js.map +1 -0
  1082. package/lib-es/system-components/index.js +3 -0
  1083. package/lib-es/system-components/index.js.map +1 -0
  1084. package/lib-es/utils/component-map.js.map +1 -1
  1085. package/lib-es/utils/get-class-modifiers.js.map +1 -1
  1086. package/lib-es/utils/variant-handler.js.map +1 -1
  1087. package/lib-es/variants/Infographic/index.js +1 -1
  1088. package/lib-es/variants/Infographic/index.js.map +1 -1
  1089. package/lib-es/variants/Infographic/useInfographic.js.map +1 -1
  1090. package/lib-es/variants/LiveBlogList/LiveBlogList.js.map +1 -1
  1091. package/lib-es/variants/LiveBlogList/index.js +1 -1
  1092. package/lib-es/variants/LiveBlogList/index.js.map +1 -1
  1093. package/lib-es/variants/LongformGallery/LongformGallery.js.map +1 -1
  1094. package/lib-es/variants/LongformGallery/LongformGalleryImage.js.map +1 -1
  1095. package/lib-es/variants/LongformGallery/constants.js.map +1 -1
  1096. package/lib-es/variants/LongformGallery/index.js +1 -1
  1097. package/lib-es/variants/LongformGallery/index.js.map +1 -1
  1098. package/lib-es/variants/SlideSummary/index.js +1 -1
  1099. package/lib-es/variants/SlideSummary/index.js.map +1 -1
  1100. package/lib-es/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js.map +1 -1
  1101. package/lib-es/variants/ThumbnailCarousel/index.js +1 -1
  1102. package/lib-es/variants/ThumbnailCarousel/index.js.map +1 -1
  1103. package/package.json +29 -31
  1104. package/src/HOC/recreateOnNavigation.js +3 -3
  1105. package/src/HOC/withTitle.js +5 -5
  1106. package/src/components/BackToTop/BackToTop.js +10 -15
  1107. package/src/components/Banner/BannerRender.js +0 -2
  1108. package/src/components/Breadcrumb/Breadcrumb.js +5 -1
  1109. package/src/components/Button.js +3 -6
  1110. package/src/components/Card/CardsFactory.js +8 -7
  1111. package/src/components/Card/CardsRender.js +28 -13
  1112. package/src/components/Carousel/Carousel.js +46 -9
  1113. package/src/components/Carousel/CarouselImage/CarouselImage.js +3 -1
  1114. package/src/components/CarouselWrapper/DefaultCarousel.js +20 -26
  1115. package/src/components/ContentGroup/ContentGroup.js +21 -7
  1116. package/src/components/ContentGroup/ContentGroupAccordion.js +5 -8
  1117. package/src/components/ContentGroup/ContentGroupTabs.js +4 -8
  1118. package/src/components/DataSummary/DataSummaryFactory.js +4 -2
  1119. package/src/components/DataSummary/DataSummaryTypes/index.js +14 -10
  1120. package/src/components/DataSummary/helpers/get-record-id.js +14 -0
  1121. package/src/components/DataSummary/helpers/index.js +3 -1
  1122. package/src/components/EmailConfirm/EmailConfirm.js +9 -11
  1123. package/src/components/ErrorMessage/index.js +2 -2
  1124. package/src/components/Image/GlobalLightbox/GlobalLightbox.js +76 -80
  1125. package/src/components/Image/GlobalLightbox/NavButton.js +12 -15
  1126. package/src/components/Image/GlobalLightbox/index.js +2 -2
  1127. package/src/components/Image/Image.js +6 -4
  1128. package/src/components/Image/ImageFactory.js +5 -5
  1129. package/src/components/ItemList/hooks/use-item-list-id.js +10 -13
  1130. package/src/components/Layout/Layout.js +14 -3
  1131. package/src/components/Layout/LayoutFactory.js +2 -2
  1132. package/src/components/Layout/LayoutWithStickyTimer.js +11 -14
  1133. package/src/components/List/ListBuilder.js +1 -1
  1134. package/src/components/List/ListFactory.js +10 -11
  1135. package/src/components/List/ListRender.js +8 -6
  1136. package/src/components/List/components/Full/FullRenderItem.js +3 -4
  1137. package/src/components/List/components/Pagination/ListPagination.js +3 -6
  1138. package/src/components/List/components/Pagination/LoadMore.js +7 -9
  1139. package/src/components/List/helpers/build-query-booster.js +12 -6
  1140. package/src/components/List/helpers/sort-aggs.js +1 -2
  1141. package/src/components/Menu/Menu.js +12 -16
  1142. package/src/components/MenuItem/MenuItemRender.js +17 -15
  1143. package/src/components/MenuItem/helpers/inject-helper-into-template.js +12 -2
  1144. package/src/components/ModalAdapter/index.js +2 -2
  1145. package/src/components/SearchContent/SearchContent.js +37 -37
  1146. package/src/components/SearchContent/SearchContentResults.js +1 -1
  1147. package/src/components/SearchFilter/SearchFilter/SearchFilter.js +15 -19
  1148. package/src/components/SearchFilter/helpers/build-new-url.js +3 -2
  1149. package/src/components/Video/providers/Vimeo/VimeoProvider.js +19 -22
  1150. package/src/components/Video/providers/YouTube/YoutubeEmbeded.js +58 -64
  1151. package/src/components/Video/providers/get-provider.js +4 -4
  1152. package/src/components/Wrapper.js +5 -7
  1153. package/src/components/index.js +20 -20
  1154. package/src/constants/index.js +2 -1
  1155. package/src/helpers/build-search-values-checkbox-select.js +1 -1
  1156. package/src/helpers/get-component-id.js +1 -1
  1157. package/src/helpers/get-current-offset.js +1 -1
  1158. package/src/helpers/get-custom-html-properties.js +11 -0
  1159. package/src/helpers/get-image-ids.js +3 -0
  1160. package/src/helpers/get-wrapped-value-with-link.js +1 -1
  1161. package/src/helpers/index.js +1 -0
  1162. package/src/helpers/remove-unwanted-characters.js +1 -4
  1163. package/src/hooks/helpers/RenderComponent.js +5 -0
  1164. package/src/hooks/helpers/buildPBComponents.js +2 -4
  1165. package/src/hooks/helpers/get-components-to-insert-by-type.js +3 -1
  1166. package/src/hooks/helpers/inject-textblock-banners.js +2 -8
  1167. package/src/hooks/index.js +1 -0
  1168. package/src/hooks/use-app-event-hook.js +34 -0
  1169. package/src/hooks/use-check-mobile-screen.js +5 -8
  1170. package/src/hooks/use-get-entity-schema.js +5 -1
  1171. package/src/hooks/use-get-image-id-from-relation.js +16 -4
  1172. package/src/hooks/use-page-builder.js +9 -12
  1173. package/src/system-components/EditorMode/BlazeLogo.js +48 -0
  1174. package/src/system-components/EditorMode/PbWrapper.js +27 -0
  1175. package/src/system-components/EditorMode/constants.js +2 -0
  1176. package/src/system-components/EditorMode/helpers/add-editor-mode-event-listeners.js +101 -0
  1177. package/src/system-components/EditorMode/helpers/check-is-over-blaze-icon.js +24 -0
  1178. package/src/system-components/index.js +3 -0
  1179. package/src/variants/Infographic/index.js +2 -2
  1180. package/src/variants/LiveBlogList/LiveBlogList.js +24 -30
  1181. package/src/variants/LiveBlogList/index.js +2 -2
  1182. package/src/variants/LongformGallery/LongformGallery.js +2 -8
  1183. package/src/variants/LongformGallery/index.js +2 -2
  1184. package/src/variants/SlideSummary/index.js +2 -2
  1185. package/src/variants/ThumbnailCarousel/ThumbnailImage/ThumbnailImage.js +2 -3
  1186. package/src/variants/ThumbnailCarousel/index.js +2 -2
  1187. package/CHANGELOG.md +0 -2524
  1188. package/babel.config.js +0 -3
  1189. package/example.env +0 -4
  1190. package/jest.config.js +0 -5
  1191. package/tests/helpers/mocks.js +0 -2494
  1192. package/tests/unit/src/BannerContext/helpers/set-initial-banner-counters.test.js +0 -48
  1193. package/tests/unit/src/HOC/__snapshots__/withInfiniteScroll.test.js.snap +0 -9
  1194. package/tests/unit/src/HOC/recreateOnNavigation.test.js +0 -28
  1195. package/tests/unit/src/HOC/withInfiniteScroll.test.js +0 -26
  1196. package/tests/unit/src/HOC/withTitle.test.js +0 -50
  1197. package/tests/unit/src/Layout/Layout.test.js +0 -119
  1198. package/tests/unit/src/Layout/__snapshots__/Layout.test.js.snap +0 -24
  1199. package/tests/unit/src/Layout/getMockedProps.js +0 -19
  1200. package/tests/unit/src/Layout/helpers/check-if-row-has-columns.test.js +0 -49
  1201. package/tests/unit/src/Layout/helpers/get-styles-to-update.test.js +0 -23
  1202. package/tests/unit/src/Layout/helpers/has-children.test.js +0 -38
  1203. package/tests/unit/src/components/BackToTop/BackToTop.test.js +0 -23
  1204. package/tests/unit/src/components/BackToTop/__snapshots__/BackToTop.test.js.snap +0 -3
  1205. package/tests/unit/src/components/Banner/AdSlotRender.test.js +0 -80
  1206. package/tests/unit/src/components/Banner/Banner.test.js +0 -60
  1207. package/tests/unit/src/components/Banner/BannerRender.test.js +0 -126
  1208. package/tests/unit/src/components/Banner/__snapshots__/AdSlotRender.test.js.snap +0 -80
  1209. package/tests/unit/src/components/Banner/__snapshots__/Banner.test.js.snap +0 -7
  1210. package/tests/unit/src/components/Banner/__snapshots__/BannerRender.test.js.snap +0 -15
  1211. package/tests/unit/src/components/Banner/__snapshots__/helpers.test.js.snap +0 -3
  1212. package/tests/unit/src/components/Banner/helpers.test.js +0 -244
  1213. package/tests/unit/src/components/BlazeLink.test.js +0 -71
  1214. package/tests/unit/src/components/Breadcrumb/Breadcrumb.test.js +0 -106
  1215. package/tests/unit/src/components/Breadcrumb/__snapshots__/Breadcrumb.test.js.snap +0 -85
  1216. package/tests/unit/src/components/Button.test.js +0 -143
  1217. package/tests/unit/src/components/Card/Card.test.js +0 -229
  1218. package/tests/unit/src/components/Card/CardContainer.test.js +0 -62
  1219. package/tests/unit/src/components/Card/__snapshots__/Card.test.js.snap +0 -465
  1220. package/tests/unit/src/components/Card/__snapshots__/CardContainer.test.js.snap +0 -189
  1221. package/tests/unit/src/components/Card/helpers/append-images.test.js +0 -36
  1222. package/tests/unit/src/components/Card/helpers/get-dynamic-grid-classes.test.js +0 -29
  1223. package/tests/unit/src/components/Card/helpers/get-updated-items-to-display.test.js +0 -72
  1224. package/tests/unit/src/components/Card/helpers/getPublishedListingUrl.test.js +0 -23
  1225. package/tests/unit/src/components/Card/helpers/useDynamicSizeKey.test.js +0 -14
  1226. package/tests/unit/src/components/Card/mockData.js +0 -196
  1227. package/tests/unit/src/components/Carousel/Carousel.test.js +0 -114
  1228. package/tests/unit/src/components/Carousel/CarouselImage/CarouselImage.test.js +0 -48
  1229. package/tests/unit/src/components/Carousel/CarouselImage/__snapshots__/CarouselImage.test.js.snap +0 -17
  1230. package/tests/unit/src/components/Carousel/CarouselImage/helpers.js +0 -9
  1231. package/tests/unit/src/components/Carousel/CarouselImage/mocks.js +0 -38
  1232. package/tests/unit/src/components/Carousel/CarouselRender/CarouselRender.test.js +0 -73
  1233. package/tests/unit/src/components/Carousel/CarouselRender/__snapshots__/CarouselRender.test.js.snap +0 -3
  1234. package/tests/unit/src/components/Carousel/__snapshots__/Carousel.test.js.snap +0 -94
  1235. package/tests/unit/src/components/CarouselWrapper.test.js +0 -54
  1236. package/tests/unit/src/components/ClickWrapper.test.js +0 -22
  1237. package/tests/unit/src/components/Code/Code.test.js +0 -46
  1238. package/tests/unit/src/components/Code/ScriptTag.test.js +0 -21
  1239. package/tests/unit/src/components/Code/__snapshots__/Code.test.js.snap +0 -37
  1240. package/tests/unit/src/components/Code/__snapshots__/ScriptTag.test.js.snap +0 -24
  1241. package/tests/unit/src/components/Code/helpers/wrap-script-tags.test.js +0 -31
  1242. package/tests/unit/src/components/Code.test.js +0 -29
  1243. package/tests/unit/src/components/ContentGroup/ContentGroup.test.js +0 -46
  1244. package/tests/unit/src/components/ContentGroup/ContentGroupAccordion.test.js +0 -283
  1245. package/tests/unit/src/components/ContentGroup/ContentGroupTabs.test.js +0 -32
  1246. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroup.test.js.snap +0 -5
  1247. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroupAccordion.test.js.snap +0 -243
  1248. package/tests/unit/src/components/ContentGroup/__snapshots__/ContentGroupTabs.test.js.snap +0 -123
  1249. package/tests/unit/src/components/ContentGroup/helpers/get-active-tab.test.js +0 -28
  1250. package/tests/unit/src/components/ContentGroup/helpers/get-sections-data.test.js +0 -30
  1251. package/tests/unit/src/components/ContentGroup/helpers/get-structured-data-properties.test.js +0 -105
  1252. package/tests/unit/src/components/ContentGroupSection/ContentGroupSection.test.js +0 -20
  1253. package/tests/unit/src/components/ContentGroupSection/__snapshots__/ContentGroupSection.test.js.snap +0 -15
  1254. package/tests/unit/src/components/DataSummary/DataSummaryFactory.test.js +0 -67
  1255. package/tests/unit/src/components/DataSummary/DataSummaryRender.test.js +0 -41
  1256. package/tests/unit/src/components/DataSummary/DataSummaryTypes/HeadingLargeSummary.test.js +0 -33
  1257. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ItemDetailsSummary.test.js +0 -23
  1258. package/tests/unit/src/components/DataSummary/DataSummaryTypes/LargeSummary.test.js +0 -23
  1259. package/tests/unit/src/components/DataSummary/DataSummaryTypes/ListSummary.test.js +0 -23
  1260. package/tests/unit/src/components/DataSummary/DataSummaryTypes/TextSummary.test.js +0 -23
  1261. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/HeadingLargeSummary.test.js.snap +0 -11
  1262. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ItemDetailsSummary.test.js.snap +0 -69
  1263. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/LargeSummary.test.js.snap +0 -109
  1264. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/ListSummary.test.js.snap +0 -101
  1265. package/tests/unit/src/components/DataSummary/DataSummaryTypes/__snapshots__/TextSummary.test.js.snap +0 -57
  1266. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryFactory.test.js.snap +0 -11
  1267. package/tests/unit/src/components/DataSummary/__snapshots__/DataSummaryRender.test.js.snap +0 -67
  1268. package/tests/unit/src/components/DataSummary/helpers/build-loop-props-content.test.js +0 -134
  1269. package/tests/unit/src/components/DataSummary/helpers/build-props-to-display-with-content.test.js +0 -52
  1270. package/tests/unit/src/components/DataSummary/helpers/get-data-summary-query.test.js +0 -35
  1271. package/tests/unit/src/components/DataSummary/helpers/get-link-based-on-value.test.js +0 -58
  1272. package/tests/unit/src/components/DataSummary/helpers/get-link-props.test.js +0 -35
  1273. package/tests/unit/src/components/DataSummary/helpers/get-link-to-published-content.test.js +0 -62
  1274. package/tests/unit/src/components/DataSummary/helpers/get-loop-props-limit.test.js +0 -32
  1275. package/tests/unit/src/components/DataSummary/helpers/get-prop-value.test.js +0 -67
  1276. package/tests/unit/src/components/DataSummary/helpers/get-value-from-array.test.js +0 -46
  1277. package/tests/unit/src/components/DataSummary/helpers/mocks.js +0 -90
  1278. package/tests/unit/src/components/DataSummary/helpers/parse-boolean-values.test.js +0 -28
  1279. package/tests/unit/src/components/DataSummary/helpers/strip-summary-props-content.test.js +0 -40
  1280. package/tests/unit/src/components/DataSummary/mockData.js +0 -47
  1281. package/tests/unit/src/components/DateTime/DateTime.test.js +0 -129
  1282. package/tests/unit/src/components/EmailConfirm/EmailConfirm.test.js +0 -53
  1283. package/tests/unit/src/components/EmailConfirm/__snapshots__/EmailConfirm.test.js.snap +0 -13
  1284. package/tests/unit/src/components/Iframe/Iframe.test.js +0 -21
  1285. package/tests/unit/src/components/Iframe/__snapshots__/Iframe.test.js.snap +0 -21
  1286. package/tests/unit/src/components/Image/GlobalLightbox/GlobalLightbox.test.js +0 -123
  1287. package/tests/unit/src/components/Image/GlobalLightbox/NavButton.test.js +0 -44
  1288. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/GlobalLightbox.test.js.snap +0 -101
  1289. package/tests/unit/src/components/Image/GlobalLightbox/__snapshots__/NavButton.test.js.snap +0 -15
  1290. package/tests/unit/src/components/Image/GlobalLightbox/getMockedLightboxProps.js +0 -15
  1291. package/tests/unit/src/components/Image/GlobalLightbox/mocks.js +0 -39
  1292. package/tests/unit/src/components/Image/Image.test.js +0 -213
  1293. package/tests/unit/src/components/Image/ImageDetails.test.js +0 -41
  1294. package/tests/unit/src/components/Image/ImageFactory.test.js +0 -120
  1295. package/tests/unit/src/components/Image/ImageRender.test.js +0 -54
  1296. package/tests/unit/src/components/Image/Lightbox/Lightbox.test.js +0 -64
  1297. package/tests/unit/src/components/Image/Lightbox/__snapshots__/Lightbox.test.js.snap +0 -17
  1298. package/tests/unit/src/components/Image/Lightbox/mocks.js +0 -21
  1299. package/tests/unit/src/components/Image/__snapshots__/Image.test.js.snap +0 -74
  1300. package/tests/unit/src/components/Image/__snapshots__/ImageDetails.test.js.snap +0 -10
  1301. package/tests/unit/src/components/Image/__snapshots__/ImageFactory.test.js.snap +0 -93
  1302. package/tests/unit/src/components/Image/__snapshots__/ImageRender.test.js.snap +0 -41
  1303. package/tests/unit/src/components/Image/mocks.js +0 -255
  1304. package/tests/unit/src/components/ItemList/ItemListButton.test.js +0 -178
  1305. package/tests/unit/src/components/ItemList/ItemListCounter.test.js +0 -68
  1306. package/tests/unit/src/components/ItemList/ItemListNew.test.js +0 -167
  1307. package/tests/unit/src/components/ItemList/__snapshots__/ItemListButton.test.js.snap +0 -219
  1308. package/tests/unit/src/components/ItemList/__snapshots__/ItemListCounter.test.js.snap +0 -62
  1309. package/tests/unit/src/components/ItemList/__snapshots__/ItemListNew.test.js.snap +0 -27
  1310. package/tests/unit/src/components/ItemList/helpers/get-item-list-data.test.js +0 -28
  1311. package/tests/unit/src/components/ItemList/helpers/get-item-list-id.test.js +0 -20
  1312. package/tests/unit/src/components/ItemList/helpers/get-item-list-ids.test.js +0 -19
  1313. package/tests/unit/src/components/ItemList/helpers/set-item-list-id.test.js +0 -16
  1314. package/tests/unit/src/components/ItemList/helpers/set-param-and-redirect.test.js +0 -30
  1315. package/tests/unit/src/components/ItemList/hooks/use-item-list-id.test.js +0 -35
  1316. package/tests/unit/src/components/Layout/Layout.test.js +0 -99
  1317. package/tests/unit/src/components/Layout/LayoutFactory.test.js +0 -53
  1318. package/tests/unit/src/components/Layout/__snapshots__/Layout.test.js.snap +0 -67
  1319. package/tests/unit/src/components/LazyImage/LazyImage.test.js +0 -46
  1320. package/tests/unit/src/components/LazyImage/__snapshots__/LazyImage.test.js.snap +0 -31
  1321. package/tests/unit/src/components/List/ListRender.test.js +0 -65
  1322. package/tests/unit/src/components/List/__snapshots__/ListRender.test.js.snap +0 -38
  1323. package/tests/unit/src/components/List/components/Cards/CardsRender.test.js +0 -30
  1324. package/tests/unit/src/components/List/components/Cards/CardsRenderItem.test.js +0 -19
  1325. package/tests/unit/src/components/List/components/Cards/CardsRenderWrapper.test.js +0 -31
  1326. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRender.test.js.snap +0 -155
  1327. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderItem.test.js.snap +0 -13
  1328. package/tests/unit/src/components/List/components/Cards/__snapshots__/CardsRenderWrapper.test.js.snap +0 -31
  1329. package/tests/unit/src/components/List/components/Cards/helpers/check-if-should-render-gtm.test.js +0 -39
  1330. package/tests/unit/src/components/List/components/Full/FullRender.test.js +0 -37
  1331. package/tests/unit/src/components/List/components/Full/FullRenderItem.test.js +0 -32
  1332. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRender.test.js.snap +0 -51
  1333. package/tests/unit/src/components/List/components/Full/__snapshots__/FullRenderItem.test.js.snap +0 -52
  1334. package/tests/unit/src/components/List/components/Header/ListHeader.test.js +0 -28
  1335. package/tests/unit/src/components/List/components/Header/__snapshots__/ListHeader.test.js.snap +0 -45
  1336. package/tests/unit/src/components/List/components/Pagination/Classic.test.js +0 -21
  1337. package/tests/unit/src/components/List/components/Pagination/ListPagination.test.js +0 -86
  1338. package/tests/unit/src/components/List/components/Pagination/LoadMore.test.js +0 -22
  1339. package/tests/unit/src/components/List/components/Pagination/__snapshots__/Classic.test.js.snap +0 -53
  1340. package/tests/unit/src/components/List/components/Pagination/__snapshots__/ListPagination.test.js.snap +0 -51
  1341. package/tests/unit/src/components/List/components/Pagination/__snapshots__/LoadMore.test.js.snap +0 -13
  1342. package/tests/unit/src/components/List/components/helpers/check-if-should-render-banner.test.js +0 -75
  1343. package/tests/unit/src/components/List/components/index.test.js +0 -15
  1344. package/tests/unit/src/components/List/components/mocks.js +0 -56
  1345. package/tests/unit/src/components/List/helpers/__snapshots__/build-pagination-items.test.js.snap +0 -325
  1346. package/tests/unit/src/components/List/helpers/build-az-aggregations.test.js +0 -33
  1347. package/tests/unit/src/components/List/helpers/build-az-url.test.js +0 -11
  1348. package/tests/unit/src/components/List/helpers/build-pagination-items.test.js +0 -40
  1349. package/tests/unit/src/components/List/helpers/build-pagination-url.test.js +0 -16
  1350. package/tests/unit/src/components/List/helpers/build-query-booster.test.js +0 -33
  1351. package/tests/unit/src/components/List/helpers/get-az-query-filter.test.js +0 -17
  1352. package/tests/unit/src/components/List/helpers/get-items-per-page-to-use.test.js +0 -24
  1353. package/tests/unit/src/components/List/helpers/get-list-component.test.js +0 -21
  1354. package/tests/unit/src/components/List/helpers/get-list-query.test.js +0 -55
  1355. package/tests/unit/src/components/List/helpers/get-sort-props.test.js +0 -109
  1356. package/tests/unit/src/components/List/helpers/has-required-item-list-details.test.js +0 -30
  1357. package/tests/unit/src/components/List/helpers/sort-aggs.test.js +0 -46
  1358. package/tests/unit/src/components/Loading/Loading.test.js +0 -29
  1359. package/tests/unit/src/components/Loading/__snapshots__/Loading.test.js.snap +0 -31
  1360. package/tests/unit/src/components/Menu/Menu.test.js +0 -28
  1361. package/tests/unit/src/components/Menu/__snapshots__/Menu.test.js.snap +0 -23
  1362. package/tests/unit/src/components/MenuItem/MenuEntitiesItem.test.js +0 -23
  1363. package/tests/unit/src/components/MenuItem/MenuItem.test.js +0 -58
  1364. package/tests/unit/src/components/MenuItem/MenuItemRender.test.js +0 -114
  1365. package/tests/unit/src/components/MenuItem/SubMenu.test.js +0 -30
  1366. package/tests/unit/src/components/MenuItem/__snapshots__/MenuEntitiesItem.test.js.snap +0 -3
  1367. package/tests/unit/src/components/MenuItem/__snapshots__/MenuItem.test.js.snap +0 -49
  1368. package/tests/unit/src/components/MenuItem/__snapshots__/SubMenu.test.js.snap +0 -17
  1369. package/tests/unit/src/components/MenuItem/helpers/constants.js +0 -73
  1370. package/tests/unit/src/components/MenuItem/helpers/has-active-child.test.js +0 -35
  1371. package/tests/unit/src/components/MenuItem/helpers/inject-helper-into-template.test.js +0 -44
  1372. package/tests/unit/src/components/MenuItem/helpers/is-url-path-match.test.js +0 -53
  1373. package/tests/unit/src/components/MenuItem/mocks.js +0 -71
  1374. package/tests/unit/src/components/Modal/Modal.test.js +0 -45
  1375. package/tests/unit/src/components/Modal/__snapshots__/Modal.test.js.snap +0 -17
  1376. package/tests/unit/src/components/PlaceholderIcon/__snapshots__/index.test.js.snap +0 -87
  1377. package/tests/unit/src/components/PlaceholderIcon/index.test.js +0 -20
  1378. package/tests/unit/src/components/SearchContent/SearchContent.test.js +0 -57
  1379. package/tests/unit/src/components/SearchContent/__snapshots__/SearchContent.test.js.snap +0 -73
  1380. package/tests/unit/src/components/SearchFilter/SearchFilter/CloseMobileForm.test.js +0 -35
  1381. package/tests/unit/src/components/SearchFilter/SearchFilter/FiltersList.test.js +0 -15
  1382. package/tests/unit/src/components/SearchFilter/SearchFilter/MobileFormToolbar.test.js +0 -37
  1383. package/tests/unit/src/components/SearchFilter/SearchFilter/ResetDesktopForm.test.js +0 -43
  1384. package/tests/unit/src/components/SearchFilter/SearchFilter/SearchFilter.test.js +0 -179
  1385. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/CloseMobileForm.test.js.snap +0 -35
  1386. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/MobileFormToolbar.test.js.snap +0 -25
  1387. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/ResetDesktopForm.test.js.snap +0 -39
  1388. package/tests/unit/src/components/SearchFilter/SearchFilter/__snapshots__/SearchFilter.test.js.snap +0 -767
  1389. package/tests/unit/src/components/SearchFilter/SearchFilterContainer.test.js +0 -38
  1390. package/tests/unit/src/components/SearchFilter/__snapshots__/SearchFilterContainer.test.js.snap +0 -5
  1391. package/tests/unit/src/components/SearchFilter/components/Checkbox.test.js +0 -34
  1392. package/tests/unit/src/components/SearchFilter/components/Range.test.js +0 -132
  1393. package/tests/unit/src/components/SearchFilter/components/Select.test.js +0 -96
  1394. package/tests/unit/src/components/SearchFilter/components/TextSearch.test.js +0 -34
  1395. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Checkbox.test.js.snap +0 -60
  1396. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Range.test.js.snap +0 -341
  1397. package/tests/unit/src/components/SearchFilter/components/__snapshots__/Select.test.js.snap +0 -68
  1398. package/tests/unit/src/components/SearchFilter/components/__snapshots__/TextSearch.test.js.snap +0 -58
  1399. package/tests/unit/src/components/SearchFilter/helpers/build-new-url.test.js +0 -31
  1400. package/tests/unit/src/components/SearchFilter/helpers/build-query.test.js +0 -56
  1401. package/tests/unit/src/components/SearchFilter/helpers/calculate-min-max.test.js +0 -21
  1402. package/tests/unit/src/components/SearchFilter/helpers/calculate-step.test.js +0 -21
  1403. package/tests/unit/src/components/SearchFilter/helpers/check-if-range-updated.test.js +0 -27
  1404. package/tests/unit/src/components/SearchFilter/helpers/get-display-value.test.js +0 -38
  1405. package/tests/unit/src/components/SearchFilter/helpers/get-filter-value-from-query.test.js +0 -28
  1406. package/tests/unit/src/components/SearchFilter/helpers/get-initial-filter-values.test.js +0 -50
  1407. package/tests/unit/src/components/SearchFilter/helpers/get-intersected-prop.test.js +0 -12
  1408. package/tests/unit/src/components/SearchFilter/helpers/get-range-value.test.js +0 -24
  1409. package/tests/unit/src/components/SearchFilter/helpers/get-select-options.test.js +0 -40
  1410. package/tests/unit/src/components/SearchFilter/helpers/get-updated-filter-by.test.js +0 -28
  1411. package/tests/unit/src/components/SearchFilter/helpers/is-device-desktop.test.js +0 -31
  1412. package/tests/unit/src/components/SearchFilter/helpers/parse-filter-value.test.js +0 -35
  1413. package/tests/unit/src/components/SearchFilterSort/SearchFilterSort.test.js +0 -27
  1414. package/tests/unit/src/components/SearchFilterSort/__snapshots__/SearchFilterSort.test.js.snap +0 -28
  1415. package/tests/unit/src/components/SearchFilterSort/helpers/handle-sort-update.test.js +0 -53
  1416. package/tests/unit/src/components/SearchFilterSort/helpers/update-sort.test.js +0 -25
  1417. package/tests/unit/src/components/SocialFollow/SFItem.test.js +0 -22
  1418. package/tests/unit/src/components/SocialFollow/SocialFollow.test.js +0 -38
  1419. package/tests/unit/src/components/SocialFollow/__snapshots__/SFItem.test.js.snap +0 -38
  1420. package/tests/unit/src/components/SocialFollow/__snapshots__/SocialFollow.test.js.snap +0 -74
  1421. package/tests/unit/src/components/TextBlock/TextBlock.test.js +0 -82
  1422. package/tests/unit/src/components/TextBlock/__snapshots__/TextBlock.test.js.snap +0 -89
  1423. package/tests/unit/src/components/Video/Video.test.js +0 -74
  1424. package/tests/unit/src/components/Video/VideoModal.test.js +0 -18
  1425. package/tests/unit/src/components/Video/__snapshots__/Video.test.js.snap +0 -59
  1426. package/tests/unit/src/components/Video/__snapshots__/VideoModal.test.js.snap +0 -14
  1427. package/tests/unit/src/components/Video/providers/Default.test.js +0 -22
  1428. package/tests/unit/src/components/Video/providers/JWPlayer/JWPlayerProvider.test.js +0 -49
  1429. package/tests/unit/src/components/Video/providers/JWPlayer/__snapshots__/JWPlayerProvider.test.js.snap +0 -13
  1430. package/tests/unit/src/components/Video/providers/JWPlayer/mocks.js +0 -40
  1431. package/tests/unit/src/components/Video/providers/Vimeo/Vimeo.test.js +0 -13
  1432. package/tests/unit/src/components/Video/providers/Vimeo/__snapshots__/Vimeo.test.js.snap +0 -10
  1433. package/tests/unit/src/components/Video/providers/Vimeo/helpers/add-extra-params-to-url.test.js +0 -24
  1434. package/tests/unit/src/components/Video/providers/YouTube/YouTubeProvider.test.js +0 -15
  1435. package/tests/unit/src/components/Video/providers/YouTube/__snapshots__/YouTubeProvider.test.js.snap +0 -27
  1436. package/tests/unit/src/components/Video/providers/YouTube/helpers/index.test.js +0 -23
  1437. package/tests/unit/src/components/Video/providers/__snapshots__/Default.test.js.snap +0 -165
  1438. package/tests/unit/src/components/Video/providers/get-provider.test.js +0 -36
  1439. package/tests/unit/src/components/Wrapper.test.js +0 -39
  1440. package/tests/unit/src/components/__snapshots__/BlazeLink.test.js.snap +0 -15
  1441. package/tests/unit/src/components/__snapshots__/Button.test.js.snap +0 -18
  1442. package/tests/unit/src/components/__snapshots__/CarouselWrapper.test.js.snap +0 -162
  1443. package/tests/unit/src/components/__snapshots__/ClickWrapper.test.js.snap +0 -13
  1444. package/tests/unit/src/components/__snapshots__/Code.test.js.snap +0 -13
  1445. package/tests/unit/src/components/__snapshots__/Wrapper.test.js.snap +0 -34
  1446. package/tests/unit/src/components/__snapshots__/index.test.js.snap +0 -130
  1447. package/tests/unit/src/components/index.test.js +0 -7
  1448. package/tests/unit/src/constants/__snapshots__/componentsDefaultValues.test.js.snap +0 -21
  1449. package/tests/unit/src/constants/__snapshots__/index.test.js.snap +0 -3
  1450. package/tests/unit/src/constants/componentsDefaultValues.test.js +0 -8
  1451. package/tests/unit/src/constants/index.test.js +0 -7
  1452. package/tests/unit/src/helpers/__snapshots__/build-query-fields.test.js.snap +0 -29
  1453. package/tests/unit/src/helpers/__snapshots__/get-extra-az-bits.test.js.snap +0 -137
  1454. package/tests/unit/src/helpers/__snapshots__/get-wrapped-value-with-link.test.js.snap +0 -18
  1455. package/tests/unit/src/helpers/__snapshots__/parse-textBlock.test.js.snap +0 -15
  1456. package/tests/unit/src/helpers/build-az-query.test.js +0 -26
  1457. package/tests/unit/src/helpers/build-checkbox-filters.test.js +0 -27
  1458. package/tests/unit/src/helpers/build-image-properties.test.js +0 -51
  1459. package/tests/unit/src/helpers/build-inherited-filters.test.js +0 -112
  1460. package/tests/unit/src/helpers/build-link-extra-props.test.js +0 -41
  1461. package/tests/unit/src/helpers/build-props-query.test.js +0 -228
  1462. package/tests/unit/src/helpers/build-query-fields.test.js +0 -25
  1463. package/tests/unit/src/helpers/build-raw-query-base.test.js +0 -169
  1464. package/tests/unit/src/helpers/build-raw-query-stringified.test.js +0 -49
  1465. package/tests/unit/src/helpers/build-raw-query.test.js +0 -474
  1466. package/tests/unit/src/helpers/build-search-values-checkbox-select.test.js +0 -174
  1467. package/tests/unit/src/helpers/build-search-values-text.test.js +0 -57
  1468. package/tests/unit/src/helpers/build-set-filters.test.js +0 -84
  1469. package/tests/unit/src/helpers/build-sort-values.test.js +0 -54
  1470. package/tests/unit/src/helpers/check-for-error.test.js +0 -33
  1471. package/tests/unit/src/helpers/check-props-to-use.test.js +0 -32
  1472. package/tests/unit/src/helpers/get-banner-data.test.js +0 -32
  1473. package/tests/unit/src/helpers/get-card-entities.test.js +0 -27
  1474. package/tests/unit/src/helpers/get-checkbox-filters.test.js +0 -33
  1475. package/tests/unit/src/helpers/get-click-wrapper-options.test.js +0 -81
  1476. package/tests/unit/src/helpers/get-component-id.test.js +0 -36
  1477. package/tests/unit/src/helpers/get-current-offset.test.js +0 -39
  1478. package/tests/unit/src/helpers/get-dictionary-match.test.js +0 -14
  1479. package/tests/unit/src/helpers/get-display-count-data.test.js +0 -49
  1480. package/tests/unit/src/helpers/get-elasticsearch-operator.test.js +0 -20
  1481. package/tests/unit/src/helpers/get-entity-data.test.js +0 -47
  1482. package/tests/unit/src/helpers/get-entity-render-props.test.js +0 -37
  1483. package/tests/unit/src/helpers/get-extra-az-bits.test.js +0 -51
  1484. package/tests/unit/src/helpers/get-filter-props.test.js +0 -82
  1485. package/tests/unit/src/helpers/get-filter-relation-keys.test.js +0 -22
  1486. package/tests/unit/src/helpers/get-generic-props.test.js +0 -21
  1487. package/tests/unit/src/helpers/get-generic-render-variables.test.js +0 -150
  1488. package/tests/unit/src/helpers/get-image-ids.test.js +0 -80
  1489. package/tests/unit/src/helpers/get-inherited-filters.test.js +0 -27
  1490. package/tests/unit/src/helpers/get-items-to-display-ids.test.js +0 -59
  1491. package/tests/unit/src/helpers/get-modifiers.test.js +0 -46
  1492. package/tests/unit/src/helpers/get-not-equal-query.test.js +0 -23
  1493. package/tests/unit/src/helpers/get-pagination-index.test.js +0 -31
  1494. package/tests/unit/src/helpers/get-parsed-prop-values.test.js +0 -66
  1495. package/tests/unit/src/helpers/get-parsed-summary-value.test.js +0 -26
  1496. package/tests/unit/src/helpers/get-prop-values.test.js +0 -38
  1497. package/tests/unit/src/helpers/get-query-filters.test.js +0 -104
  1498. package/tests/unit/src/helpers/get-query-props.test.js +0 -45
  1499. package/tests/unit/src/helpers/get-required-schemas.test.js +0 -56
  1500. package/tests/unit/src/helpers/get-sanitized-prop-values.test.js +0 -26
  1501. package/tests/unit/src/helpers/get-search-filter-type.test.js +0 -47
  1502. package/tests/unit/src/helpers/get-sort-by-field-name.test.js +0 -57
  1503. package/tests/unit/src/helpers/get-unpublished-entity-name.test.js +0 -33
  1504. package/tests/unit/src/helpers/get-updated-filter-by.test.js +0 -44
  1505. package/tests/unit/src/helpers/get-wrapped-value-with-link.test.js +0 -39
  1506. package/tests/unit/src/helpers/group-entities.test.js +0 -34
  1507. package/tests/unit/src/helpers/inject-banner.test.js +0 -39
  1508. package/tests/unit/src/helpers/inject-banners-to-entities.test.js +0 -47
  1509. package/tests/unit/src/helpers/inject-multiple-banners.test.js +0 -45
  1510. package/tests/unit/src/helpers/is-filter-entitys-id.test.js +0 -23
  1511. package/tests/unit/src/helpers/is-object.test.js +0 -21
  1512. package/tests/unit/src/helpers/is-using-relation-image.test.js +0 -12
  1513. package/tests/unit/src/helpers/parse-interval.test.js +0 -27
  1514. package/tests/unit/src/helpers/parse-props-to-display.test.js +0 -73
  1515. package/tests/unit/src/helpers/parse-textBlock.test.js +0 -31
  1516. package/tests/unit/src/helpers/prcoess-data-summary-value.test.js +0 -52
  1517. package/tests/unit/src/helpers/remove-extra-items.test.js +0 -30
  1518. package/tests/unit/src/helpers/remove-unwanted-characters.test.js +0 -70
  1519. package/tests/unit/src/helpers/render-children.test.js +0 -71
  1520. package/tests/unit/src/helpers/should-render-waypoint.test.js +0 -23
  1521. package/tests/unit/src/helpers/should-show-property.test.js +0 -20
  1522. package/tests/unit/src/helpers/sort-response-data.test.js +0 -24
  1523. package/tests/unit/src/helpers/update-childrens-parent.test.js +0 -41
  1524. package/tests/unit/src/hooks/helpers/StoreImages.test.js +0 -26
  1525. package/tests/unit/src/hooks/helpers/append-gtm-classname.test.js +0 -50
  1526. package/tests/unit/src/hooks/helpers/check-banner-insertion-set.test.js +0 -48
  1527. package/tests/unit/src/hooks/helpers/check-collisions.test.js +0 -44
  1528. package/tests/unit/src/hooks/helpers/get-banner-index.test.js +0 -39
  1529. package/tests/unit/src/hooks/helpers/get-components-to-insert-by-type.test.js +0 -38
  1530. package/tests/unit/src/hooks/helpers/getComponent.test.js +0 -30
  1531. package/tests/unit/src/hooks/helpers/inject-element-components.test.js +0 -103
  1532. package/tests/unit/src/hooks/helpers/inject-textblock-banners.test.js +0 -125
  1533. package/tests/unit/src/hooks/helpers/insert-banners.test.js +0 -127
  1534. package/tests/unit/src/hooks/helpers/split-children.test.js +0 -78
  1535. package/tests/unit/src/hooks/helpers/update-targetings.test.js +0 -13
  1536. package/tests/unit/src/hooks/use-app-sync-evet-hook.test.js +0 -70
  1537. package/tests/unit/src/hooks/use-check-mobile-screen.test.js +0 -40
  1538. package/tests/unit/src/hooks/use-get-entity-schema-as-obj.test.js +0 -46
  1539. package/tests/unit/src/hooks/use-get-image-id-from-relation.test.js +0 -92
  1540. package/tests/unit/src/hooks/use-get-images.test.js +0 -165
  1541. package/tests/unit/src/hooks/use-get-single-entity-schema.test.js +0 -78
  1542. package/tests/unit/src/hooks/use-page-builder.test.js +0 -48
  1543. package/tests/unit/src/utils/component-map.test.js +0 -56
  1544. package/tests/unit/src/utils/get-class-modifiers.test.js +0 -116
  1545. package/tests/unit/src/utils/get-image-data.test.js +0 -54
  1546. package/tests/unit/src/utils/get-props-to-display-modifiers.test.js +0 -14
  1547. package/tests/unit/src/utils/is-object-empty.test.js +0 -22
  1548. package/tests/unit/src/utils/variant-handler.test.js +0 -46
  1549. package/tests/unit/src/variants/Infographic/Infographic.test.js +0 -30
  1550. package/tests/unit/src/variants/LiveBlogList/LiveBlogList.test.js +0 -121
  1551. package/tests/unit/src/variants/LiveBlogList/constants.js +0 -10
  1552. package/tests/unit/src/variants/LongFormGallery/LongformGallery.test.js +0 -42
  1553. package/tests/unit/src/variants/LongFormGallery/LongformGalleryImage.test.js +0 -44
  1554. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGallery.test.js.snap +0 -99
  1555. package/tests/unit/src/variants/LongFormGallery/__snapshots__/LongformGalleryImage.test.js.snap +0 -51
  1556. package/tests/unit/src/variants/LongFormGallery/constants.js +0 -37
  1557. package/tests/unit/src/variants/LongFormGallery/helpers/parseImageData.test.js +0 -53
  1558. package/tests/unit/src/variants/LongFormGallery/helpers/separateImages.test.js +0 -52
  1559. package/tests/unit/src/variants/LongFormGallery/helpers/shouldSkip.test.js +0 -23
  1560. package/tests/unit/src/variants/LongFormGallery/useLongformGallery.test.js +0 -36
  1561. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailCarousel.test.js +0 -29
  1562. package/tests/unit/src/variants/ThumbnailCarousel/ThumbnailImage.test.js +0 -45
  1563. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailCarousel.test.js.snap +0 -71
  1564. package/tests/unit/src/variants/ThumbnailCarousel/__snapshots__/ThumbnailImage.test.js.snap +0 -19
  1565. package/tests/unit/src/variants/ThumbnailCarousel/mocks.js +0 -64
package/CHANGELOG.md DELETED
@@ -1,2524 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.146.0-translations.8](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.7...v0.146.0-translations.8) (2025-11-10)
7
-
8
- **Note:** Version bump only for package @blaze-cms/react-page-builder
9
-
10
-
11
-
12
-
13
-
14
- # [0.146.0-translations.6](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.5...v0.146.0-translations.6) (2025-03-27)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * close menu item on url change ([#4669](https://github.com/thebyte9/blaze/issues/4669)) ([697750a](https://github.com/thebyte9/blaze/commit/697750ac771a5ea89702e990e23d6e78b1c45a67))
20
- * extended regex for #s in urls ([#4648](https://github.com/thebyte9/blaze/issues/4648)) ([089b19a](https://github.com/thebyte9/blaze/commit/089b19afaf503477429df3415fcd382e8b55745a))
21
-
22
-
23
- ### Features
24
-
25
- * move error message component to react page builder ([#4680](https://github.com/thebyte9/blaze/issues/4680)) ([5585514](https://github.com/thebyte9/blaze/commit/55855146a43300c702d7a8284828f592854950c7))
26
-
27
-
28
-
29
-
30
-
31
- # [0.146.0-translations.5](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.4...v0.146.0-translations.5) (2025-02-25)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * added space between image counter ([fe23887](https://github.com/thebyte9/blaze/commit/fe23887db201c8f8c4d3c2df6b0f84adac84df9f))
37
- * changed image lightbox counter ([3e22b68](https://github.com/thebyte9/blaze/commit/3e22b6817d60d2b4fd4beac713f864fdb5b6826e))
38
-
39
-
40
-
41
-
42
-
43
- # [0.146.0-translations.3](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.2...v0.146.0-translations.3) (2025-02-12)
44
-
45
- **Note:** Version bump only for package @blaze-cms/react-page-builder
46
-
47
-
48
-
49
-
50
-
51
- # [0.146.0-translations.2](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.1...v0.146.0-translations.2) (2025-02-12)
52
-
53
-
54
- ### Bug Fixes
55
-
56
- * changed plugin logic ([451b8af](https://github.com/thebyte9/blaze/commit/451b8afd47fade28b0143c128cf645fe90557424))
57
-
58
-
59
- ### Features
60
-
61
- * translate search filter component ([48d96d4](https://github.com/thebyte9/blaze/commit/48d96d48a52a83cf97edf81632074107ea744a5a))
62
-
63
-
64
-
65
-
66
-
67
- # [0.146.0-translations.1](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.0...v0.146.0-translations.1) (2025-02-11)
68
-
69
-
70
- ### Bug Fixes
71
-
72
- * menu setdisplaychildren logic ([#4629](https://github.com/thebyte9/blaze/issues/4629)) ([16c5c67](https://github.com/thebyte9/blaze/commit/16c5c674f4db1505131a8557d34f5349cf33fc42))
73
- * fixed variable placing ([cbd733b](https://github.com/thebyte9/blaze/commit/cbd733b15bf9094bec7f2349267042fe22a54dac))
74
- * handle active url ([58be170](https://github.com/thebyte9/blaze/commit/58be170c8641abeb89e6b51dca9c5a75179c3dd7))
75
- * typo ([88018f9](https://github.com/thebyte9/blaze/commit/88018f96fe2559a981826acb67a60f5b02c94f04))
76
- * update snapshot ([f3e1029](https://github.com/thebyte9/blaze/commit/f3e1029d9eb713a3126f396966ad01516a6a6add))
77
-
78
-
79
- ### Features
80
-
81
- * new preOpenMenu menu setting ([db23d0d](https://github.com/thebyte9/blaze/commit/db23d0d46a3bfe9db848ce5b52532c13e8ed5aa0))
82
-
83
-
84
-
85
-
86
-
87
- # [0.146.0-translations.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-translations.0) (2025-02-10)
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * apply search filters even when shouldAddFilters is false ([ac82708](https://github.com/thebyte9/blaze/commit/ac827080df3001f4643a2d7a69b8f5502646cf77))
93
- * encode dynamic menu urls ([#4497](https://github.com/thebyte9/blaze/issues/4497)) ([43695a0](https://github.com/thebyte9/blaze/commit/43695a01408a85a5cd94704d9b78f36fd3fb509f))
94
- * exported necessary helpers from blaze react page builder ([#4466](https://github.com/thebyte9/blaze/issues/4466)) ([9a8d0db](https://github.com/thebyte9/blaze/commit/9a8d0db28dc0fbf7a2c93733fa1c7d61f293ac1b))
95
- * fixed nan values on ranges ([#4582](https://github.com/thebyte9/blaze/issues/4582)) ([963ceec](https://github.com/thebyte9/blaze/commit/963ceec6b1eea027cb36b9358f7dee5e91e852ce))
96
- * fixed url change not reflecting on filters ([#4488](https://github.com/thebyte9/blaze/issues/4488)) ([0d6574f](https://github.com/thebyte9/blaze/commit/0d6574f5d5e698633c6032668cb8e1d914cf0342))
97
- * fixed url not being decoded when set on useEffect in SearchFilterContainer ([#4492](https://github.com/thebyte9/blaze/issues/4492)) ([64ba7a0](https://github.com/thebyte9/blaze/commit/64ba7a0260ee657561df5273fac3e537d6845db0))
98
- * persist last selected filter ([#4526](https://github.com/thebyte9/blaze/issues/4526)) ([5b15b57](https://github.com/thebyte9/blaze/commit/5b15b57f5b008a6a9b71a0ea4d5a7bc75b1779a3))
99
- * remove limit from dynamic menu item check ([535e557](https://github.com/thebyte9/blaze/commit/535e5574817c3d4248419cf42961fdc27c28dd34))
100
- * remove youtube origin api param as it breaks SSR ([#4538](https://github.com/thebyte9/blaze/issues/4538)) ([98f71c5](https://github.com/thebyte9/blaze/commit/98f71c501fa8f01f9187d3ab7807c8fc4eada3e6))
101
- * use modal adapter in frontend ([#4485](https://github.com/thebyte9/blaze/issues/4485)) ([f35adbc](https://github.com/thebyte9/blaze/commit/f35adbcd9a76a069000126a30b3c680c169a5357))
102
-
103
-
104
- ### Features
105
-
106
- * add Floating Side Button variant with MVP styling ([#4594](https://github.com/thebyte9/blaze/issues/4594)) ([effb843](https://github.com/thebyte9/blaze/commit/effb843fa9c226fbf07b3ad3dac359d81e164590))
107
- * add video component events for youtube and jwplayer ([7b4aa78](https://github.com/thebyte9/blaze/commit/7b4aa78dea3798d736b32aed13760cc67445780c))
108
- * added Loading component ([#4469](https://github.com/thebyte9/blaze/issues/4469)) ([957f09b](https://github.com/thebyte9/blaze/commit/957f09bab84e2e08df879abf4eec17293d167e00))
109
- * allow customisation of refine search text ([#4489](https://github.com/thebyte9/blaze/issues/4489)) ([2082c4b](https://github.com/thebyte9/blaze/commit/2082c4b9322882cf779c9619d32ff44793324723))
110
- * dynamic menu items ([#4099](https://github.com/thebyte9/blaze/issues/4099)) ([c1e052b](https://github.com/thebyte9/blaze/commit/c1e052ba93218d4f603c697cf8b533d2d0befbf1))
111
- * fetch items from the current users item list ([#4464](https://github.com/thebyte9/blaze/issues/4464)) ([b68d4d3](https://github.com/thebyte9/blaze/commit/b68d4d30643b981402a63a961939e13e82999ba4))
112
- * improve card click wrapper feature flag to make valid html ([#4495](https://github.com/thebyte9/blaze/issues/4495)) ([cc01f4d](https://github.com/thebyte9/blaze/commit/cc01f4dae15158c0896d48ed05cb32a64c8caa1b))
113
- * update image-cdn-react package with fetchpolicy update ([#4564](https://github.com/thebyte9/blaze/issues/4564)) ([1b6b719](https://github.com/thebyte9/blaze/commit/1b6b71952dc63f90fdecde1c4214e59a3207d615))
114
-
115
-
116
-
117
-
118
-
119
- # [0.145.0](https://github.com/thebyte9/blaze/compare/v0.145.0-alpha.0...v0.145.0) (2024-07-31)
120
-
121
- **Note:** Version bump only for package @blaze-cms/react-page-builder
122
-
123
-
124
-
125
-
126
-
127
- # [0.145.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.144.0...v0.145.0-alpha.0) (2024-07-26)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * list component handle id filters ([#4445](https://github.com/thebyte9/blaze/issues/4445)) ([789ae4d](https://github.com/thebyte9/blaze/commit/789ae4d99000656e7d0fea44d129705b6dba11e2))
133
-
134
-
135
-
136
-
137
-
138
- # [0.144.0](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.2...v0.144.0) (2024-07-11)
139
-
140
- **Note:** Version bump only for package @blaze-cms/react-page-builder
141
-
142
-
143
-
144
-
145
-
146
- # [0.144.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.1...v0.144.0-alpha.2) (2024-07-09)
147
-
148
- **Note:** Version bump only for package @blaze-cms/react-page-builder
149
-
150
-
151
-
152
-
153
-
154
- # [0.144.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.0...v0.144.0-alpha.1) (2024-07-05)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * data summary carousel hover/modifier fix ([#4428](https://github.com/thebyte9/blaze/issues/4428)) ([f05c45a](https://github.com/thebyte9/blaze/commit/f05c45aac67873b9d56e25193955892a2d60816f))
160
-
161
-
162
-
163
-
164
-
165
- # [0.144.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.143.1...v0.144.0-alpha.0) (2024-07-05)
166
-
167
-
168
- ### Features
169
-
170
- * search component single search result navigate to item ([#4398](https://github.com/thebyte9/blaze/issues/4398)) ([a12c07c](https://github.com/thebyte9/blaze/commit/a12c07c0767662a959c2d7a1c7f81e10b00b8f22))
171
-
172
-
173
-
174
-
175
-
176
- ## [0.143.1](https://github.com/thebyte9/blaze/compare/v0.143.0...v0.143.1) (2024-07-01)
177
-
178
-
179
- ### Bug Fixes
180
-
181
- * handle item to display component sort when sort not applied ([#4417](https://github.com/thebyte9/blaze/issues/4417)) ([895c35d](https://github.com/thebyte9/blaze/commit/895c35dd06cf9722b32a0e2decaf7bde52f531bb))
182
-
183
-
184
-
185
-
186
-
187
- # [0.143.0](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.1...v0.143.0) (2024-06-20)
188
-
189
- **Note:** Version bump only for package @blaze-cms/react-page-builder
190
-
191
-
192
-
193
-
194
-
195
- # [0.143.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.0...v0.143.0-alpha.1) (2024-06-13)
196
-
197
- **Note:** Version bump only for package @blaze-cms/react-page-builder
198
-
199
-
200
-
201
-
202
-
203
- # [0.143.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.142.0...v0.143.0-alpha.0) (2024-06-13)
204
-
205
- **Note:** Version bump only for package @blaze-cms/react-page-builder
206
-
207
-
208
-
209
-
210
-
211
- # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
212
-
213
- **Note:** Version bump only for package @blaze-cms/react-page-builder
214
-
215
-
216
-
217
-
218
-
219
- # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
220
-
221
-
222
- ### Bug Fixes
223
-
224
- * add missing dayjs dependency ([#4377](https://github.com/thebyte9/blaze/issues/4377)) ([ece2ec3](https://github.com/thebyte9/blaze/commit/ece2ec3d9f8b410d861ac5a1dafd605a4f4f6174))
225
-
226
-
227
-
228
-
229
-
230
- # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
231
-
232
-
233
- ### Bug Fixes
234
-
235
- * get component for repetition ([#4376](https://github.com/thebyte9/blaze/issues/4376)) ([2dc7e4b](https://github.com/thebyte9/blaze/commit/2dc7e4b2ecf8c8989cd453e3b446dd615b32fc3a))
236
-
237
-
238
-
239
-
240
-
241
- # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
242
-
243
-
244
- ### Features
245
-
246
- * adds date time component ([#4320](https://github.com/thebyte9/blaze/issues/4320)) ([aafabbe](https://github.com/thebyte9/blaze/commit/aafabbeaab843c7a21fbf285d72e0278edb0e30b))
247
- * changed banner insertion checks for generic components ([#4370](https://github.com/thebyte9/blaze/issues/4370)) ([e6e9734](https://github.com/thebyte9/blaze/commit/e6e97348ac31c4bd913b91b3d4de9ab1a4e88757))
248
-
249
-
250
-
251
-
252
-
253
- # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
254
-
255
- **Note:** Version bump only for package @blaze-cms/react-page-builder
256
-
257
-
258
-
259
-
260
-
261
- # [0.141.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.140.4...v0.141.0-alpha.2) (2024-05-10)
262
-
263
-
264
-
265
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
266
-
267
-
268
- ### Bug Fixes
269
-
270
- * fixed thumbnail carousel scroll behaviour/thumbnail click/thumbnail size ([#4349](https://github.com/thebyte9/blaze/issues/4349)) ([327a3db](https://github.com/thebyte9/blaze/commit/327a3db2c67e363716232ef628c93ff3e5720638))
271
-
272
-
273
- ### Features
274
-
275
- * added core variants to blaze ([#4273](https://github.com/thebyte9/blaze/issues/4273)) ([b88be3e](https://github.com/thebyte9/blaze/commit/b88be3ed96553379bae0892f3d091f77adaedcfb))
276
- * added thumbnail carousel variant ([#4343](https://github.com/thebyte9/blaze/issues/4343)) ([69beb66](https://github.com/thebyte9/blaze/commit/69beb66445c35f3ff67d5002aa96fe60aa8cae50))
277
-
278
-
279
-
280
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
281
-
282
-
283
- ### Bug Fixes
284
-
285
- * adds style fixes to admin ([ace61c1](https://github.com/thebyte9/blaze/commit/ace61c15d06b58a86ca4cadf2a435e51e142608f))
286
- * adds style fixes to admin ([696ff96](https://github.com/thebyte9/blaze/commit/696ff96fb9ad36e4b1b09a80af21d1c846475405))
287
- * lint and updates snapshots ([60db1bf](https://github.com/thebyte9/blaze/commit/60db1bffbfe937da7357ac79805015e5073a4ab0))
288
-
289
-
290
- ### Features
291
-
292
- * add recency boost option to card/list pagebuilder components ([#4306](https://github.com/thebyte9/blaze/issues/4306)) ([6385d97](https://github.com/thebyte9/blaze/commit/6385d972895b50ad82b5b1662368f05dbfa73630))
293
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([547de36](https://github.com/thebyte9/blaze/commit/547de36ae792a4deb403e8dea60a54a8aa1e4858))
294
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([f97ae66](https://github.com/thebyte9/blaze/commit/f97ae66eb03aff3837f67e089334ba4128f50081))
295
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
296
-
297
-
298
-
299
-
300
-
301
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
302
-
303
-
304
- ### Bug Fixes
305
-
306
- * fixed thumbnail carousel scroll behaviour/thumbnail click/thumbnail size ([#4349](https://github.com/thebyte9/blaze/issues/4349)) ([327a3db](https://github.com/thebyte9/blaze/commit/327a3db2c67e363716232ef628c93ff3e5720638))
307
-
308
-
309
- ### Features
310
-
311
- * added core variants to blaze ([#4273](https://github.com/thebyte9/blaze/issues/4273)) ([b88be3e](https://github.com/thebyte9/blaze/commit/b88be3ed96553379bae0892f3d091f77adaedcfb))
312
- * added thumbnail carousel variant ([#4343](https://github.com/thebyte9/blaze/issues/4343)) ([69beb66](https://github.com/thebyte9/blaze/commit/69beb66445c35f3ff67d5002aa96fe60aa8cae50))
313
-
314
-
315
-
316
-
317
-
318
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
319
-
320
-
321
- ### Bug Fixes
322
-
323
- * adds style fixes to admin ([ace61c1](https://github.com/thebyte9/blaze/commit/ace61c15d06b58a86ca4cadf2a435e51e142608f))
324
- * adds style fixes to admin ([696ff96](https://github.com/thebyte9/blaze/commit/696ff96fb9ad36e4b1b09a80af21d1c846475405))
325
- * lint and updates snapshots ([60db1bf](https://github.com/thebyte9/blaze/commit/60db1bffbfe937da7357ac79805015e5073a4ab0))
326
-
327
-
328
- ### Features
329
-
330
- * add recency boost option to card/list pagebuilder components ([#4306](https://github.com/thebyte9/blaze/issues/4306)) ([6385d97](https://github.com/thebyte9/blaze/commit/6385d972895b50ad82b5b1662368f05dbfa73630))
331
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([547de36](https://github.com/thebyte9/blaze/commit/547de36ae792a4deb403e8dea60a54a8aa1e4858))
332
- * page builder component app event hook ([#4290](https://github.com/thebyte9/blaze/issues/4290)) ([f97ae66](https://github.com/thebyte9/blaze/commit/f97ae66eb03aff3837f67e089334ba4128f50081))
333
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
334
-
335
-
336
-
337
-
338
-
339
- ## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
340
-
341
- **Note:** Version bump only for package @blaze-cms/react-page-builder
342
-
343
-
344
-
345
-
346
-
347
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
348
-
349
- **Note:** Version bump only for package @blaze-cms/react-page-builder
350
-
351
-
352
-
353
-
354
-
355
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
356
-
357
-
358
- ### Bug Fixes
359
-
360
- * added prefix_length to fuzzy querys ([#4278](https://github.com/thebyte9/blaze/issues/4278)) ([887cc4f](https://github.com/thebyte9/blaze/commit/887cc4f5b669cbe3c597cd8cd9bf050e30767b47))
361
-
362
-
363
-
364
-
365
-
366
- # [0.140.0](https://github.com/thebyte9/blaze/compare/v0.140.0-alpha.0...v0.140.0) (2024-03-01)
367
-
368
- **Note:** Version bump only for package @blaze-cms/react-page-builder
369
-
370
-
371
-
372
-
373
-
374
- # [0.140.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.140.0-alpha.0) (2024-02-28)
375
-
376
- **Note:** Version bump only for package @blaze-cms/react-page-builder
377
-
378
-
379
-
380
-
381
-
382
- ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
383
-
384
- **Note:** Version bump only for package @blaze-cms/react-page-builder
385
-
386
-
387
-
388
-
389
-
390
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
391
-
392
- **Note:** Version bump only for package @blaze-cms/react-page-builder
393
-
394
-
395
-
396
-
397
-
398
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
399
-
400
- **Note:** Version bump only for package @blaze-cms/react-page-builder
401
-
402
-
403
-
404
-
405
-
406
- ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
407
-
408
- **Note:** Version bump only for package @blaze-cms/react-page-builder
409
-
410
-
411
-
412
-
413
-
414
- ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
415
-
416
- **Note:** Version bump only for package @blaze-cms/react-page-builder
417
-
418
-
419
-
420
-
421
-
422
- # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
423
-
424
- **Note:** Version bump only for package @blaze-cms/react-page-builder
425
-
426
-
427
-
428
-
429
-
430
- # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
431
-
432
- **Note:** Version bump only for package @blaze-cms/react-page-builder
433
-
434
-
435
-
436
-
437
-
438
- # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
439
-
440
-
441
- ### Bug Fixes
442
-
443
- * searchfilter checkbox duplicate element title ([97ca0b1](https://github.com/thebyte9/blaze/commit/97ca0b1a554f9faa01c6696cb71770b2dc88194e))
444
-
445
-
446
- ### Features
447
-
448
- * 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))
449
-
450
-
451
-
452
- # [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)
453
-
454
-
455
-
456
- # [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)
457
-
458
-
459
-
460
-
461
-
462
- # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
463
-
464
-
465
- ### Bug Fixes
466
-
467
- * use correct parent for card full render ([#4199](https://github.com/thebyte9/blaze/issues/4199)) ([ada307c](https://github.com/thebyte9/blaze/commit/ada307c5466442037910223bb16392cb58bfef24))
468
- * use values from the image ([3639ed1](https://github.com/thebyte9/blaze/commit/3639ed1078e88742443160b2926df9884ab5ca91))
469
-
470
-
471
- ### Features
472
-
473
- * component variants ([#4218](https://github.com/thebyte9/blaze/issues/4218)) ([8e36664](https://github.com/thebyte9/blaze/commit/8e366642ba7cbc07672b70b0809034b96e9a2a55))
474
- * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
475
-
476
-
477
-
478
-
479
-
480
- # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
481
-
482
-
483
- ### Bug Fixes
484
-
485
- * search filter close bug ([#4160](https://github.com/thebyte9/blaze/issues/4160)) ([76bae35](https://github.com/thebyte9/blaze/commit/76bae35e6a4aa896f8966d3b8b99c87400363874))
486
-
487
-
488
-
489
-
490
-
491
- # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
492
-
493
-
494
- ### Features
495
-
496
- * added new filter options for sponsored and featured ([#4172](https://github.com/thebyte9/blaze/issues/4172)) ([11051f6](https://github.com/thebyte9/blaze/commit/11051f630c3fb0b74aa9d79e1e154151d438cc69))
497
-
498
-
499
-
500
-
501
-
502
- # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
503
-
504
-
505
- ### Features
506
-
507
- * allow full render of card items ([#4162](https://github.com/thebyte9/blaze/issues/4162)) ([2dd7d48](https://github.com/thebyte9/blaze/commit/2dd7d48a8b05141c8d4064856b70487e252d2c04))
508
-
509
-
510
-
511
-
512
-
513
- # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
514
-
515
- **Note:** Version bump only for package @blaze-cms/react-page-builder
516
-
517
-
518
-
519
-
520
-
521
- # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
522
-
523
-
524
- ### Bug Fixes
525
-
526
- * map marker click not opening markers ([#4164](https://github.com/thebyte9/blaze/issues/4164)) ([4f8fe05](https://github.com/thebyte9/blaze/commit/4f8fe055c0897cb2afca5aa81211fc972b03bdeb))
527
- * use cached data if present while loading ([#4166](https://github.com/thebyte9/blaze/issues/4166)) ([285c926](https://github.com/thebyte9/blaze/commit/285c92678f6c26d0daa956c2514c27f499721754))
528
-
529
-
530
-
531
-
532
-
533
- ## [0.137.1](https://github.com/thebyte9/blaze/compare/v0.137.0...v0.137.1) (2023-12-12)
534
-
535
-
536
- ### Bug Fixes
537
-
538
- * do not set parallax class if undefined ([8aa7014](https://github.com/thebyte9/blaze/commit/8aa70140a294b060ac108a2b7f2ff2cd2ed3e457))
539
-
540
-
541
-
542
-
543
-
544
- # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
545
-
546
- **Note:** Version bump only for package @blaze-cms/react-page-builder
547
-
548
-
549
-
550
-
551
-
552
- # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
553
-
554
-
555
- ### Features
556
-
557
- * add image priority to carousel ([#4143](https://github.com/thebyte9/blaze/issues/4143)) ([82bd280](https://github.com/thebyte9/blaze/commit/82bd280e43a231b76b63c455a4621d0b86a6e306))
558
- * frontend image and video parallax settings ([#4096](https://github.com/thebyte9/blaze/issues/4096)) ([7314a17](https://github.com/thebyte9/blaze/commit/7314a1724697e6e47aa06a3b92252e9721c58e56))
559
-
560
-
561
-
562
-
563
-
564
- ## [0.136.1](https://github.com/thebyte9/blaze/compare/v0.136.0...v0.136.1) (2023-11-22)
565
-
566
-
567
- ### Bug Fixes
568
-
569
- * 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))
570
-
571
-
572
-
573
-
574
-
575
- # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
576
-
577
- **Note:** Version bump only for package @blaze-cms/react-page-builder
578
-
579
-
580
-
581
-
582
-
583
- # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
584
-
585
-
586
- ### Bug Fixes
587
-
588
- * fix typo ([3c87c7f](https://github.com/thebyte9/blaze/commit/3c87c7f50b0c184fc369a3efbac0584fb0af6c09))
589
- * handle data summary urls in loops correctly ([#3993](https://github.com/thebyte9/blaze/issues/3993)) ([008e1a1](https://github.com/thebyte9/blaze/commit/008e1a1f24f065b4060302c2c32d1aa32dd8a007))
590
- * unwanted space when banner not served ([fb35848](https://github.com/thebyte9/blaze/commit/fb35848b7f91c9c063833d30b37e44996b2a4a56))
591
- * update ad slot render test ([dc9655f](https://github.com/thebyte9/blaze/commit/dc9655f2a2f9b9b5f5e98c77382561d3c4c4088d))
592
- * update ad slot render test ([2d12523](https://github.com/thebyte9/blaze/commit/2d12523f79245208e8919b7d90fa6d4294f396da))
593
-
594
-
595
-
596
-
597
-
598
- # [0.135.0](https://github.com/thebyte9/blaze/compare/v0.135.0-alpha.0...v0.135.0) (2023-11-21)
599
-
600
- **Note:** Version bump only for package @blaze-cms/react-page-builder
601
-
602
-
603
-
604
-
605
-
606
- # [0.135.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.134.0...v0.135.0-alpha.0) (2023-11-21)
607
-
608
-
609
- ### Bug Fixes
610
-
611
- * 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))
612
-
613
-
614
-
615
-
616
-
617
- # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
618
-
619
- **Note:** Version bump only for package @blaze-cms/react-page-builder
620
-
621
-
622
-
623
-
624
-
625
- # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
626
-
627
- **Note:** Version bump only for package @blaze-cms/react-page-builder
628
-
629
-
630
-
631
-
632
-
633
- # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
634
-
635
- **Note:** Version bump only for package @blaze-cms/react-page-builder
636
-
637
-
638
-
639
-
640
-
641
- # [0.133.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.5...v0.133.0-alpha.6) (2023-10-03)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * 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))
647
- * handle multiple sort properties correctly ([#4076](https://github.com/thebyte9/blaze/issues/4076)) ([524c48a](https://github.com/thebyte9/blaze/commit/524c48a72e33344d114000738f20d54c00f978d7))
648
-
649
-
650
-
651
-
652
-
653
- # [0.133.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.4...v0.133.0-alpha.5) (2023-10-03)
654
-
655
- **Note:** Version bump only for package @blaze-cms/react-page-builder
656
-
657
-
658
-
659
-
660
-
661
- # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
662
-
663
-
664
- ### Bug Fixes
665
-
666
- * client route urls on logout button ([85d5b07](https://github.com/thebyte9/blaze/commit/85d5b079d9abcba1fe21e8781bb3332d03d2dec2))
667
- * filters now inherit filterBy if needed ([#3978](https://github.com/thebyte9/blaze/issues/3978)) ([19bfdc9](https://github.com/thebyte9/blaze/commit/19bfdc94ee4cf6be00d87f58409dff37e25eab87))
668
-
669
-
670
-
671
-
672
-
673
- # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
674
-
675
-
676
- ### Bug Fixes
677
-
678
- * add core styles for hiding filters settings ([b04bcec](https://github.com/thebyte9/blaze/commit/b04bcec8c7de83543100708232f22c4b2deb2675))
679
- * ammend sort tests and update branch ([e503ed5](https://github.com/thebyte9/blaze/commit/e503ed593ea062cbbf38aa146696121c7c58ed7c))
680
- * device detection fix ([9a52d80](https://github.com/thebyte9/blaze/commit/9a52d8002239d5b9b68e07a2ed747f4742b05323))
681
- * hide unnecessary buttons on mobile nd desktop ([f0bc7a6](https://github.com/thebyte9/blaze/commit/f0bc7a6e960d8ec8a347c77456d54255d25e6825))
682
- * merge ([34eace9](https://github.com/thebyte9/blaze/commit/34eace90e5925d034f8ba3eb83a52bcd6a4af9f1))
683
- * merge dev ([28ea01d](https://github.com/thebyte9/blaze/commit/28ea01d9956654776cab99c2ef7bc035fcfd9975))
684
- * redirect correctly after using logout button ([#4051](https://github.com/thebyte9/blaze/issues/4051)) ([6d4383f](https://github.com/thebyte9/blaze/commit/6d4383f5e0f9c794b6ba2f9833d5acf2a3a2320e))
685
-
686
-
687
-
688
-
689
-
690
- # [0.133.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.1...v0.133.0-alpha.2) (2023-09-06)
691
-
692
-
693
- ### Bug Fixes
694
-
695
- * handle sort order when user sort not applied ([#4040](https://github.com/thebyte9/blaze/issues/4040)) ([7e674ef](https://github.com/thebyte9/blaze/commit/7e674ef7798d3032351dd4ef50c88d81f2130be4))
696
-
697
-
698
-
699
-
700
-
701
- # [0.133.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.0...v0.133.0-alpha.1) (2023-09-05)
702
-
703
-
704
- ### Bug Fixes
705
-
706
- * handle search filters where custom sort applied ([#4039](https://github.com/thebyte9/blaze/issues/4039)) ([857dd75](https://github.com/thebyte9/blaze/commit/857dd75ca26812dc2db29d634800727c32dce502))
707
-
708
-
709
-
710
-
711
-
712
- # [0.133.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.132.0...v0.133.0-alpha.0) (2023-08-25)
713
-
714
-
715
- ### Bug Fixes
716
-
717
- * added score sort when search filter is applied ([#3231](https://github.com/thebyte9/blaze/issues/3231)) ([a8a086c](https://github.com/thebyte9/blaze/commit/a8a086cb3b44e8f906f8b11b992c193282f0e249))
718
- * added sort to az lists ([#3899](https://github.com/thebyte9/blaze/issues/3899)) ([f9d6fa5](https://github.com/thebyte9/blaze/commit/f9d6fa519749025057b44a704975409cfd416ea0))
719
-
720
-
721
-
722
-
723
-
724
- # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
725
-
726
- **Note:** Version bump only for package @blaze-cms/react-page-builder
727
-
728
-
729
-
730
-
731
-
732
- # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
733
-
734
-
735
- ### Bug Fixes
736
-
737
- * add collapse property to searchContent ([#3964](https://github.com/thebyte9/blaze/issues/3964)) ([5bc7813](https://github.com/thebyte9/blaze/commit/5bc78136356ce826a92da7f8045ac4c2c44796ed))
738
- * add second render ([24d7f7b](https://github.com/thebyte9/blaze/commit/24d7f7bcb26ad138b093fc1a04bc2fcaa304cdef))
739
- * add second render ([885e1b4](https://github.com/thebyte9/blaze/commit/885e1b401a564e8212acb6e2f6189e53a6f6cc87))
740
- * added logout handling for button ([#3983](https://github.com/thebyte9/blaze/issues/3983)) ([54ecb64](https://github.com/thebyte9/blaze/commit/54ecb64eb2e36ffe7e8dacb39a20a6a06487ba5e))
741
- * carousel - set min width to the content ([6d0dd8f](https://github.com/thebyte9/blaze/commit/6d0dd8fdd0381fa69c5b7a7084cc2960927d38a1))
742
- * carousel - set min width to the content ([e8b9267](https://github.com/thebyte9/blaze/commit/e8b9267201cac2de4f8bdf7cb778ed26b4b5ca84))
743
- * deconstruct sticky from children ([e2ad5f2](https://github.com/thebyte9/blaze/commit/e2ad5f245a300e8a38fd6256daa01dcff4c3e29c))
744
- * hash bits now persists through filter changes ([#3965](https://github.com/thebyte9/blaze/issues/3965)) ([30595ef](https://github.com/thebyte9/blaze/commit/30595ef155783e78adc4f153230dccb33556e2f8))
745
- * hash bits now persists through filter changes ([#3965](https://github.com/thebyte9/blaze/issues/3965)) ([a8700c6](https://github.com/thebyte9/blaze/commit/a8700c63715f864a1178630d810216c274484b97))
746
- * hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([e3a502c](https://github.com/thebyte9/blaze/commit/e3a502ca5b6b4f9028072e0b2fe19630a240b840))
747
- * hlist component andle when no search filter ([#3982](https://github.com/thebyte9/blaze/issues/3982)) ([f5b89e0](https://github.com/thebyte9/blaze/commit/f5b89e0624ab2318e4cd12510638341db354a0de))
748
- * improve animation ([898a36e](https://github.com/thebyte9/blaze/commit/898a36e67379c8ec550d36cb23041e042b847d56))
749
- * improve animation ([088bfb5](https://github.com/thebyte9/blaze/commit/088bfb54e36658944d2f13a67e0e90cc674eabca))
750
- * remove log ([f56fc03](https://github.com/thebyte9/blaze/commit/f56fc0334900e314ea61ed1e6201febc29fdf7e6))
751
- * reset search filters and handle single text property ([#3996](https://github.com/thebyte9/blaze/issues/3996)) ([85ddfdd](https://github.com/thebyte9/blaze/commit/85ddfdda1acc61f8bb6382630205cfb82ed2e5ac))
752
- * set width to carousel container ([5926a7a](https://github.com/thebyte9/blaze/commit/5926a7a285c568514dfbca9360335c1e88836a0c))
753
- * set width to carousel container ([7ff4e62](https://github.com/thebyte9/blaze/commit/7ff4e6242b2f31a83c605f5edec508ce256aab5a))
754
-
755
-
756
- ### Features
757
-
758
- * 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))
759
- * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([85338da](https://github.com/thebyte9/blaze/commit/85338da6b76f8bc5a1c1179dde51bf61a05b2698))
760
- * enableLink in data summary now works with neste objects ([#3974](https://github.com/thebyte9/blaze/issues/3974)) ([d407785](https://github.com/thebyte9/blaze/commit/d407785489f44ec410b528307f7e7156f8f975a9))
761
- * Filters and sorts now target generic or specific lists ([#3973](https://github.com/thebyte9/blaze/issues/3973)) ([cefef82](https://github.com/thebyte9/blaze/commit/cefef82d4ee113f70c156473bef9ab98cdffb3d2))
762
- * 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))
763
- * 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))
764
-
765
-
766
-
767
-
768
-
769
- ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
770
-
771
-
772
- ### Bug Fixes
773
-
774
- * deconstruct sticky from children ([#4007](https://github.com/thebyte9/blaze/issues/4007)) ([1d3ad89](https://github.com/thebyte9/blaze/commit/1d3ad89c6a600ffb08964002ca9eda86c68e61f2))
775
-
776
-
777
-
778
-
779
-
780
- ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
781
-
782
-
783
- ### Bug Fixes
784
-
785
- * do not override properties in card banners ([#4001](https://github.com/thebyte9/blaze/issues/4001)) ([44353b1](https://github.com/thebyte9/blaze/commit/44353b159f2da9d447833a12751fde6ebd4a734f))
786
-
787
-
788
-
789
-
790
-
791
- # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
792
-
793
-
794
- ### Features
795
-
796
- * add sticky setting to column and row ([#3988](https://github.com/thebyte9/blaze/issues/3988)) ([735b3b0](https://github.com/thebyte9/blaze/commit/735b3b09e0af15ad262119472579a1120da00347))
797
-
798
-
799
-
800
-
801
-
802
- ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
803
-
804
- **Note:** Version bump only for package @blaze-cms/react-page-builder
805
-
806
-
807
-
808
-
809
-
810
- # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
811
-
812
- **Note:** Version bump only for package @blaze-cms/react-page-builder
813
-
814
-
815
-
816
-
817
-
818
- # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
819
-
820
-
821
- ### Bug Fixes
822
-
823
- * added basic style for smooth auto scrolling ([42ab95b](https://github.com/thebyte9/blaze/commit/42ab95b74c9fc77cfa735bc3b6c38ad562a628d6))
824
- * added smooth scroll time check ([#3937](https://github.com/thebyte9/blaze/issues/3937)) ([a20a22d](https://github.com/thebyte9/blaze/commit/a20a22d59e813563ebdd017270555d518635d5de))
825
- * added smoothScroll option ([48e1c23](https://github.com/thebyte9/blaze/commit/48e1c23eb5c2132e13f7750d5fef249c913d8292))
826
- * added timer control to smooth scroll ([8715a1d](https://github.com/thebyte9/blaze/commit/8715a1d821b6e77cf5de9cc7c1e562f777819861))
827
- * fixed banner not recieveng bannerProps from cards ([#3952](https://github.com/thebyte9/blaze/issues/3952)) ([ca41d15](https://github.com/thebyte9/blaze/commit/ca41d15acdc30e345a542b39f72bfdaffa949fee))
828
- * fixed code smells ([e9dc382](https://github.com/thebyte9/blaze/commit/e9dc38254a13cb696a48a3dc712d9cf8864d13a8))
829
- * fixed css clashes ([63c20ee](https://github.com/thebyte9/blaze/commit/63c20ee219a99a25606011883cbc6e7ad1896258))
830
- * fixed stuttering on smooth scroll ([5c3ff31](https://github.com/thebyte9/blaze/commit/5c3ff31eb2e6adec20750e8c97320674817a03a5))
831
- * fixed title repeat ([#3936](https://github.com/thebyte9/blaze/issues/3936)) ([ae57a5e](https://github.com/thebyte9/blaze/commit/ae57a5e53880ff8caa1bd47a50126a97659884fa))
832
- * list az full render ([#3882](https://github.com/thebyte9/blaze/issues/3882)) ([899556e](https://github.com/thebyte9/blaze/commit/899556ec005235367c1002d35c03ac953d5c6991))
833
- * updated snapshots ([8ce52c4](https://github.com/thebyte9/blaze/commit/8ce52c4f7ed243cc1f7d3454d0f1afc4a803d6f5))
834
-
835
-
836
-
837
-
838
-
839
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
840
-
841
- **Note:** Version bump only for package @blaze-cms/react-page-builder
842
-
843
-
844
-
845
-
846
-
847
- # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
848
-
849
- **Note:** Version bump only for package @blaze-cms/react-page-builder
850
-
851
-
852
-
853
-
854
-
855
- # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
856
-
857
- **Note:** Version bump only for package @blaze-cms/react-page-builder
858
-
859
-
860
-
861
-
862
-
863
- ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
864
-
865
- **Note:** Version bump only for package @blaze-cms/react-page-builder
866
-
867
-
868
-
869
-
870
-
871
- ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
872
-
873
- **Note:** Version bump only for package @blaze-cms/react-page-builder
874
-
875
-
876
-
877
-
878
-
879
- # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
880
-
881
- **Note:** Version bump only for package @blaze-cms/react-page-builder
882
-
883
-
884
-
885
-
886
-
887
- # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * data summary now uses url if prop matches checks ([68e2119](https://github.com/thebyte9/blaze/commit/68e2119559ac9f0005e16f0c85620aa823b62b76))
893
-
894
-
895
-
896
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
897
-
898
-
899
-
900
-
901
-
902
- # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
903
-
904
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
905
-
906
- ### Bug Fixes
907
-
908
- * ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
909
-
910
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
911
-
912
- ### Features
913
-
914
- * shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
915
-
916
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
917
-
918
- **Note:** Version bump only for package @blaze-cms/react-page-builder
919
-
920
- # [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
921
-
922
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
923
-
924
- ### Bug Fixes
925
-
926
- * ignore DOMException errors in ErrorBoundary ([05b66af](https://github.com/thebyte9/blaze/commit/05b66afff5f8cb3ee6618e7a6b5521d8bdfbf7a0))
927
-
928
- # [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
929
-
930
- **Note:** Version bump only for package @blaze-cms/react-page-builder
931
-
932
- # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
933
-
934
- ### Bug Fixes
935
-
936
- * added handling of blank spaces for content groups ([#3828](https://github.com/thebyte9/blaze/issues/3828)) ([e196b41](https://github.com/thebyte9/blaze/commit/e196b41f2c424b05cc07642af9697e65e0ab26e1))
937
- * deconstruct correct query variable to fix filtered card loading ([#3839](https://github.com/thebyte9/blaze/issues/3839)) ([aa282ed](https://github.com/thebyte9/blaze/commit/aa282ed971768d935eba9bd8a32538f98f0abdc7))
938
-
939
- ### Features
940
-
941
- * added iframe component ([#3793](https://github.com/thebyte9/blaze/issues/3793)) ([71d1029](https://github.com/thebyte9/blaze/commit/71d102984896f7fd571a6c60499978e5c8e2d044))
942
- * added label for itemDetailsSummary component ([#3859](https://github.com/thebyte9/blaze/issues/3859)) ([e6b16ce](https://github.com/thebyte9/blaze/commit/e6b16ce4bdb60abe15564bece73f7b99f2c669f8))
943
- * entity multi select for card and list components ([#3603](https://github.com/thebyte9/blaze/issues/3603)) ([af3441c](https://github.com/thebyte9/blaze/commit/af3441c5f9cb0033124bb92f8d9cd81a68fefc14))
944
- * removed h2 from all but layout and withTitle hoc ([#3853](https://github.com/thebyte9/blaze/issues/3853)) ([b05160b](https://github.com/thebyte9/blaze/commit/b05160b568115f64b560dd5803f1d81fac55adca))
945
- * update banner repetition settings for list and card components ([#3809](https://github.com/thebyte9/blaze/issues/3809)) ([8804687](https://github.com/thebyte9/blaze/commit/88046871e16ade178fa0f89a5f8c463a0ac4c701))
946
-
947
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
948
-
949
- ### Features
950
-
951
- * shorthand story plugins ([#3806](https://github.com/thebyte9/blaze/issues/3806)) ([08d9b82](https://github.com/thebyte9/blaze/commit/08d9b82aa1983291450c616c9bd8fd81f6ddae9d))
952
-
953
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
954
-
955
- **Note:** Version bump only for package @blaze-cms/react-page-builder
956
-
957
- # [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
958
-
959
- ### Features
960
-
961
- * content groups anchor links in the url ([#3736](https://github.com/thebyte9/blaze/issues/3736)) ([b0fb981](https://github.com/thebyte9/blaze/commit/b0fb9814a62bba34e005537a7410550b1ac79afc))
962
-
963
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
964
-
965
- ### Features
966
-
967
- * frontend should always search with pageBuilderIndexed property ([#3725](https://github.com/thebyte9/blaze/issues/3725)) ([dea4943](https://github.com/thebyte9/blaze/commit/dea49431c36cc28afb99a715a764bb5bb4a6da30))
968
- * vimeo player lazy loading ([#3723](https://github.com/thebyte9/blaze/issues/3723)) ([c2814eb](https://github.com/thebyte9/blaze/commit/c2814eb03f89d885dcf845ecdf07728645a607cb))
969
-
970
- # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
971
-
972
- **Note:** Version bump only for package @blaze-cms/react-page-builder
973
-
974
- # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
975
-
976
- ### Features
977
-
978
- * add autoLogin function to auth provider requirements ([3f5e7ed](https://github.com/thebyte9/blaze/commit/3f5e7ed949052dcc6296ac7defe87ddce6869a65))
979
- * allow setting custom html attribute on props to display ([115e3f1](https://github.com/thebyte9/blaze/commit/115e3f1540abfe6a5dd32dbebc2a4474197c262e))
980
-
981
- # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
982
-
983
- ### Bug Fixes
984
-
985
- * added link handler to card ([#3692](https://github.com/thebyte9/blaze/issues/3692)) ([d7c003d](https://github.com/thebyte9/blaze/commit/d7c003d85e4e8fba4c7707a61ea33cb9ac86fceb))
986
-
987
- ### Features
988
-
989
- * GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
990
-
991
- # [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
992
-
993
- **Note:** Version bump only for package @blaze-cms/react-page-builder
994
-
995
- # [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
996
-
997
- ### Features
998
-
999
- * dynamic values hook and dynamic PB button properties ([#3643](https://github.com/thebyte9/blaze/issues/3643)) ([16411e7](https://github.com/thebyte9/blaze/commit/16411e731e9ac1d05312bca59156be89a554e25b))
1000
-
1001
- # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
1002
-
1003
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1004
-
1005
- # [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
1006
-
1007
- ### Features
1008
-
1009
- * adding vimeo provider ([#3605](https://github.com/thebyte9/blaze/issues/3605)) ([458c810](https://github.com/thebyte9/blaze/commit/458c810c647a6bcb0d69281865fd0afa0966475c))
1010
-
1011
- # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
1012
-
1013
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1014
-
1015
- ## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
1016
-
1017
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1018
-
1019
- ## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
1020
-
1021
- ### Bug Fixes
1022
-
1023
- * unpersist show/hide when navigating to next page ([#3584](https://github.com/thebyte9/blaze/issues/3584)) ([5ea63ce](https://github.com/thebyte9/blaze/commit/5ea63cefd780bf3e9e85c1471571c58a1170a473))
1024
- * use arrays for banner targetting ([#3579](https://github.com/thebyte9/blaze/issues/3579)) ([fd78f18](https://github.com/thebyte9/blaze/commit/fd78f189ba4bde01147be2d3021bdf1c17a27d58))
1025
-
1026
- ## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
1027
-
1028
- ### Bug Fixes
1029
-
1030
- * search filter handles range values, show range filter even when min/max are the same ([#3568](https://github.com/thebyte9/blaze/issues/3568)) ([0c7e561](https://github.com/thebyte9/blaze/commit/0c7e561bd4bbd8fff9968dfa373cfa66ffc7a8ae))
1031
-
1032
- ## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
1033
-
1034
- ### Bug Fixes
1035
-
1036
- * resolve reset filters not updating filter options ([#3563](https://github.com/thebyte9/blaze/issues/3563)) ([b230507](https://github.com/thebyte9/blaze/commit/b230507476b811f0a4d141b8e20956738c53d2fc))
1037
-
1038
- ## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
1039
-
1040
- ### Bug Fixes
1041
-
1042
- * search filter component handling range values properly ([#3559](https://github.com/thebyte9/blaze/issues/3559)) ([8a261b4](https://github.com/thebyte9/blaze/commit/8a261b4b4ac472290654761e068621317f5a242f))
1043
-
1044
- # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
1045
-
1046
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1047
-
1048
- # [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
1049
-
1050
- ### Bug Fixes
1051
-
1052
- * set initial filter keys on initial load ([#3550](https://github.com/thebyte9/blaze/issues/3550)) ([0b4910a](https://github.com/thebyte9/blaze/commit/0b4910ae9ca751023f4a110f3bb0de42adce6549))
1053
-
1054
- # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
1055
-
1056
- ### Bug Fixes
1057
-
1058
- * added special value escape check to all filters ([#3542](https://github.com/thebyte9/blaze/issues/3542)) ([7455391](https://github.com/thebyte9/blaze/commit/7455391b48f82c242c5340fecbd5f76e9b6678b1))
1059
-
1060
- ### Features
1061
-
1062
- * add button show/hide children ([#3541](https://github.com/thebyte9/blaze/issues/3541)) ([db6badf](https://github.com/thebyte9/blaze/commit/db6badf8ab116a4b5507559ca43c153012fda99c))
1063
-
1064
- # [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
1065
-
1066
- ### Bug Fixes
1067
-
1068
- * revert carousel classes and add card carousel arrow styles ([#3534](https://github.com/thebyte9/blaze/issues/3534)) ([54e8b07](https://github.com/thebyte9/blaze/commit/54e8b078efa9920a502f30dd0e2703e25a5ecf2a))
1069
-
1070
- # [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
1071
-
1072
- ### Bug Fixes
1073
-
1074
- * show filters even if no filter values by setting filter values from query ([#3533](https://github.com/thebyte9/blaze/issues/3533)) ([b8a0080](https://github.com/thebyte9/blaze/commit/b8a00804993b49066712dfbb74f20523e8cea764))
1075
-
1076
- # [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
1077
-
1078
- ### Bug Fixes
1079
-
1080
- * update image-cdn-react package to add as to preload tag ([#3527](https://github.com/thebyte9/blaze/issues/3527)) ([d7cab87](https://github.com/thebyte9/blaze/commit/d7cab874e824d9b2e99a0d3d5f2c6c48775132e5))
1081
-
1082
- # [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
1083
-
1084
- ### Features
1085
-
1086
- * make menu responsive using css ([#3526](https://github.com/thebyte9/blaze/issues/3526)) ([e8a7f45](https://github.com/thebyte9/blaze/commit/e8a7f45e22d4e31a106bff1b06ab25775a2a13ce))
1087
-
1088
- # [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
1089
-
1090
- ### Bug Fixes
1091
-
1092
- * set search filter values correctly. Handle missing buckets for checkbox ([#3520](https://github.com/thebyte9/blaze/issues/3520)) ([c8024f2](https://github.com/thebyte9/blaze/commit/c8024f2be5f39962f491a61ac0cc64de93d8efab))
1093
-
1094
- # [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
1095
-
1096
- ### Features
1097
-
1098
- * show clear list button when list in query string ([#3518](https://github.com/thebyte9/blaze/issues/3518)) ([0066907](https://github.com/thebyte9/blaze/commit/00669078ef9177300fcf388f9a01bfd874d20eca))
1099
-
1100
- # [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
1101
-
1102
- ### Features
1103
-
1104
- * add new item list component ([#3512](https://github.com/thebyte9/blaze/issues/3512)) ([e3f3a33](https://github.com/thebyte9/blaze/commit/e3f3a33528a46eda907d120ec9e9eaa1def544d5))
1105
-
1106
- # [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
1107
-
1108
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1109
-
1110
- # [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
1111
-
1112
- ### Features
1113
-
1114
- * add show hide child menu items in mobile menu ([#3494](https://github.com/thebyte9/blaze/issues/3494)) ([41bfa2e](https://github.com/thebyte9/blaze/commit/41bfa2ef1999c169db6c5fc1ebbb4b7a896d1fe4))
1115
-
1116
- # [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
1117
-
1118
- ### Bug Fixes
1119
-
1120
- * use correct filter values in search filter ([#3501](https://github.com/thebyte9/blaze/issues/3501)) ([4466948](https://github.com/thebyte9/blaze/commit/446694875dfc2f0f32f1cf82981cbd82f3608ff1))
1121
-
1122
- ### Features
1123
-
1124
- * update responsive image to preload priority image ([6f50971](https://github.com/thebyte9/blaze/commit/6f5097162151fca62493ab50027a43f3652e949f))
1125
-
1126
- # [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
1127
-
1128
- ### Bug Fixes
1129
-
1130
- * contextual filter not using query props on initial load ([#3495](https://github.com/thebyte9/blaze/issues/3495)) ([a52b9e1](https://github.com/thebyte9/blaze/commit/a52b9e1b4005288e58666bb2c30c43605e6ae548))
1131
-
1132
- ### Features
1133
-
1134
- * filter counts and contextual display ([#3485](https://github.com/thebyte9/blaze/issues/3485)) ([41431fc](https://github.com/thebyte9/blaze/commit/41431fc4509824747dfcf27a0b7ff6045a32ebe4))
1135
-
1136
- # [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
1137
-
1138
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1139
-
1140
- # [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
1141
-
1142
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1143
-
1144
- # [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
1145
-
1146
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1147
-
1148
- # [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
1149
-
1150
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1151
-
1152
- # [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
1153
-
1154
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1155
-
1156
- # [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
1157
-
1158
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1159
-
1160
- # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
1161
-
1162
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1163
-
1164
- # [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
1165
-
1166
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1167
-
1168
- # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
1169
-
1170
- ### Features
1171
-
1172
- * add useDebounceSearch ([806201b](https://byte9/thebyte9/blaze/commits/806201bd2839162a78d4b64d2634c8bb6737b711))
1173
-
1174
- # [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
1175
-
1176
- ### Bug Fixes
1177
-
1178
- * list component add itemListId to query string ([#3477](https://github.com/thebyte9/blaze/issues/3477)) ([5eb7a9f](https://github.com/thebyte9/blaze/commit/5eb7a9f90bb3bea6d33c0ce891b0a13c929280f9))
1179
-
1180
- # [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
1181
-
1182
- ### Bug Fixes
1183
-
1184
- * add missing react import ([d29d867](https://github.com/thebyte9/blaze/commit/d29d8670c5c8c5e377308e57e34acec96f39e0c5))
1185
-
1186
- # [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
1187
-
1188
- ### Features
1189
-
1190
- * added itemCounter/itemListButton and lis logic for itemList ([#3469](https://github.com/thebyte9/blaze/issues/3469)) ([bd9e1b1](https://github.com/thebyte9/blaze/commit/bd9e1b185c929306089d495316f40ab39e242a68))
1191
-
1192
- # [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
1193
-
1194
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1195
-
1196
- # [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
1197
-
1198
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1199
-
1200
- # [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
1201
-
1202
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1203
-
1204
- # [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
1205
-
1206
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1207
-
1208
- # [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
1209
-
1210
- ### Bug Fixes
1211
-
1212
- * close search filter toggles on submit ([#3461](https://github.com/thebyte9/blaze/issues/3461)) ([412ebf1](https://github.com/thebyte9/blaze/commit/412ebf1a93760405f8942af59b8debf4fa69b994))
1213
- * enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([d65111f](https://github.com/thebyte9/blaze/commit/d65111f8353a17a18cb82b0ba63470347f3b63b6))
1214
- * fix apollo client version to 3.5.x while investigating ssr issue ([#3466](https://github.com/thebyte9/blaze/issues/3466)) ([8f14f8e](https://github.com/thebyte9/blaze/commit/8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937))
1215
-
1216
- # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
1217
-
1218
- ### Bug Fixes
1219
-
1220
- * enable changing filter aggregation size ([#3459](https://github.com/thebyte9/blaze/issues/3459)) ([#3460](https://github.com/thebyte9/blaze/issues/3460)) ([04ea731](https://github.com/thebyte9/blaze/commit/04ea7311902ac195f0badd7807fa827e00f1f946))
1221
-
1222
- ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
1223
-
1224
- ### Bug Fixes
1225
-
1226
- * enable changing filter aggregation size ([#3458](https://github.com/thebyte9/blaze/issues/3458)) ([5693f8a](https://github.com/thebyte9/blaze/commit/5693f8aebc30b4b2e0996a0cbb55f0d732f4e39e))
1227
-
1228
- # [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
1229
-
1230
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1231
-
1232
- # [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
1233
-
1234
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1235
-
1236
- # [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
1237
-
1238
- ### Bug Fixes
1239
-
1240
- * add id prop to filter queries to help data merges in apollo ([#3451](https://github.com/thebyte9/blaze/issues/3451)) ([0e66222](https://github.com/thebyte9/blaze/commit/0e662220e80da84c1713e23b60f2ab4495a8e883))
1241
-
1242
- ### Features
1243
-
1244
- * adding url property to document and update card to fetch url for non content entity ([#3371](https://github.com/thebyte9/blaze/issues/3371)) ([5a52e05](https://github.com/thebyte9/blaze/commit/5a52e05d83c2ce564aa8faada635660c7e4e3eef))
1245
-
1246
- # [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
1247
-
1248
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1249
-
1250
- # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
1251
-
1252
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1253
-
1254
- # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
1255
-
1256
- ### Bug Fixes
1257
-
1258
- * handle default select filter value correctly ([3453057](https://github.com/thebyte9/blaze/commit/345305725051ae40109bc405246907cf58bbcba3))
1259
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([bce20cf](https://github.com/thebyte9/blaze/commit/bce20cfd05a7e66444f0aadd67389b6adf18430c))
1260
-
1261
- ### Features
1262
-
1263
- * add back to top component ([#3436](https://github.com/thebyte9/blaze/issues/3436)) ([e0454fe](https://github.com/thebyte9/blaze/commit/e0454fe0a8b36e9e34539e95b57128d66a3b43cf))
1264
- * add display label as placeholder for select filter ([ab739e6](https://github.com/thebyte9/blaze/commit/ab739e62a937c6d13783f6cc89be9ac0f6c398df))
1265
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([cd74774](https://github.com/thebyte9/blaze/commit/cd74774c39fc29c446bb68ff5d1baf52c2ae26a6))
1266
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([6223ac9](https://github.com/thebyte9/blaze/commit/6223ac99839c50626173a1cb0f2922e40ec60f10))
1267
- * added video modal play ([#3433](https://github.com/thebyte9/blaze/issues/3433)) ([b88338a](https://github.com/thebyte9/blaze/commit/b88338acf362fe6609e430c039b7dadee0fa8a91))
1268
-
1269
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1270
-
1271
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1272
-
1273
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1274
-
1275
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1276
-
1277
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1278
-
1279
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1280
-
1281
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
1282
-
1283
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1284
-
1285
- ### Bug Fixes
1286
-
1287
- * handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
1288
-
1289
- ### Features
1290
-
1291
- * add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
1292
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
1293
-
1294
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
1295
-
1296
- ### Bug Fixes
1297
-
1298
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
1299
-
1300
- ### Features
1301
-
1302
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
1303
-
1304
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1305
-
1306
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1307
-
1308
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1309
-
1310
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1311
-
1312
- ### Bug Fixes
1313
-
1314
- * handle search filter with css ([#3395](https://github.com/thebyte9/blaze/issues/3395)) ([41cef02](https://github.com/thebyte9/blaze/commit/41cef02add747256cb813b0d2985f54ec92a4061))
1315
-
1316
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1317
-
1318
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1319
-
1320
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1321
-
1322
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1323
-
1324
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1325
-
1326
- ### Bug Fixes
1327
-
1328
- * hide error if query fails ([fdfbc41](https://github.com/thebyte9/blaze/commit/fdfbc417b767ea68a20fb300f453500f0ab11098))
1329
-
1330
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1331
-
1332
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1333
-
1334
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1335
-
1336
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1337
-
1338
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1339
-
1340
- ### Bug Fixes
1341
-
1342
- * logo and search input alignment ([c0e9382](https://github.com/thebyte9/blaze/commit/c0e9382769a569b84ba61fbe43d29c6c3a3f6553))
1343
-
1344
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1345
-
1346
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1347
-
1348
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1349
-
1350
- ### Features
1351
-
1352
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([d2e4496](https://github.com/thebyte9/blaze/commit/d2e449622eaba85eb03612b14bd9cfcfb47bca4f))
1353
-
1354
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1355
-
1356
- ### Bug Fixes
1357
-
1358
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([011bd77](https://github.com/thebyte9/blaze/commit/011bd77cab7eba6462e42e7d61e075a6c4e58248))
1359
-
1360
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1361
-
1362
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1363
-
1364
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1365
-
1366
- ## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
1367
-
1368
- ### Bug Fixes
1369
-
1370
- * add id to elasticsearch index data and update frontend item to display sort to use ([#3426](https://github.com/thebyte9/blaze/issues/3426)) ([0e3572c](https://github.com/thebyte9/blaze/commit/0e3572cdc69a8a59f9a500c1ae452a940c0f97cd))
1371
-
1372
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1373
-
1374
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1375
-
1376
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1377
-
1378
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1379
-
1380
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1381
-
1382
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1383
-
1384
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1385
-
1386
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1387
-
1388
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1389
-
1390
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1391
-
1392
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1393
-
1394
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1395
-
1396
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
1397
-
1398
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1399
-
1400
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1401
-
1402
- ### Bug Fixes
1403
-
1404
- * handle default select filter value correctly ([4dfb85a](https://github.com/thebyte9/blaze/commit/4dfb85a6e1aeb9e7b927d06088220ed38e8886e5))
1405
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([31c1644](https://github.com/thebyte9/blaze/commit/31c1644db187a1a2ac0337254770d914a4542410))
1406
-
1407
- ### Features
1408
-
1409
- * add display label as placeholder for select filter ([cf3bbf1](https://github.com/thebyte9/blaze/commit/cf3bbf18f0316d7b61b4da4e631750033105bb02))
1410
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([78257b2](https://github.com/thebyte9/blaze/commit/78257b2f9b75e05e229a45c7d0a09d1bea452b57))
1411
- * add tel: link to data summary data ([#3420](https://github.com/thebyte9/blaze/issues/3420)) ([9f59a02](https://github.com/thebyte9/blaze/commit/9f59a0200dec1c506b2a7062cbaff812d51c85e1))
1412
-
1413
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
1414
-
1415
- ### Bug Fixes
1416
-
1417
- * add initial modifier to filter form ([be2254c](https://github.com/thebyte9/blaze/commit/be2254c967137b1c08e9989fcd1bf29d3675bb05))
1418
- * handle search filter with css ([872dc99](https://github.com/thebyte9/blaze/commit/872dc99b2ff26931bad9280f62b771d01a8c1c10))
1419
- * remove visibility ([7479231](https://github.com/thebyte9/blaze/commit/747923186c1c127dd82b4c4565b91b93e5812593))
1420
- * remove visibility ([32afbb4](https://github.com/thebyte9/blaze/commit/32afbb49f097a43e3e58a4938862a839beabe394))
1421
- * update to handle isCollapseOnMobile more consistently ([3123d99](https://github.com/thebyte9/blaze/commit/3123d9952f3d19391f91252bc1cfc716c787bed1))
1422
-
1423
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
1424
-
1425
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1426
-
1427
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1428
-
1429
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1430
-
1431
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1432
-
1433
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1434
-
1435
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1436
-
1437
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1438
-
1439
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1440
-
1441
- ### Bug Fixes
1442
-
1443
- * handle search filter with css ([#3395](https://github.com/thebyte9/blaze/issues/3395)) ([41cef02](https://github.com/thebyte9/blaze/commit/41cef02add747256cb813b0d2985f54ec92a4061))
1444
-
1445
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1446
-
1447
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1448
-
1449
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1450
-
1451
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1452
-
1453
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1454
-
1455
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1456
-
1457
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1458
-
1459
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1460
-
1461
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1462
-
1463
- ### Bug Fixes
1464
-
1465
- * hide error if query fails ([fdfbc41](https://github.com/thebyte9/blaze/commit/fdfbc417b767ea68a20fb300f453500f0ab11098))
1466
-
1467
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1468
-
1469
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1470
-
1471
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1472
-
1473
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1474
-
1475
- # [0.123.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.11) (2022-03-30)
1476
-
1477
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1478
-
1479
- # [0.123.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.10) (2022-03-30)
1480
-
1481
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1482
-
1483
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1484
-
1485
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1486
-
1487
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1488
-
1489
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1490
-
1491
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1492
-
1493
- ### Bug Fixes
1494
-
1495
- * logo and search input alignment ([c0e9382](https://github.com/thebyte9/blaze/commit/c0e9382769a569b84ba61fbe43d29c6c3a3f6553))
1496
-
1497
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1498
-
1499
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1500
-
1501
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1502
-
1503
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1504
-
1505
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1506
-
1507
- ### Features
1508
-
1509
- * add email/web links around matching data summary values ([#3407](https://github.com/thebyte9/blaze/issues/3407)) ([d2e4496](https://github.com/thebyte9/blaze/commit/d2e449622eaba85eb03612b14bd9cfcfb47bca4f))
1510
-
1511
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1512
-
1513
- ### Bug Fixes
1514
-
1515
- * render empty card block when removing card that same as parent record ([#3171](https://github.com/thebyte9/blaze/issues/3171)) ([011bd77](https://github.com/thebyte9/blaze/commit/011bd77cab7eba6462e42e7d61e075a6c4e58248))
1516
-
1517
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1518
-
1519
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1520
-
1521
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1522
-
1523
- ### Bug Fixes
1524
-
1525
- * add initial modifier to filter form ([be2254c](https://github.com/thebyte9/blaze/commit/be2254c967137b1c08e9989fcd1bf29d3675bb05))
1526
- * handle search filter with css ([872dc99](https://github.com/thebyte9/blaze/commit/872dc99b2ff26931bad9280f62b771d01a8c1c10))
1527
- * remove visibility ([7479231](https://github.com/thebyte9/blaze/commit/747923186c1c127dd82b4c4565b91b93e5812593))
1528
- * remove visibility ([32afbb4](https://github.com/thebyte9/blaze/commit/32afbb49f097a43e3e58a4938862a839beabe394))
1529
- * update to handle isCollapseOnMobile more consistently ([3123d99](https://github.com/thebyte9/blaze/commit/3123d9952f3d19391f91252bc1cfc716c787bed1))
1530
-
1531
- ## [0.122.1](https://github.com/thebyte9/blaze/compare/v0.122.1-alpha.0...v0.122.1) (2022-03-21)
1532
-
1533
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1534
-
1535
- ## [0.122.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.0...v0.122.1-alpha.0) (2022-03-16)
1536
-
1537
- ### Bug Fixes
1538
-
1539
- * handle non array data types when adding link to data summary ([#3382](https://github.com/thebyte9/blaze/issues/3382)) ([dd3ae87](https://github.com/thebyte9/blaze/commit/dd3ae8738d2ccc53909954b46b3f06d2cda93484))
1540
-
1541
- # [0.122.0](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.2...v0.122.0) (2022-03-15)
1542
-
1543
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1544
-
1545
- # [0.122.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.1...v0.122.0-alpha.2) (2022-03-14)
1546
-
1547
- ### Bug Fixes
1548
-
1549
- * added parsing of & on filters ([#3251](https://github.com/thebyte9/blaze/issues/3251)) ([9bf0cb5](https://github.com/thebyte9/blaze/commit/9bf0cb5e14e43aa556c2e216739efb0834ef1d6f))
1550
-
1551
- # [0.122.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.0...v0.122.0-alpha.1) (2022-03-10)
1552
-
1553
- ### Bug Fixes
1554
-
1555
- * use same dependency for main context provider ([#3375](https://github.com/thebyte9/blaze/issues/3375)) ([5da84b0](https://github.com/thebyte9/blaze/commit/5da84b0510a80c75efda0e25ce575e73ffb28235))
1556
-
1557
- # [0.122.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.121.0...v0.122.0-alpha.0) (2022-03-10)
1558
-
1559
- ### Bug Fixes
1560
-
1561
- * getting credits from image ([#3362](https://github.com/thebyte9/blaze/issues/3362)) ([92308e7](https://github.com/thebyte9/blaze/commit/92308e7950028c1062f0c1c51c36c7c010bf1de0))
1562
- * set preview to false on listing ([#3366](https://github.com/thebyte9/blaze/issues/3366)) ([c0b0302](https://github.com/thebyte9/blaze/commit/c0b030280a49a02f844a4cfd641aa8649b34dbd3))
1563
-
1564
- ### Features
1565
-
1566
- * add tiktok social ([#3363](https://github.com/thebyte9/blaze/issues/3363)) ([fb30ee2](https://github.com/thebyte9/blaze/commit/fb30ee2d49f6e8120a999d8b751a521dde2f2ec7))
1567
-
1568
- # [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
1569
-
1570
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1571
-
1572
- # [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
1573
-
1574
- ### Features
1575
-
1576
- * add breadcrumb component and parent hierarchy query ([#3354](https://github.com/thebyte9/blaze/issues/3354)) ([1c81cc7](https://github.com/thebyte9/blaze/commit/1c81cc7d5fec746938fa4686b9f166bb0f11a577))
1577
-
1578
- ## [0.120.1](https://github.com/thebyte9/blaze/compare/v0.120.0...v0.120.1) (2022-02-23)
1579
-
1580
- ### Bug Fixes
1581
-
1582
- * handle if banner targeting property not set ([#3355](https://github.com/thebyte9/blaze/issues/3355)) ([c36ab5a](https://github.com/thebyte9/blaze/commit/c36ab5a70f144e0e1f5c84b7089ed3e928755ec7))
1583
-
1584
- # [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
1585
-
1586
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1587
-
1588
- # [0.120.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.4...v0.120.0-alpha.5) (2022-02-22)
1589
-
1590
- ### Bug Fixes
1591
-
1592
- * query format for list component ([cc8233b](https://github.com/thebyte9/blaze/commit/cc8233b9fc12aa7701f321246e66cdaeb2be14e0))
1593
-
1594
- # [0.120.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.3...v0.120.0-alpha.4) (2022-02-21)
1595
-
1596
- ### Bug Fixes
1597
-
1598
- * set trageting even if value is not truthy ([#3347](https://github.com/thebyte9/blaze/issues/3347)) ([757e7f3](https://github.com/thebyte9/blaze/commit/757e7f3e78292175d3d9b6f551ecf89c6ecfd500))
1599
-
1600
- # [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
1601
-
1602
- ### Bug Fixes
1603
-
1604
- * added array handling for banner props ([#3339](https://github.com/thebyte9/blaze/issues/3339)) ([b6e7b84](https://github.com/thebyte9/blaze/commit/b6e7b84b95d63ff978de1ac5921cdbf8e3be5f8a))
1605
-
1606
- # [0.120.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.1...v0.120.0-alpha.2) (2022-02-15)
1607
-
1608
- ### Features
1609
-
1610
- * add user props to baners ([#3332](https://github.com/thebyte9/blaze/issues/3332)) ([e6818c7](https://github.com/thebyte9/blaze/commit/e6818c738864e7e1ccf7ea7072c9c2bb3bb3d367))
1611
-
1612
- # [0.120.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.0...v0.120.0-alpha.1) (2022-02-10)
1613
-
1614
- ### Features
1615
-
1616
- * allow card images for non content entities ([#3335](https://github.com/thebyte9/blaze/issues/3335)) ([ebbcdaf](https://github.com/thebyte9/blaze/commit/ebbcdaf3310c3ddc4f39f4bb70ed5f9939099559))
1617
-
1618
- # [0.120.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.119.1...v0.120.0-alpha.0) (2022-02-09)
1619
-
1620
- ### Features
1621
-
1622
- * added random sort and non published entities to cards ([#3327](https://github.com/thebyte9/blaze/issues/3327)) ([7e60156](https://github.com/thebyte9/blaze/commit/7e60156e55769f3fc83d276c73ac3726e1c9cade))
1623
-
1624
- ## [0.119.1](https://github.com/thebyte9/blaze/compare/v0.119.0...v0.119.1) (2022-01-31)
1625
-
1626
- ### Bug Fixes
1627
-
1628
- * make banner styles ssr consistent with client ([#3324](https://github.com/thebyte9/blaze/issues/3324)) ([fecfb34](https://github.com/thebyte9/blaze/commit/fecfb34d46ec624f3affc53e5f572784b1bfaf5e))
1629
-
1630
- # [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
1631
-
1632
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1633
-
1634
- # [0.119.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.1...v0.119.0-alpha.2) (2022-01-28)
1635
-
1636
- ### Bug Fixes
1637
-
1638
- * fixed setInterval not clearing ([#3321](https://github.com/thebyte9/blaze/issues/3321)) ([b1b1287](https://github.com/thebyte9/blaze/commit/b1b1287bc6ad6232533e80984641e64683dceb20))
1639
-
1640
- # [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
1641
-
1642
- ### Features
1643
-
1644
- * add responsive banner skeleton ([#3286](https://github.com/thebyte9/blaze/issues/3286)) ([ac712df](https://github.com/thebyte9/blaze/commit/ac712df7ade4a9fbbcac17cf03a62ea6ea980e89))
1645
- * added auto scroll to card carousel ([#3306](https://github.com/thebyte9/blaze/issues/3306)) ([1186cee](https://github.com/thebyte9/blaze/commit/1186cee4910b42c9c513924996fd9cbe4a23c13e))
1646
- * update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
1647
- * upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
1648
-
1649
- # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
1650
-
1651
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1652
-
1653
- # [0.118.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.2...v0.118.0-alpha.3) (2022-01-24)
1654
-
1655
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1656
-
1657
- # [0.118.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.1...v0.118.0-alpha.2) (2022-01-14)
1658
-
1659
- ### Bug Fixes
1660
-
1661
- * set correct funciton type for video image onload ([6df1060](https://github.com/thebyte9/blaze/commit/6df1060a7a3d0ba18f49d6d7e757ae1c79a7509d))
1662
-
1663
- # [0.118.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.0...v0.118.0-alpha.1) (2022-01-14)
1664
-
1665
- ### Bug Fixes
1666
-
1667
- * added youtube facade lazy loading ([#3243](https://github.com/thebyte9/blaze/issues/3243)) ([7f2bef9](https://github.com/thebyte9/blaze/commit/7f2bef9269333aa7c248dce18e06a459ad7a3572))
1668
-
1669
- # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
1670
-
1671
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1672
-
1673
- # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
1674
-
1675
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1676
-
1677
- # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
1678
-
1679
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1680
-
1681
- # [0.116.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.0...v0.116.0-alpha.1) (2021-12-20)
1682
-
1683
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1684
-
1685
- # [0.115.0](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.1...v0.115.0) (2021-12-16)
1686
-
1687
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1688
-
1689
- # [0.115.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.0...v0.115.0-alpha.1) (2021-12-16)
1690
-
1691
- ### Features
1692
-
1693
- * move textblock parsing to the api and add page builder manipulation events ([#3267](https://github.com/thebyte9/blaze/issues/3267)) ([fd472b5](https://github.com/thebyte9/blaze/commit/fd472b58c716bdf8fc0a69a63c1f341a65828f12))
1694
-
1695
- ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
1696
-
1697
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1698
-
1699
- ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
1700
-
1701
- ### Bug Fixes
1702
-
1703
- * add selected class to selected letter in A-Z filter ([#3255](https://github.com/thebyte9/blaze/issues/3255)) ([f82540b](https://github.com/thebyte9/blaze/commit/f82540b1793888f326a2597d2cc742f038392521))
1704
- * update range filter in react page builder ([#3254](https://github.com/thebyte9/blaze/issues/3254)) ([cf71584](https://github.com/thebyte9/blaze/commit/cf715849141161a04e2011f2e1d1d7c0895fac0e))
1705
-
1706
- # [0.114.0](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.6...v0.114.0) (2021-11-30)
1707
-
1708
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1709
-
1710
- # [0.114.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.4...v0.114.0-alpha.5) (2021-11-30)
1711
-
1712
- ### Bug Fixes
1713
-
1714
- * handle legacy sortby property as a string ([#3235](https://github.com/thebyte9/blaze/issues/3235)) ([2d25fc3](https://github.com/thebyte9/blaze/commit/2d25fc3e55125fec711d4a06f78d35a6b26d443a))
1715
-
1716
- # [0.114.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.3...v0.114.0-alpha.4) (2021-11-29)
1717
-
1718
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1719
-
1720
- # [0.114.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.2...v0.114.0-alpha.3) (2021-11-25)
1721
-
1722
- ### Bug Fixes
1723
-
1724
- * filters with url wont auto submit ([#3229](https://github.com/thebyte9/blaze/issues/3229)) ([44c08dc](https://github.com/thebyte9/blaze/commit/44c08dc1c1a34459f8cd6234aa4daa2cb4bcf1e1))
1725
-
1726
- # [0.114.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.1...v0.114.0-alpha.2) (2021-11-25)
1727
-
1728
- ### Bug Fixes
1729
-
1730
- * hidden more filters dont auto submit ([#3228](https://github.com/thebyte9/blaze/issues/3228)) ([daae97e](https://github.com/thebyte9/blaze/commit/daae97ec697788c3f3ec4993b05594eb92095331))
1731
-
1732
- ### Features
1733
-
1734
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([1feaa62](https://github.com/thebyte9/blaze/commit/1feaa6279d9ab3491b328dbfd230d4b996393687))
1735
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([1b951a3](https://github.com/thebyte9/blaze/commit/1b951a316be151963c845da651baedb2e2e6817a))
1736
-
1737
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1738
-
1739
- ### Features
1740
-
1741
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([8b6946e](https://github.com/thebyte9/blaze/commit/8b6946efd0fd80468858643ec9e79477d23613da))
1742
-
1743
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1744
-
1745
- ### Features
1746
-
1747
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([8914aaa](https://github.com/thebyte9/blaze/commit/8914aaa33d29e8ff7d6a762f7c73adf6e559a344))
1748
-
1749
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1750
-
1751
- ### Features
1752
-
1753
- * added extended sort properties to list and card ([#3226](https://github.com/thebyte9/blaze/issues/3226)) ([8b6946e](https://github.com/thebyte9/blaze/commit/8b6946efd0fd80468858643ec9e79477d23613da))
1754
-
1755
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1756
-
1757
- ### Features
1758
-
1759
- * Wrap more filters for mobile with groupAfterMobile option ([#3213](https://github.com/thebyte9/blaze/issues/3213)) ([8914aaa](https://github.com/thebyte9/blaze/commit/8914aaa33d29e8ff7d6a762f7c73adf6e559a344))
1760
-
1761
- ## [0.113.1](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.113.1) (2021-11-24)
1762
-
1763
- ### Bug Fixes
1764
-
1765
- * do not display loop data summary prop if label not set ([#3225](https://github.com/thebyte9/blaze/issues/3225)) ([1929b13](https://github.com/thebyte9/blaze/commit/1929b134e1631fda047e4bc142208676fdf2da01))
1766
-
1767
- # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
1768
-
1769
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1770
-
1771
- # [0.113.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.8...v0.113.0-alpha.9) (2021-11-19)
1772
-
1773
- ### Bug Fixes
1774
-
1775
- * render form when now aggregations are needed ([#3221](https://github.com/thebyte9/blaze/issues/3221)) ([50f4b15](https://github.com/thebyte9/blaze/commit/50f4b157b9fe74b423d20035a34cb5a7d59fb557))
1776
-
1777
- # [0.113.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.7...v0.113.0-alpha.8) (2021-11-18)
1778
-
1779
- ### Bug Fixes
1780
-
1781
- * move submit function above first call ([#3219](https://github.com/thebyte9/blaze/issues/3219)) ([ca0af48](https://github.com/thebyte9/blaze/commit/ca0af4802d144a9825f361a7271788d123e04885))
1782
-
1783
- # [0.113.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.6...v0.113.0-alpha.7) (2021-11-17)
1784
-
1785
- ### Features
1786
-
1787
- * debounce search filters component ([#3210](https://github.com/thebyte9/blaze/issues/3210)) ([27c39fd](https://github.com/thebyte9/blaze/commit/27c39fdebf5aeecdec745c2a892224e400d4b9b8))
1788
-
1789
- # [0.113.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.5...v0.113.0-alpha.6) (2021-11-17)
1790
-
1791
- ### Bug Fixes
1792
-
1793
- * HTML structure changes for more filters ([#3212](https://github.com/thebyte9/blaze/issues/3212)) ([5738f24](https://github.com/thebyte9/blaze/commit/5738f244843217013de943e68471a3a71d69700e))
1794
- * scroll to first list ([#3215](https://github.com/thebyte9/blaze/issues/3215)) ([6b729db](https://github.com/thebyte9/blaze/commit/6b729dbca6983e6a86145257495b0ca003913ead))
1795
-
1796
- ### Features
1797
-
1798
- * add sponsored and featured modifiers to cards ([#3216](https://github.com/thebyte9/blaze/issues/3216)) ([8f5d3df](https://github.com/thebyte9/blaze/commit/8f5d3dfb115988f2545d3dc6be3a912742b4226f))
1799
-
1800
- # [0.113.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.3...v0.113.0-alpha.4) (2021-11-09)
1801
-
1802
- ### Bug Fixes
1803
-
1804
- * scroll to top of filter if navigating to different page ([#3202](https://github.com/thebyte9/blaze/issues/3202)) ([f26f68e](https://github.com/thebyte9/blaze/commit/f26f68ec8ed7448306b59258b6ff2d6096ef0e67))
1805
-
1806
- # [0.113.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.2...v0.113.0-alpha.3) (2021-11-08)
1807
-
1808
- ### Bug Fixes
1809
-
1810
- * add BLAZE_SCROLL_OFFSET env var to help offset scroll ([83109c0](https://github.com/thebyte9/blaze/commit/83109c01f31b648b7dbb33c2ed586d3dc4f1fb18))
1811
- * remove scroll from sort component ([677923d](https://github.com/thebyte9/blaze/commit/677923d8b69f38b72108695b213e9d602f5aadeb))
1812
-
1813
- ### Features
1814
-
1815
- * scroll to top of list with classic pagination ([#3194](https://github.com/thebyte9/blaze/issues/3194)) ([73fdd67](https://github.com/thebyte9/blaze/commit/73fdd6719707d6b29a4f2a49ce3f4bb17f98217e))
1816
-
1817
- # [0.113.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.1...v0.113.0-alpha.2) (2021-11-08)
1818
-
1819
- ### Bug Fixes
1820
-
1821
- * reset filter ([#3164](https://github.com/thebyte9/blaze/issues/3164)) ([b47b809](https://github.com/thebyte9/blaze/commit/b47b8099cf00e05be69928c4ec3fcbe9104e222c))
1822
-
1823
- # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
1824
-
1825
- ### Bug Fixes
1826
-
1827
- * scroll to the parent node ([#3168](https://github.com/thebyte9/blaze/issues/3168)) ([198bd90](https://github.com/thebyte9/blaze/commit/198bd90d4abd220f2731a4c0a0e04dd5eebb56df))
1828
-
1829
- # [0.113.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.112.0...v0.113.0-alpha.0) (2021-11-04)
1830
-
1831
- ### Features
1832
-
1833
- * Option to omit wrappers in lists ([#3183](https://github.com/thebyte9/blaze/issues/3183)) ([c11c4c8](https://github.com/thebyte9/blaze/commit/c11c4c894e07309cdd1de4c8c4ad414d6ad7b3a5))
1834
-
1835
- # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
1836
-
1837
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1838
-
1839
- # [0.112.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.1...v0.112.0-alpha.2) (2021-11-01)
1840
-
1841
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1842
-
1843
- # [0.112.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.0...v0.112.0-alpha.1) (2021-11-01)
1844
-
1845
- ### Bug Fixes
1846
-
1847
- * don't do pagination scroll on initial load ([#3187](https://github.com/thebyte9/blaze/issues/3187)) ([fccd5f0](https://github.com/thebyte9/blaze/commit/fccd5f0f371510824d26fe778960562e445734b2))
1848
-
1849
- # [0.112.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.1-alpha.0...v0.112.0-alpha.0) (2021-10-29)
1850
-
1851
- ### Bug Fixes
1852
-
1853
- * added ALL option on az list ([#3177](https://github.com/thebyte9/blaze/issues/3177)) ([85093cc](https://github.com/thebyte9/blaze/commit/85093ccc2d37e64955b98416b905f0b901c58bfe))
1854
-
1855
- ### Features
1856
-
1857
- * added list total display to list ([#3172](https://github.com/thebyte9/blaze/issues/3172)) ([2ba6435](https://github.com/thebyte9/blaze/commit/2ba64354e3e54fb7729eb2c390f61e8ad899e4e7))
1858
-
1859
- ## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
1860
-
1861
- ### Bug Fixes
1862
-
1863
- * data summary boolean values ([#3182](https://github.com/thebyte9/blaze/issues/3182)) ([9653ab6](https://github.com/thebyte9/blaze/commit/9653ab69830ab34ed20f629542a40e3bdb2be368))
1864
- * data summary loopable follow up ([#3140](https://github.com/thebyte9/blaze/issues/3140)) ([99c42d3](https://github.com/thebyte9/blaze/commit/99c42d36303d661a185217ae66bfa7f1c98ec018))
1865
- * scroll to top of list when using classic pagination ([#3181](https://github.com/thebyte9/blaze/issues/3181)) ([9d38c0b](https://github.com/thebyte9/blaze/commit/9d38c0b5ae2371b3867b8f039022d3727c429009))
1866
-
1867
- # [0.111.0](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.3...v0.111.0) (2021-10-25)
1868
-
1869
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1870
-
1871
- # [0.111.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.2...v0.111.0-alpha.3) (2021-10-22)
1872
-
1873
- ### Bug Fixes
1874
-
1875
- * added az load all on initial load ([#3167](https://github.com/thebyte9/blaze/issues/3167)) ([990f4ef](https://github.com/thebyte9/blaze/commit/990f4ef69c81f766b8a0bba5b5ba554cfefc8947))
1876
-
1877
- # [0.111.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.1...v0.111.0-alpha.2) (2021-10-21)
1878
-
1879
- ### Bug Fixes
1880
-
1881
- * cards and full lists now updated banner position ([#3163](https://github.com/thebyte9/blaze/issues/3163)) ([dbd3ecd](https://github.com/thebyte9/blaze/commit/dbd3ecda9a9f96d2e1bc7934a3b08a39f45c4518))
1882
-
1883
- # [0.111.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.0...v0.111.0-alpha.1) (2021-10-20)
1884
-
1885
- ### Bug Fixes
1886
-
1887
- * fixed limit helper function ([#3160](https://github.com/thebyte9/blaze/issues/3160)) ([9996ea2](https://github.com/thebyte9/blaze/commit/9996ea2d00e61db1be24ff25a5495b0f193c55db))
1888
-
1889
- # [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
1890
-
1891
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1892
-
1893
- # [0.110.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.2...v0.110.0-alpha.3) (2021-10-14)
1894
-
1895
- ### Bug Fixes
1896
-
1897
- * added lazy loading to image component ([#3150](https://github.com/thebyte9/blaze/issues/3150)) ([ac59e54](https://github.com/thebyte9/blaze/commit/ac59e545a5d41333ee46136694117884a311f5f8))
1898
-
1899
- # [0.110.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.1...v0.110.0-alpha.2) (2021-10-13)
1900
-
1901
- ### Bug Fixes
1902
-
1903
- * set correct list type ([#3152](https://github.com/thebyte9/blaze/issues/3152)) ([d07c14e](https://github.com/thebyte9/blaze/commit/d07c14ee536ae731fe29ef56ed6cf1259ca21f60))
1904
-
1905
- # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
1906
-
1907
- ### Features
1908
-
1909
- * added az list type ([#3136](https://github.com/thebyte9/blaze/issues/3136)) ([4f9c99f](https://github.com/thebyte9/blaze/commit/4f9c99f14e600feb867d2b353702fe46402af0dc))
1910
-
1911
- # [0.109.0](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.1...v0.109.0) (2021-10-05)
1912
-
1913
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1914
-
1915
- # [0.109.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.0...v0.109.0-alpha.1) (2021-10-04)
1916
-
1917
- ### Bug Fixes
1918
-
1919
- * handle when video provider not set ([#3135](https://github.com/thebyte9/blaze/issues/3135)) ([0dc2186](https://github.com/thebyte9/blaze/commit/0dc21860e8ec9e66e9cee9bca99a3a2492e2a786))
1920
-
1921
- # [0.109.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.108.0...v0.109.0-alpha.0) (2021-10-04)
1922
-
1923
- ### Features
1924
-
1925
- * add video provider modifier ([#3132](https://github.com/thebyte9/blaze/issues/3132)) ([6974ca1](https://github.com/thebyte9/blaze/commit/6974ca122b7a51457bc4aad57df91a8f71ada579))
1926
-
1927
- # [0.108.0](https://github.com/thebyte9/blaze/compare/v0.108.0-alpha.0...v0.108.0) (2021-09-30)
1928
-
1929
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1930
-
1931
- # [0.108.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.107.0...v0.108.0-alpha.0) (2021-09-29)
1932
-
1933
- ### Bug Fixes
1934
-
1935
- * pass modifiers to image responsive sizeKey ([#3123](https://github.com/thebyte9/blaze/issues/3123)) ([0989581](https://github.com/thebyte9/blaze/commit/09895814ea54b223563db971468989b061ed2c21))
1936
- * styles when image has no link and lightbox is not enabled ([#3121](https://github.com/thebyte9/blaze/issues/3121)) ([9c773e5](https://github.com/thebyte9/blaze/commit/9c773e5f54858ba7070e1695d8548b972cb0303e))
1937
-
1938
- # [0.107.0](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.2...v0.107.0) (2021-09-29)
1939
-
1940
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1941
-
1942
- # [0.107.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.1...v0.107.0-alpha.2) (2021-09-28)
1943
-
1944
- ### Bug Fixes
1945
-
1946
- * do not insert components next to non standard parsed tag ([#3120](https://github.com/thebyte9/blaze/issues/3120)) ([f3f6f04](https://github.com/thebyte9/blaze/commit/f3f6f04b13ffa52206b55dbc48ecb9a429ddcd04))
1947
-
1948
- # [0.107.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.0...v0.107.0-alpha.1) (2021-09-27)
1949
-
1950
- ### Bug Fixes
1951
-
1952
- * update banner injections collision checking around H tags ([#3111](https://github.com/thebyte9/blaze/issues/3111)) ([a3ea2dd](https://github.com/thebyte9/blaze/commit/a3ea2dd720429a04a28c08afaed72c2adc77d275))
1953
-
1954
- ### Features
1955
-
1956
- * update alternative headline/preHeader logic to only display when both set ([#3115](https://github.com/thebyte9/blaze/issues/3115)) ([8a4a98f](https://github.com/thebyte9/blaze/commit/8a4a98f485c6dcdd6381d7b21b8a8ba9ab51dbfc))
1957
-
1958
- # [0.107.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.106.2...v0.107.0-alpha.0) (2021-09-22)
1959
-
1960
- ### Features
1961
-
1962
- * added loopableProps to dataSummary ([#3108](https://github.com/thebyte9/blaze/issues/3108)) ([3398fbb](https://github.com/thebyte9/blaze/commit/3398fbbdee3e9146702292bfcf0599de3c6161c3))
1963
-
1964
- ## [0.106.2](https://github.com/thebyte9/blaze/compare/v0.106.1...v0.106.2) (2021-09-22)
1965
-
1966
- ### Bug Fixes
1967
-
1968
- * do not reset lightbox images when lightbox open ([#3107](https://github.com/thebyte9/blaze/issues/3107)) ([8900d75](https://github.com/thebyte9/blaze/commit/8900d759db0c216728dfd75e7d918a4e0bc68bd3))
1969
-
1970
- ## [0.106.1](https://github.com/thebyte9/blaze/compare/v0.106.0...v0.106.1) (2021-09-21)
1971
-
1972
- ### Bug Fixes
1973
-
1974
- * do not render cards if updatedFilters is falsey ([#3106](https://github.com/thebyte9/blaze/issues/3106)) ([c2a5456](https://github.com/thebyte9/blaze/commit/c2a54561149017253fa6d6dd2311beb1e5ad9fe4))
1975
-
1976
- # [0.106.0](https://github.com/thebyte9/blaze/compare/v0.106.0-alpha.0...v0.106.0) (2021-09-20)
1977
-
1978
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1979
-
1980
- # [0.106.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.105.1...v0.106.0-alpha.0) (2021-09-17)
1981
-
1982
- ### Features
1983
-
1984
- * Cards and CardLists now have the option to select an image for the items to display ([#3095](https://github.com/thebyte9/blaze/issues/3095)) ([2f66ec7](https://github.com/thebyte9/blaze/commit/2f66ec7b5f59a72ec9194019777313886ade7ce3))
1985
-
1986
- ## [0.105.1](https://github.com/thebyte9/blaze/compare/v0.105.0...v0.105.1) (2021-09-16)
1987
-
1988
- ### Bug Fixes
1989
-
1990
- * stop using state for banner insertion as it can rerender old content ([87294ec](https://github.com/thebyte9/blaze/commit/87294ec36b988bc38d8223d3033a487c2e520655))
1991
-
1992
- # [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
1993
-
1994
- **Note:** Version bump only for package @blaze-cms/react-page-builder
1995
-
1996
- # [0.105.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.6...v0.105.0-alpha.7) (2021-09-15)
1997
-
1998
- ### Bug Fixes
1999
-
2000
- * reset global lightbox images when route changes ([#3096](https://github.com/thebyte9/blaze/issues/3096)) ([3cf4dee](https://github.com/thebyte9/blaze/commit/3cf4dee5a4fd5b158ce4873010b68658c2766154))
2001
-
2002
- # [0.105.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.5...v0.105.0-alpha.6) (2021-09-14)
2003
-
2004
- ### Bug Fixes
2005
-
2006
- * default displayCategory and displayThumbnail to true to handle components where not set ([e26adbf](https://github.com/thebyte9/blaze/commit/e26adbf62f5f522f83f19ccc577af37d193222fd))
2007
-
2008
- # [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
2009
-
2010
- ### Features
2011
-
2012
- * update cards to support customPreHeader and alterntiveHeadlines ([b9d79e9](https://github.com/thebyte9/blaze/commit/b9d79e9eb687baf551b22cf58bae38c4052f7045))
2013
-
2014
- # [0.105.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.2...v0.105.0-alpha.1) (2021-09-09)
2015
-
2016
- ### Features
2017
-
2018
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([35dce0c](https://github.com/thebyte9/blaze/commit/35dce0c7efffd00392d8ed1dd566db9a6e99baa9))
2019
-
2020
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
2021
-
2022
- ### Features
2023
-
2024
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([e8288ad](https://github.com/thebyte9/blaze/commit/e8288adf9095ccb07e5b283e803e3534e2d07d86))
2025
-
2026
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
2027
-
2028
- ### Features
2029
-
2030
- * Card Carousel ([#3080](https://github.com/thebyte9/blaze/issues/3080)) ([e8288ad](https://github.com/thebyte9/blaze/commit/e8288adf9095ccb07e5b283e803e3534e2d07d86))
2031
-
2032
- ## [0.104.2](https://github.com/thebyte9/blaze/compare/v0.104.1...v0.104.2) (2021-09-09)
2033
-
2034
- ### Bug Fixes
2035
-
2036
- * update logic for displaying search filters on desktop/mobile ([2954a54](https://github.com/thebyte9/blaze/commit/2954a54923c759a9a61935f8a2ad4a1636f5822d))
2037
-
2038
- ## [0.104.1](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.104.1) (2021-09-09)
2039
-
2040
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2041
-
2042
- # [0.104.0](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.5...v0.104.0) (2021-09-07)
2043
-
2044
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2045
-
2046
- # [0.104.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.4...v0.104.0-alpha.5) (2021-09-07)
2047
-
2048
- ### Bug Fixes
2049
-
2050
- * use correct context in for full item render ([#3077](https://github.com/thebyte9/blaze/issues/3077)) ([3fb15ee](https://github.com/thebyte9/blaze/commit/3fb15ee0beea0a0f0bbbf84fc261381a022e0c14))
2051
-
2052
- # [0.104.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.3...v0.104.0-alpha.4) (2021-09-03)
2053
-
2054
- ### Bug Fixes
2055
-
2056
- * do not override id on banner insert ([ef42786](https://github.com/thebyte9/blaze/commit/ef427863668f2b36d8ef4f02b32df8257e96c453))
2057
-
2058
- # [0.104.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.2...v0.104.0-alpha.3) (2021-09-03)
2059
-
2060
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2061
-
2062
- # [0.104.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.1...v0.104.0-alpha.2) (2021-09-03)
2063
-
2064
- ### Bug Fixes
2065
-
2066
- * setting component name prop correctly and handling textblock object ([#3072](https://github.com/thebyte9/blaze/issues/3072)) ([35ee48c](https://github.com/thebyte9/blaze/commit/35ee48cd2c9ec5a8d50c30c3ae80c7bbd1c58189))
2067
-
2068
- # [0.104.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.0...v0.104.0-alpha.1) (2021-09-02)
2069
-
2070
- ### Bug Fixes
2071
-
2072
- * handle legacy banner settings ([#3070](https://github.com/thebyte9/blaze/issues/3070)) ([2fbe2bf](https://github.com/thebyte9/blaze/commit/2fbe2bf1b66647bce3fbfeb735c2b7b77e2430e9))
2073
-
2074
- # [0.104.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.103.0...v0.104.0-alpha.0) (2021-09-02)
2075
-
2076
- ### Bug Fixes
2077
-
2078
- * handle null children in card render click wrapper ([#3067](https://github.com/thebyte9/blaze/issues/3067)) ([9ec0455](https://github.com/thebyte9/blaze/commit/9ec04552228be7ab876755a917af0ad922bef917))
2079
- * Simpler HTML structure + logic for search filters component ([#3026](https://github.com/thebyte9/blaze/issues/3026)) ([dfb4a88](https://github.com/thebyte9/blaze/commit/dfb4a88ef79cca1f5b98e8f8e22826d1461e84d6))
2080
-
2081
- ### Features
2082
-
2083
- * allow setting of tag type to render row/column components ([#3057](https://github.com/thebyte9/blaze/issues/3057)) ([3f46a11](https://github.com/thebyte9/blaze/commit/3f46a11f41883df1c05e25df6f92e92523fd315d))
2084
- * update banner insertion/repetition to allow insertion within textblocks ([#3060](https://github.com/thebyte9/blaze/issues/3060)) ([171cae8](https://github.com/thebyte9/blaze/commit/171cae8a824bc217184d99d6765724e0f7bcfa8a))
2085
-
2086
- # [0.103.0](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.6...v0.103.0) (2021-08-31)
2087
-
2088
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2089
-
2090
- # [0.103.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.5...v0.103.0-alpha.6) (2021-08-18)
2091
-
2092
- ### Features
2093
-
2094
- * remove textblock wrapper except when using a modifier ([#3052](https://github.com/thebyte9/blaze/issues/3052)) ([e48058a](https://github.com/thebyte9/blaze/commit/e48058ae1faaba4b30e1b39518e0be179bcf52c3))
2095
-
2096
- # [0.103.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.102.2...v0.103.0-alpha.3) (2021-08-17)
2097
-
2098
- ### Bug Fixes
2099
-
2100
- * run script tags in code block html ([#3043](https://github.com/thebyte9/blaze/issues/3043)) ([fc4ff7e](https://github.com/thebyte9/blaze/commit/fc4ff7e876728a7a7bb980e85e44e00eec9820f6))
2101
-
2102
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
2103
-
2104
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
2105
-
2106
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
2107
-
2108
- ### Bug Fixes
2109
-
2110
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2111
-
2112
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
2113
-
2114
- ### Bug Fixes
2115
-
2116
- * allow banners to have 0/null values for sizes and viewport ([4076c35](https://github.com/thebyte9/blaze/commit/4076c358dca21e9dcade8fffff995f6e417ced5a))
2117
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2118
-
2119
- ## [0.102.2](https://github.com/thebyte9/blaze/compare/v0.102.1...v0.102.2) (2021-08-16)
2120
-
2121
- ### Bug Fixes
2122
-
2123
- * allow banners to have 0/null values for sizes and viewport ([4076c35](https://github.com/thebyte9/blaze/commit/4076c358dca21e9dcade8fffff995f6e417ced5a))
2124
- * do not add size if has a falsey dimension ([8b2f60e](https://github.com/thebyte9/blaze/commit/8b2f60e0c45b612610b76905bc95ece21ceca62e))
2125
-
2126
- # [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
2127
-
2128
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2129
-
2130
- # [0.102.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.101.2...v0.102.0-alpha.2) (2021-07-23)
2131
-
2132
- ### Features
2133
-
2134
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([67e49b0](https://github.com/thebyte9/blaze/commit/67e49b0b93b6befbb1ec7c6fcb3eba38ef9602ac))
2135
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([f3a55db](https://github.com/thebyte9/blaze/commit/f3a55dbbed6a4e7d1ab63b59e6e94b5d68f9e2e5))
2136
-
2137
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
2138
-
2139
- ### Features
2140
-
2141
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([5206dfa](https://github.com/thebyte9/blaze/commit/5206dfafc02da5b29fcf878c07796c1d0ae89854))
2142
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([72c309b](https://github.com/thebyte9/blaze/commit/72c309b2efb3fd577708f376f9cbb0233d481e3a))
2143
-
2144
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
2145
-
2146
- ### Features
2147
-
2148
- * lightbox/images now wont allow banner as children and will not render them if they are present ([#2995](https://github.com/thebyte9/blaze/issues/2995)) ([5206dfa](https://github.com/thebyte9/blaze/commit/5206dfafc02da5b29fcf878c07796c1d0ae89854))
2149
- * password reset api commands and page builder components ([#3005](https://github.com/thebyte9/blaze/issues/3005)) ([72c309b](https://github.com/thebyte9/blaze/commit/72c309b2efb3fd577708f376f9cbb0233d481e3a))
2150
-
2151
- ## [0.101.2](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.101.2) (2021-07-23)
2152
-
2153
- ### Bug Fixes
2154
-
2155
- * revert image credits ([#3010](https://github.com/thebyte9/blaze/issues/3010)) ([18f4f74](https://github.com/thebyte9/blaze/commit/18f4f74dfdacfe89376d6cddb18602ba2b4f77c8))
2156
-
2157
- # [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
2158
-
2159
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2160
-
2161
- # [0.101.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.2...v0.101.0-alpha.3) (2021-07-19)
2162
-
2163
- ### Bug Fixes
2164
-
2165
- * update @blaze-cms/image-cdn-react version ([f189d64](https://github.com/thebyte9/blaze/commit/f189d64b7e4c983fbad086b0b2d41715ee3ca434))
2166
-
2167
- # [0.101.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.0...v0.101.0-alpha.1) (2021-07-14)
2168
-
2169
- ### Bug Fixes
2170
-
2171
- * add lazyload to carousel ([e6d273f](https://github.com/thebyte9/blaze/commit/e6d273f4a5e47601071d7769403d09ba68786af9))
2172
- * lint errors ([51a2e0f](https://github.com/thebyte9/blaze/commit/51a2e0ff834415891c7ba975287e34ea9ae4ff7a))
2173
- * lint errors ([abaeaf8](https://github.com/thebyte9/blaze/commit/abaeaf8cad7ca36d686d76cb35c072e20f4f64d7))
2174
- * pull dev ([d3aae48](https://github.com/thebyte9/blaze/commit/d3aae487eff80af8d6055b388f73fddd9b90c97c))
2175
- * rename caption ([00ccc30](https://github.com/thebyte9/blaze/commit/00ccc30c9284b854569b421ff72ad7e03a0f378d))
2176
- * solve conflicts ([5d0880a](https://github.com/thebyte9/blaze/commit/5d0880afcb33e64b88c82cd73374f44039013908))
2177
- * update video tests ([6d350a2](https://github.com/thebyte9/blaze/commit/6d350a2e11ed1d371f3eef2b635cca86ac85d016))
2178
-
2179
- ### Features
2180
-
2181
- * add credits to video ([357b115](https://github.com/thebyte9/blaze/commit/357b11537ddbc91512391d305d3a7e34390312d5))
2182
- * add video caption ([bb68ce1](https://github.com/thebyte9/blaze/commit/bb68ce1917d0db4fe623d2191272295a4ccad4cc))
2183
-
2184
- # [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
2185
-
2186
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2187
-
2188
- # [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
2189
-
2190
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2191
-
2192
- # [0.100.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.3...v0.100.0-alpha.4) (2021-07-06)
2193
-
2194
- ### Bug Fixes
2195
-
2196
- * fixed click events overriding other events within list BZ2-2500 ([#2968](https://github.com/thebyte9/blaze/issues/2968)) ([c423916](https://github.com/thebyte9/blaze/commit/c423916df318bb4efb3830c425a8e5c5489c0018))
2197
-
2198
- # [0.100.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.1...v0.100.0-alpha.2) (2021-07-02)
2199
-
2200
- ### Bug Fixes
2201
-
2202
- * renamed onComplete events to onSuccess / fixed onSucces undefined callback crash ([#2964](https://github.com/thebyte9/blaze/issues/2964)) ([20519c3](https://github.com/thebyte9/blaze/commit/20519c35a01f3985364964b24dc0216393da2525))
2203
-
2204
- # [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
2205
-
2206
- ### Bug Fixes
2207
-
2208
- * await for apollo client clearStore BZ2-2566 ([#2960](https://github.com/thebyte9/blaze/issues/2960)) ([3a12474](https://github.com/thebyte9/blaze/commit/3a1247472889972bd7da198bb26e4d01be5021f1))
2209
-
2210
- ### Features
2211
-
2212
- * insert components title as gtm id ([#2959](https://github.com/thebyte9/blaze/issues/2959)) ([9f78c80](https://github.com/thebyte9/blaze/commit/9f78c80734dc7925ea19cfc2c98f34cd50d1534e))
2213
-
2214
- # [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
2215
-
2216
- ### Features
2217
-
2218
- * added user object to dataLayer if setup on admin ([#2946](https://github.com/thebyte9/blaze/issues/2946)) ([fd98d37](https://github.com/thebyte9/blaze/commit/fd98d37d777ba55f55752220ff12668ca09484a6))
2219
- * gtm events onComplete trigger ([#2950](https://github.com/thebyte9/blaze/issues/2950)) ([8be8ae2](https://github.com/thebyte9/blaze/commit/8be8ae23507806fa86838c6e3debed67a2dfc56d))
2220
-
2221
- # [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
2222
-
2223
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2224
-
2225
- # [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
2226
-
2227
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2228
-
2229
- # [0.99.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.98.0...v0.99.0-alpha.0) (2021-06-23)
2230
-
2231
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2232
-
2233
- # [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
2234
-
2235
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2236
-
2237
- # [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
2238
-
2239
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2240
-
2241
- # [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
2242
-
2243
- ### Bug Fixes
2244
-
2245
- * moved button from login outside of form ([#2893](https://github.com/thebyte9/blaze/issues/2893)) ([6a1b870](https://github.com/thebyte9/blaze/commit/6a1b8708e3e164050d612479386699bb9469853e)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897)
2246
-
2247
- ### Features
2248
-
2249
- * added refresh to admin ([#2903](https://github.com/thebyte9/blaze/issues/2903)) ([0a3c50a](https://github.com/thebyte9/blaze/commit/0a3c50a15b0b1853384f50ff14dc46e83cdd8ec4)), closes [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2894](https://github.com/thebyte9/blaze/issues/2894) [#2897](https://github.com/thebyte9/blaze/issues/2897) [#2884](https://github.com/thebyte9/blaze/issues/2884) [#2902](https://github.com/thebyte9/blaze/issues/2902) [#2909](https://github.com/thebyte9/blaze/issues/2909)
2250
-
2251
- ## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
2252
-
2253
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2254
-
2255
- ## [0.97.3-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.0...v0.97.3-alpha.1) (2021-06-16)
2256
-
2257
- ### Bug Fixes
2258
-
2259
- * do not show logged in message after submit BZ2-2512 ([#2919](https://github.com/thebyte9/blaze/issues/2919)) ([5a36b03](https://github.com/thebyte9/blaze/commit/5a36b03d273f324232714a71b1a324ab38a4895d))
2260
-
2261
- ## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
2262
-
2263
- ### Bug Fixes
2264
-
2265
- * login component now checks if logged in ([#2897](https://github.com/thebyte9/blaze/issues/2897)) ([a78f247](https://github.com/thebyte9/blaze/commit/a78f247f4549719b1f8e8cdc8330f0de83c5a694))
2266
-
2267
- ## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
2268
-
2269
- ### Bug Fixes
2270
-
2271
- * login component now checks if logged in ([#2897](https://github.com/thebyte9/blaze/issues/2897)) ([a58fe93](https://github.com/thebyte9/blaze/commit/a58fe93f8d52ef50372ad9c0a27b9dc89c6c4c01))
2272
-
2273
- # [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
2274
-
2275
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2276
-
2277
- # [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
2278
-
2279
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2280
-
2281
- # [0.97.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.14...v0.97.0-alpha.15) (2021-06-08)
2282
-
2283
- ### Bug Fixes
2284
-
2285
- * remove duplicate page reload added in feature branch merge ([e10c26f](https://github.com/thebyte9/blaze/commit/e10c26fcbd710682d86d56d021ef9191d629b285))
2286
-
2287
- # [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
2288
-
2289
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2290
-
2291
- # [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
2292
-
2293
- ### Bug Fixes
2294
-
2295
- * show menu children and mobile button ([37a2d2f](https://github.com/thebyte9/blaze/commit/37a2d2f2c033fe773e916d7d4e500f72238a39ca))
2296
-
2297
- ### Features
2298
-
2299
- * refresh tokens ([#2883](https://github.com/thebyte9/blaze/issues/2883)) ([7f7d450](https://github.com/thebyte9/blaze/commit/7f7d45066bc8051edd2c947842b2a92fc0b1542c))
2300
-
2301
- # [0.97.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.9...v0.97.0-alpha.10) (2021-06-07)
2302
-
2303
- ### Bug Fixes
2304
-
2305
- * hamburger button renders on top level instead of ul ([5f22e3c](https://github.com/thebyte9/blaze/commit/5f22e3ca2e3f8d01ce96a79fa5655f33b8dc88eb))
2306
- * menu item children now render within li if needed ([e83727a](https://github.com/thebyte9/blaze/commit/e83727a8f32d375df2fff978465c219325c41313))
2307
- * updated tests ([90e01be](https://github.com/thebyte9/blaze/commit/90e01beccf0deb17532a9a902f0420a68b9c649e))
2308
-
2309
- ### Features
2310
-
2311
- * added subMenu component which wrapps children within an ul ([85b8a6e](https://github.com/thebyte9/blaze/commit/85b8a6eaae38f7072a829fd5b9e298c237475b28))
2312
-
2313
- # [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
2314
-
2315
- ### Bug Fixes
2316
-
2317
- * menu item checks children before rendering ([#2868](https://github.com/thebyte9/blaze/issues/2868)) ([76eb355](https://github.com/thebyte9/blaze/commit/76eb355f8270ecbd6d541c23ab3fae845abeb0ae))
2318
-
2319
- # [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
2320
-
2321
- ### Bug Fixes
2322
-
2323
- * handle array redirectUrl in login BZ2-249. ([#2864](https://github.com/thebyte9/blaze/issues/2864)) ([809d7f7](https://github.com/thebyte9/blaze/commit/809d7f7873412d0895a02116109a67062245417b))
2324
- * menu uses correct markup and handles external routes ([307c6fc](https://github.com/thebyte9/blaze/commit/307c6fce2dc8b424a277109e5f892ace7a3dcc05))
2325
- * updated tests ([108fdab](https://github.com/thebyte9/blaze/commit/108fdabe5d897f42c01bd1502ecf6bd0281b7d2e))
2326
-
2327
- # [0.97.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.5...v0.97.0-alpha.6) (2021-06-03)
2328
-
2329
- ### Bug Fixes
2330
-
2331
- * card now sends list name for gtm click events ([#2856](https://github.com/thebyte9/blaze/issues/2856)) ([25f3b7e](https://github.com/thebyte9/blaze/commit/25f3b7ede67c3f2a6d360e02fbdc5a5fd7a45007))
2332
-
2333
- # [0.97.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.4...v0.97.0-alpha.5) (2021-06-02)
2334
-
2335
- ### Features
2336
-
2337
- * added emailConfirm component ([#2857](https://github.com/thebyte9/blaze/issues/2857)) ([04be9a9](https://github.com/thebyte9/blaze/commit/04be9a9f5be920d761d4e343bf0db15841c84493))
2338
-
2339
- # [0.97.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.3...v0.97.0-alpha.4) (2021-05-28)
2340
-
2341
- ### Bug Fixes
2342
-
2343
- * fixed menu item hover bug ([#2852](https://github.com/thebyte9/blaze/issues/2852)) ([6b5ebcc](https://github.com/thebyte9/blaze/commit/6b5ebcca13a94465724999ed45d1621edfe21ca3))
2344
-
2345
- # [0.97.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.2...v0.97.0-alpha.3) (2021-05-28)
2346
-
2347
- ### Bug Fixes
2348
-
2349
- * login form now submits on enter keypress ([#2848](https://github.com/thebyte9/blaze/issues/2848)) ([dfb5809](https://github.com/thebyte9/blaze/commit/dfb580995677d93c625dac55cc1cae443d3720e2))
2350
-
2351
- ### Features
2352
-
2353
- * added menu components to blaze ([#2845](https://github.com/thebyte9/blaze/issues/2845)) ([01d0d73](https://github.com/thebyte9/blaze/commit/01d0d739a97c168722cb25e987d631156058d496))
2354
-
2355
- # [0.97.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.1...v0.97.0-alpha.2) (2021-05-27)
2356
-
2357
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2358
-
2359
- # [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
2360
-
2361
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2362
-
2363
- # [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
2364
-
2365
- ### Bug Fixes
2366
-
2367
- * Prevent link title from showing the internal card title on cards ([31c20a5](https://github.com/thebyte9/blaze/commit/31c20a5dcd8eb88fd7762d8b1ba24d7e44aec9aa))
2368
-
2369
- # [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
2370
-
2371
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2372
-
2373
- # [0.96.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.0...v0.96.0-alpha.1) (2021-05-18)
2374
-
2375
- ### Bug Fixes
2376
-
2377
- * added actionLabel to gtm click events ([#2810](https://github.com/thebyte9/blaze/issues/2810)) ([75fa3a1](https://github.com/thebyte9/blaze/commit/75fa3a1245c40a0467035e1be8b4dae954d54768))
2378
- * removed custom errorMessage added reload when no url is passed ([#2814](https://github.com/thebyte9/blaze/issues/2814)) ([fc96715](https://github.com/thebyte9/blaze/commit/fc96715ee13ca5db6a972c0ff59a7b5d4efcd1c0))
2379
-
2380
- ### Features
2381
-
2382
- * add video caption ([#2807](https://github.com/thebyte9/blaze/issues/2807)) ([7cd3ef9](https://github.com/thebyte9/blaze/commit/7cd3ef91ea0e43a928ca5c107610775a7713879d))
2383
-
2384
- # [0.96.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.2...v0.96.0-alpha.0) (2021-05-11)
2385
-
2386
- ### Bug Fixes
2387
-
2388
- * memory leaks in tests ([1839da2](https://github.com/thebyte9/blaze/commit/1839da23a9fdbed883b8622ca77380850ae144a8))
2389
-
2390
- ### Features
2391
-
2392
- * added login component to blaze ([#2767](https://github.com/thebyte9/blaze/issues/2767)) ([2d49ba7](https://github.com/thebyte9/blaze/commit/2d49ba7f3c08749c3bd268dc9550f9913d3e8d40))
2393
-
2394
- ## [0.95.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.1...v0.95.1-alpha.2) (2021-05-05)
2395
-
2396
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2397
-
2398
- ## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
2399
-
2400
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2401
-
2402
- # [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
2403
-
2404
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2405
-
2406
- # [0.95.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.1...v0.95.0-alpha.0) (2021-04-26)
2407
-
2408
- ### Bug Fixes
2409
-
2410
- * remove noreferrer form links ([#2757](https://github.com/thebyte9/blaze/issues/2757)) ([6b9b260](https://github.com/thebyte9/blaze/commit/6b9b2601f0d07993587ec1744bd5c8e7bc81f6fa))
2411
-
2412
- ## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
2413
-
2414
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2415
-
2416
- ## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
2417
-
2418
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2419
-
2420
- # [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
2421
-
2422
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2423
-
2424
- # [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
2425
-
2426
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2427
-
2428
- # [0.94.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.93.0...v0.94.0-alpha.0) (2021-03-29)
2429
-
2430
- ### Bug Fixes
2431
-
2432
- * textblock hyperlink issue ([#2342](https://github.com/thebyte9/blaze/issues/2342)) ([#2674](https://github.com/thebyte9/blaze/issues/2674)) ([c7f8286](https://github.com/thebyte9/blaze/commit/c7f8286008697059c2c8ae1e4c05c6185bfc111e))
2433
-
2434
- # [0.93.0](https://github.com/thebyte9/blaze/compare/v0.93.0-alpha.0...v0.93.0) (2021-03-19)
2435
-
2436
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2437
-
2438
- # [0.93.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.2...v0.93.0-alpha.0) (2021-03-19)
2439
-
2440
- ### Features
2441
-
2442
- * update lazy loading images in carousel BZ2-2369 ([#2687](https://github.com/thebyte9/blaze/issues/2687)) ([f9d89fc](https://github.com/thebyte9/blaze/commit/f9d89fc191cfa7c986595b52db3dbeb6e70ec561))
2443
-
2444
- ## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
2445
-
2446
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2447
-
2448
- ## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
2449
-
2450
- ### Bug Fixes
2451
-
2452
- * handling search files values with forward slash BZ2-2355 ([#2676](https://github.com/thebyte9/blaze/issues/2676)) ([0b6d557](https://github.com/thebyte9/blaze/commit/0b6d557cec453b04f3766b34dd927270a3c109de))
2453
-
2454
- ## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
2455
-
2456
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2457
-
2458
- ## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
2459
-
2460
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2461
-
2462
- # [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
2463
-
2464
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2465
-
2466
- # [0.92.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.1...v0.92.0-alpha.2) (2021-03-04)
2467
-
2468
- ### Bug Fixes
2469
-
2470
- * added banner entity select option ([#2647](https://github.com/thebyte9/blaze/issues/2647)) ([edae6df](https://github.com/thebyte9/blaze/commit/edae6dfaab497a94161a49e42a56855b37e0e20c))
2471
-
2472
- # [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
2473
-
2474
- ### Bug Fixes
2475
-
2476
- * changed breakpointConfig save structure ([#2630](https://github.com/thebyte9/blaze/issues/2630)) ([b0c3d8a](https://github.com/thebyte9/blaze/commit/b0c3d8afcd03fc8bcfc8bea739256e15532ac338))
2477
-
2478
- # [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
2479
-
2480
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2481
-
2482
- # [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
2483
-
2484
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2485
-
2486
- # [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
2487
-
2488
- ### Features
2489
-
2490
- * changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
2491
-
2492
- # [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
2493
-
2494
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2495
-
2496
- # [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
2497
-
2498
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2499
-
2500
- # [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
2501
-
2502
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2503
-
2504
- # [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
2505
-
2506
- ### Bug Fixes
2507
-
2508
- * banner now uses correct actionKey in preview mode ([#2590](https://github.com/thebyte9/blaze/issues/2590)) ([b554a8c](https://github.com/thebyte9/blaze/commit/b554a8cd60006de5ec625cb10a022d03aca52550))
2509
-
2510
- ### Features
2511
-
2512
- * Bz2 2199/breakpoint settings ([#2582](https://github.com/thebyte9/blaze/issues/2582)) ([b11068e](https://github.com/thebyte9/blaze/commit/b11068e9bb47885b8c86ae7c32ed0654bb26788a))
2513
-
2514
- # [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
2515
-
2516
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2517
-
2518
- # [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
2519
-
2520
- **Note:** Version bump only for package @blaze-cms/react-page-builder
2521
-
2522
- # [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
2523
-
2524
- **Note:** Version bump only for package @blaze-cms/react-page-builder