@usereactify/search 5.0.0-beta.7 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/CHANGELOG.md +500 -0
  2. package/README.md +3 -21
  3. package/dist/package.json +3 -3
  4. package/dist/src/components/ClearAll/ClearAll.d.ts +8 -0
  5. package/dist/src/components/ClearAll/ClearAll.js +29 -0
  6. package/dist/src/components/ClearAll/ClearAll.js.map +1 -0
  7. package/dist/src/components/ClearAll/index.d.ts +1 -0
  8. package/dist/src/components/{ReactifySearchBase → ClearAll}/index.js +1 -1
  9. package/dist/src/components/ClearAll/index.js.map +1 -0
  10. package/dist/src/components/CustomComponent/CustomComponent.d.ts +4 -0
  11. package/dist/src/components/CustomComponent/CustomComponent.js +13 -0
  12. package/dist/src/components/CustomComponent/CustomComponent.js.map +1 -0
  13. package/dist/src/components/CustomComponent/index.d.ts +1 -0
  14. package/dist/src/components/CustomComponent/index.js +14 -0
  15. package/dist/src/components/CustomComponent/index.js.map +1 -0
  16. package/dist/src/components/Example/ExampleClearAll.d.ts +4 -0
  17. package/dist/src/components/Example/ExampleClearAll.js +12 -0
  18. package/dist/src/components/Example/ExampleClearAll.js.map +1 -0
  19. package/dist/src/components/Example/ExampleCustomComponent.d.ts +2 -0
  20. package/dist/src/components/Example/ExampleCustomComponent.js +36 -0
  21. package/dist/src/components/Example/ExampleCustomComponent.js.map +1 -0
  22. package/dist/src/components/Example/ExampleFilterList.d.ts +5 -0
  23. package/dist/src/components/Example/ExampleFilterList.js +81 -9
  24. package/dist/src/components/Example/ExampleFilterList.js.map +1 -1
  25. package/dist/src/components/Example/ExampleFilterRange.js +6 -11
  26. package/dist/src/components/Example/ExampleFilterRange.js.map +1 -1
  27. package/dist/src/components/Example/ExampleFilterSlider.js +8 -9
  28. package/dist/src/components/Example/ExampleFilterSlider.js.map +1 -1
  29. package/dist/src/components/Example/ExampleFilters.d.ts +4 -0
  30. package/dist/src/components/Example/{ExampleFilterStack.js → ExampleFilters.js} +6 -5
  31. package/dist/src/components/Example/ExampleFilters.js.map +1 -0
  32. package/dist/src/components/Example/ExampleFiltersActive.d.ts +4 -0
  33. package/dist/src/components/Example/ExampleFiltersActive.js +23 -0
  34. package/dist/src/components/Example/ExampleFiltersActive.js.map +1 -0
  35. package/dist/src/components/Example/ExampleHookUseFilters.d.ts +2 -0
  36. package/dist/src/components/Example/ExampleHookUseFilters.js +20 -0
  37. package/dist/src/components/Example/ExampleHookUseFilters.js.map +1 -0
  38. package/dist/src/components/Example/ExampleHookUseSearch.d.ts +2 -0
  39. package/dist/src/components/Example/ExampleHookUseSearch.js +22 -0
  40. package/dist/src/components/Example/ExampleHookUseSearch.js.map +1 -0
  41. package/dist/src/components/Example/ExampleHookUseSortBy.d.ts +2 -0
  42. package/dist/src/components/Example/ExampleHookUseSortBy.js +18 -0
  43. package/dist/src/components/Example/ExampleHookUseSortBy.js.map +1 -0
  44. package/dist/src/components/Example/ExampleReactiveSearchProviderCollection.d.ts +2 -0
  45. package/dist/src/components/Example/ExampleReactiveSearchProviderCollection.js +27 -0
  46. package/dist/src/components/Example/ExampleReactiveSearchProviderCollection.js.map +1 -0
  47. package/dist/src/components/Example/ExampleReactiveSearchProviderInstantSearch.d.ts +2 -0
  48. package/dist/src/components/Example/ExampleReactiveSearchProviderInstantSearch.js +27 -0
  49. package/dist/src/components/Example/ExampleReactiveSearchProviderInstantSearch.js.map +1 -0
  50. package/dist/src/components/Example/ExampleReactiveSearchProviderSearch.d.ts +2 -0
  51. package/dist/src/components/Example/ExampleReactiveSearchProviderSearch.js +27 -0
  52. package/dist/src/components/Example/ExampleReactiveSearchProviderSearch.js.map +1 -0
  53. package/dist/src/components/Example/ExampleResultCardCallout.js +4 -4
  54. package/dist/src/components/Example/ExampleResultCardCallout.js.map +1 -1
  55. package/dist/src/components/Example/ExampleResultCardProduct.js +6 -6
  56. package/dist/src/components/Example/ExampleResultCardProduct.js.map +1 -1
  57. package/dist/src/components/Example/ExampleResultPaginationLoadMore.js +1 -1
  58. package/dist/src/components/Example/ExampleResultPaginationLoadMore.js.map +1 -1
  59. package/dist/src/components/Example/ExampleResultPaginationNextPrev.js +3 -3
  60. package/dist/src/components/Example/ExampleResultPaginationNextPrev.js.map +1 -1
  61. package/dist/src/components/Example/ExampleResultPaginationNumbered.js +6 -6
  62. package/dist/src/components/Example/ExampleResultPaginationNumbered.js.map +1 -1
  63. package/dist/src/components/Example/ExampleResults.d.ts +2 -0
  64. package/dist/src/components/Example/ExampleResults.js +38 -0
  65. package/dist/src/components/Example/ExampleResults.js.map +1 -0
  66. package/dist/src/components/Example/ExampleSearch.d.ts +4 -0
  67. package/dist/src/components/Example/ExampleSearch.js +20 -0
  68. package/dist/src/components/Example/ExampleSearch.js.map +1 -0
  69. package/dist/src/components/Example/ExampleSortBy.d.ts +4 -0
  70. package/dist/src/components/Example/ExampleSortBy.js +13 -0
  71. package/dist/src/components/Example/ExampleSortBy.js.map +1 -0
  72. package/dist/src/components/Example/ExampleStats.d.ts +4 -0
  73. package/dist/src/components/Example/ExampleStats.js +15 -0
  74. package/dist/src/components/Example/ExampleStats.js.map +1 -0
  75. package/dist/src/components/Example/index.d.ts +12 -2
  76. package/dist/src/components/Example/index.js +12 -2
  77. package/dist/src/components/Example/index.js.map +1 -1
  78. package/dist/src/components/Filter/Filter.d.ts +9 -6
  79. package/dist/src/components/Filter/Filter.js +29 -29
  80. package/dist/src/components/Filter/Filter.js.map +1 -1
  81. package/dist/src/components/Filter/Filters.d.ts +7 -0
  82. package/dist/src/components/Filter/Filters.js +17 -0
  83. package/dist/src/components/Filter/Filters.js.map +1 -0
  84. package/dist/src/components/Filter/FiltersActive.d.ts +16 -0
  85. package/dist/src/components/Filter/FiltersActive.js +36 -0
  86. package/dist/src/components/Filter/FiltersActive.js.map +1 -0
  87. package/dist/src/components/Filter/index.d.ts +2 -1
  88. package/dist/src/components/Filter/index.js +2 -1
  89. package/dist/src/components/Filter/index.js.map +1 -1
  90. package/dist/src/components/{ReactifySearchBase/ReactifySearchBase.d.ts → ReactifySearchProvider/ReactifySearchProvider.d.ts} +6 -10
  91. package/dist/src/components/{ReactifySearchBase/ReactifySearchBase.js → ReactifySearchProvider/ReactifySearchProvider.js} +33 -29
  92. package/dist/src/components/ReactifySearchProvider/ReactifySearchProvider.js.map +1 -0
  93. package/dist/src/components/ReactifySearchProvider/index.d.ts +1 -0
  94. package/dist/src/components/ReactifySearchProvider/index.js +14 -0
  95. package/dist/src/components/ReactifySearchProvider/index.js.map +1 -0
  96. package/dist/src/components/Result/ResultCardCallout.d.ts +2 -4
  97. package/dist/src/components/Result/ResultCardCallout.js.map +1 -1
  98. package/dist/src/components/Result/ResultCardProduct.d.ts +2 -5
  99. package/dist/src/components/Result/ResultCardProduct.js.map +1 -1
  100. package/dist/src/components/Result/ResultPaginationLoadMore.d.ts +2 -2
  101. package/dist/src/components/Result/ResultPaginationLoadMore.js +1 -1
  102. package/dist/src/components/Result/ResultPaginationLoadMore.js.map +1 -1
  103. package/dist/src/components/Result/ResultPaginationNextPrev.d.ts +2 -2
  104. package/dist/src/components/Result/ResultPaginationNextPrev.js +1 -1
  105. package/dist/src/components/Result/ResultPaginationNextPrev.js.map +1 -1
  106. package/dist/src/components/Result/ResultPaginationNumbered.d.ts +2 -2
  107. package/dist/src/components/Result/ResultPaginationNumbered.js +1 -1
  108. package/dist/src/components/Result/ResultPaginationNumbered.js.map +1 -1
  109. package/dist/src/components/Result/{ResultStack.d.ts → Results.d.ts} +21 -13
  110. package/dist/src/components/Result/{ResultStack.js → Results.js} +45 -28
  111. package/dist/src/components/Result/Results.js.map +1 -0
  112. package/dist/src/components/Result/index.d.ts +1 -1
  113. package/dist/src/components/Result/index.js +1 -1
  114. package/dist/src/components/Result/index.js.map +1 -1
  115. package/dist/src/components/Search/Search.d.ts +7 -0
  116. package/dist/src/components/Search/Search.js +17 -0
  117. package/dist/src/components/Search/Search.js.map +1 -0
  118. package/dist/src/components/Search/index.d.ts +1 -1
  119. package/dist/src/components/Search/index.js +1 -1
  120. package/dist/src/components/Search/index.js.map +1 -1
  121. package/dist/src/components/Sensor/SensorCollection.js +2 -2
  122. package/dist/src/components/Sensor/SensorCollection.js.map +1 -1
  123. package/dist/src/components/Sensor/SensorInventoryAvailable.js +1 -1
  124. package/dist/src/components/Sensor/SensorInventoryAvailable.js.map +1 -1
  125. package/dist/src/components/Sensor/SensorSearch.js +7 -3
  126. package/dist/src/components/Sensor/SensorSearch.js.map +1 -1
  127. package/dist/src/components/Sensor/SensorSort.js +13 -13
  128. package/dist/src/components/Sensor/SensorSort.js.map +1 -1
  129. package/dist/src/components/Sensor/Sensors.d.ts +3 -0
  130. package/dist/src/components/Sensor/{SensorStack.js → Sensors.js} +4 -4
  131. package/dist/src/components/Sensor/Sensors.js.map +1 -0
  132. package/dist/src/components/Sensor/index.d.ts +1 -1
  133. package/dist/src/components/Sensor/index.js +1 -1
  134. package/dist/src/components/Sensor/index.js.map +1 -1
  135. package/dist/src/components/SortBy/SortBy.d.ts +7 -0
  136. package/dist/src/components/SortBy/SortBy.js +17 -0
  137. package/dist/src/components/SortBy/SortBy.js.map +1 -0
  138. package/dist/src/components/SortBy/index.d.ts +1 -0
  139. package/dist/src/components/{Sortby → SortBy}/index.js +1 -1
  140. package/dist/src/components/{Sortby → SortBy}/index.js.map +1 -1
  141. package/dist/src/components/Stats/Stats.d.ts +22 -0
  142. package/dist/src/components/Stats/Stats.js +15 -0
  143. package/dist/src/components/Stats/Stats.js.map +1 -0
  144. package/dist/src/components/Stats/index.d.ts +1 -0
  145. package/dist/src/components/Stats/index.js +14 -0
  146. package/dist/src/components/Stats/index.js.map +1 -0
  147. package/dist/src/components/index.d.ts +5 -2
  148. package/dist/src/components/index.js +5 -2
  149. package/dist/src/components/index.js.map +1 -1
  150. package/dist/src/hooks/index.d.ts +4 -3
  151. package/dist/src/hooks/index.js +4 -3
  152. package/dist/src/hooks/index.js.map +1 -1
  153. package/dist/src/hooks/reactivesearch/index.d.ts +3 -3
  154. package/dist/src/hooks/reactivesearch/index.js +3 -3
  155. package/dist/src/hooks/reactivesearch/index.js.map +1 -1
  156. package/dist/src/hooks/reactivesearch/useReactiveBaseProps.js +2 -1
  157. package/dist/src/hooks/reactivesearch/useReactiveBaseProps.js.map +1 -1
  158. package/dist/src/hooks/reactivesearch/useReactiveDataSearchProps.d.ts +1 -1
  159. package/dist/src/hooks/reactivesearch/useReactiveDataSearchProps.js +12 -11
  160. package/dist/src/hooks/reactivesearch/useReactiveDataSearchProps.js.map +1 -1
  161. package/dist/src/hooks/reactivesearch/useReactiveFilterListProps.js +2 -1
  162. package/dist/src/hooks/reactivesearch/useReactiveFilterListProps.js.map +1 -1
  163. package/dist/src/hooks/reactivesearch/useReactiveFilterRangeProps.d.ts +6 -1
  164. package/dist/src/hooks/reactivesearch/useReactiveFilterRangeProps.js +14 -2
  165. package/dist/src/hooks/reactivesearch/useReactiveFilterRangeProps.js.map +1 -1
  166. package/dist/src/hooks/reactivesearch/useReactiveFilterSharedProps.js +2 -1
  167. package/dist/src/hooks/reactivesearch/useReactiveFilterSharedProps.js.map +1 -1
  168. package/dist/src/hooks/reactivesearch/useReactiveFilterSliderProps.d.ts +5 -0
  169. package/dist/src/hooks/reactivesearch/useReactiveFilterSliderProps.js +11 -3
  170. package/dist/src/hooks/reactivesearch/useReactiveFilterSliderProps.js.map +1 -1
  171. package/dist/src/hooks/reactivesearch/useReactiveReactProp.js +4 -4
  172. package/dist/src/hooks/reactivesearch/useReactiveReactProp.js.map +1 -1
  173. package/dist/src/hooks/reactivesearch/useReactiveReactiveListProps.d.ts +5 -0
  174. package/dist/src/hooks/reactivesearch/{useReactiveResultStackProps.js → useReactiveReactiveListProps.js} +7 -6
  175. package/dist/src/hooks/reactivesearch/useReactiveReactiveListProps.js.map +1 -0
  176. package/dist/src/hooks/useConfig.js +1 -1
  177. package/dist/src/hooks/useConfig.js.map +1 -1
  178. package/dist/src/hooks/useCuration.js +4 -8
  179. package/dist/src/hooks/useCuration.js.map +1 -1
  180. package/dist/src/hooks/useFilterListProps.d.ts +3 -2
  181. package/dist/src/hooks/useFilterListProps.js +67 -10
  182. package/dist/src/hooks/useFilterListProps.js.map +1 -1
  183. package/dist/src/hooks/useFilterRangeProps.d.ts +11 -0
  184. package/dist/src/hooks/useFilterRangeProps.js +53 -0
  185. package/dist/src/hooks/useFilterRangeProps.js.map +1 -0
  186. package/dist/src/hooks/useFilterSliderProps.d.ts +12 -0
  187. package/dist/src/hooks/useFilterSliderProps.js +49 -0
  188. package/dist/src/hooks/useFilterSliderProps.js.map +1 -0
  189. package/dist/src/hooks/useFilters.d.ts +5 -2
  190. package/dist/src/hooks/useFilters.js +45 -11
  191. package/dist/src/hooks/useFilters.js.map +1 -1
  192. package/dist/src/hooks/usePagination.d.ts +10 -0
  193. package/dist/src/hooks/usePagination.js.map +1 -1
  194. package/dist/src/hooks/usePaginationLoadMore.js +1 -1
  195. package/dist/src/hooks/usePaginationLoadMore.js.map +1 -1
  196. package/dist/src/hooks/useReactifySearchContext.d.ts +12 -20
  197. package/dist/src/hooks/useReactifySearchContext.js.map +1 -1
  198. package/dist/src/hooks/useSearch.d.ts +8 -3
  199. package/dist/src/hooks/useSearch.js +39 -17
  200. package/dist/src/hooks/useSearch.js.map +1 -1
  201. package/dist/src/hooks/useSortBy.d.ts +9 -0
  202. package/dist/src/hooks/{useSortby.js → useSortBy.js} +5 -5
  203. package/dist/src/hooks/useSortBy.js.map +1 -0
  204. package/dist/src/types/firestore.d.ts +3 -0
  205. package/dist/src/types/firestore.js.map +1 -1
  206. package/dist/src/types/reactivesearch.d.ts +2 -2
  207. package/dist/src/types/reactivesearch.js.map +1 -1
  208. package/dist/src/utility/debug.d.ts +3 -1
  209. package/dist/src/utility/debug.js +6 -2
  210. package/dist/src/utility/debug.js.map +1 -1
  211. package/package.json +3 -3
  212. package/dist/src/components/Example/ExampleFilterStack.d.ts +0 -4
  213. package/dist/src/components/Example/ExampleFilterStack.js.map +0 -1
  214. package/dist/src/components/Example/ExampleSortby.d.ts +0 -4
  215. package/dist/src/components/Example/ExampleSortby.js +0 -13
  216. package/dist/src/components/Example/ExampleSortby.js.map +0 -1
  217. package/dist/src/components/Filter/FilterStack.d.ts +0 -7
  218. package/dist/src/components/Filter/FilterStack.js +0 -17
  219. package/dist/src/components/Filter/FilterStack.js.map +0 -1
  220. package/dist/src/components/ReactifySearchBase/ReactifySearchBase.js.map +0 -1
  221. package/dist/src/components/ReactifySearchBase/index.d.ts +0 -1
  222. package/dist/src/components/ReactifySearchBase/index.js.map +0 -1
  223. package/dist/src/components/Result/ResultStack.js.map +0 -1
  224. package/dist/src/components/Search/SearchInput.d.ts +0 -8
  225. package/dist/src/components/Search/SearchInput.js +0 -18
  226. package/dist/src/components/Search/SearchInput.js.map +0 -1
  227. package/dist/src/components/Sensor/SensorStack.d.ts +0 -3
  228. package/dist/src/components/Sensor/SensorStack.js.map +0 -1
  229. package/dist/src/components/Sortby/Sortby.d.ts +0 -7
  230. package/dist/src/components/Sortby/Sortby.js +0 -17
  231. package/dist/src/components/Sortby/Sortby.js.map +0 -1
  232. package/dist/src/components/Sortby/index.d.ts +0 -1
  233. package/dist/src/hooks/reactivesearch/useReactiveResultStackProps.d.ts +0 -17
  234. package/dist/src/hooks/reactivesearch/useReactiveResultStackProps.js.map +0 -1
  235. package/dist/src/hooks/useFilterStack.d.ts +0 -4
  236. package/dist/src/hooks/useFilterStack.js +0 -52
  237. package/dist/src/hooks/useFilterStack.js.map +0 -1
  238. package/dist/src/hooks/useSortby.d.ts +0 -6
  239. package/dist/src/hooks/useSortby.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,506 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## 5.0.0 (2022-08-05)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * separate monolith provider into hooks and context
11
+ * align code and docs for v5
12
+ * switch to using "handle" instead of "id" for sort option
13
+ * switch to using "handle" instead of "id" for filter and filter option
14
+ * move index to a dedicated prop, make credentials optional and set default
15
+
16
+ ### Features
17
+
18
+ * add additionalComponentIds prop to provider ([1db51a0](https://bitbucket.org/usereactify/reactify-search-ui/commit/1db51a0f905475d2d3399f9de7ff6f025860dce5))
19
+ * add breadcrumb for ES search result errors ([22ae301](https://bitbucket.org/usereactify/reactify-search-ui/commit/22ae301bbb7618aec14499970ffd2578ab569a7a))
20
+ * add breadcrumb for search query update ([6a2e442](https://bitbucket.org/usereactify/reactify-search-ui/commit/6a2e44269396353fced1d597d48502ef5b1a6bb2))
21
+ * add classnames for styling to default components ([75997e2](https://bitbucket.org/usereactify/reactify-search-ui/commit/75997e25756595401401de42e9aa29b235581645))
22
+ * add debug output to provider ([c45de1a](https://bitbucket.org/usereactify/reactify-search-ui/commit/c45de1ae681ede827ae899252758171309bac09b))
23
+ * add debug output to SensorSort ([0b3d125](https://bitbucket.org/usereactify/reactify-search-ui/commit/0b3d125f29dfe678318d91390d3fbfd13a932947))
24
+ * add esbuild for production builds ([9b0a8d5](https://bitbucket.org/usereactify/reactify-search-ui/commit/9b0a8d5daa4a90b96f8760e083431da7e44f6ab5))
25
+ * add example components for filter range, filter slider, custom, stats, clear all, filters active ([d5e56fb](https://bitbucket.org/usereactify/reactify-search-ui/commit/d5e56fb114edc3e134c3ce2e90f7f2df67c5d097))
26
+ * add example filter list unstyled, radio, checkbox, swatch and box ([a6ebcd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/a6ebcd0b606f9a8381d1e082dd4935e4a4d83c2f))
27
+ * add Filter and FilterList components with hooks ([9cd1be1](https://bitbucket.org/usereactify/reactify-search-ui/commit/9cd1be1b1796962be340fd4a119e21d7d0a04e0e))
28
+ * add filterStackId prop to provider ([#2](https://bitbucket.org/usereactify/reactify-search-ui/issues/2)) ([043e9f0](https://bitbucket.org/usereactify/reactify-search-ui/commit/043e9f0745ad1d6e15ec99400df099320fecf7cf))
29
+ * add grid gap to result list component props ([0d65bd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/0d65bd032cc834060fca5702195566a36ef8fb33))
30
+ * add hook to get cached or remote config ([cb77750](https://bitbucket.org/usereactify/reactify-search-ui/commit/cb77750f4839134e65afb2eee685755169bfcd5d))
31
+ * add image to default result card render ([c50319e](https://bitbucket.org/usereactify/reactify-search-ui/commit/c50319e1011a7465c07b509b5164ea04b9f38684))
32
+ * add listClassName prop to ResultList component ([f28be3e](https://bitbucket.org/usereactify/reactify-search-ui/commit/f28be3e4d0f8c74d5e7e20e214aec0ee7867ce7c))
33
+ * add local bundle serve ([318443e](https://bitbucket.org/usereactify/reactify-search-ui/commit/318443efc082a5714e99221d4647a91f60d9ac91))
34
+ * add onRedirect prop + fix caching issue when searching from search page ([59b32f6](https://bitbucket.org/usereactify/reactify-search-ui/commit/59b32f65c8ede64cbd42d297ed7a4e131b8650eb))
35
+ * add pagination, sort, filter and promotion analytics events ([5968814](https://bitbucket.org/usereactify/reactify-search-ui/commit/596881486f05189d90823f0ec1b093580d79a786))
36
+ * add renderBooting prop for rendering while config is loading ([3da876e](https://bitbucket.org/usereactify/reactify-search-ui/commit/3da876e5a87ecd98f2abe462994461b7cd39acda))
37
+ * add renderResultCard prop to ResultList component ([889255f](https://bitbucket.org/usereactify/reactify-search-ui/commit/889255fc8cb2f1db0a6d86be2159276a0da384b7))
38
+ * add ResultPagination component and usePages hook ([#4](https://bitbucket.org/usereactify/reactify-search-ui/issues/4)) ([e8dcf61](https://bitbucket.org/usereactify/reactify-search-ui/commit/e8dcf610ec1eac9b328935a713732284a1f4d7f8))
39
+ * add ResultStateProvider component for accessing page state ([ec4cc6f](https://bitbucket.org/usereactify/reactify-search-ui/commit/ec4cc6f08ef2aeae46fe864e61d71ec36e50a0e3))
40
+ * add SearchInput component and associated instant search support ([98a8af7](https://bitbucket.org/usereactify/reactify-search-ui/commit/98a8af726f9e781bd03c5ed2dd815c0976b19f21))
41
+ * add SensorInventoryAvailable and rename SensorStack ([18d7aaa](https://bitbucket.org/usereactify/reactify-search-ui/commit/18d7aaa4a2d7e82d34014ccc888c624cffba4f03))
42
+ * add SensorStackInstantSearch ([e93308f](https://bitbucket.org/usereactify/reactify-search-ui/commit/e93308f06532e7877300c84820e5019b152c895b))
43
+ * add sentry error boundary ([c6dbbab](https://bitbucket.org/usereactify/reactify-search-ui/commit/c6dbbabb6e130eb395cf984df655951981ef7496))
44
+ * add sentry release tracking to ci ([67c813d](https://bitbucket.org/usereactify/reactify-search-ui/commit/67c813d2c8812cf1b6c4e2ad1ce9b0a38ebce24b))
45
+ * add shop name in context, ([13b54e2](https://bitbucket.org/usereactify/reactify-search-ui/commit/13b54e28715b7789cc5cf47d82cc205d175ce1ee))
46
+ * add sort option into url params ([f78ec9b](https://bitbucket.org/usereactify/reactify-search-ui/commit/f78ec9b69555df9cb297d818a06d08d6587889c3))
47
+ * add support for additional datasearch input props ([a6c6382](https://bitbucket.org/usereactify/reactify-search-ui/commit/a6c63825f6d3e616d57dc0f0af91895475175cc0))
48
+ * add support for collections assigned to filter groups ([afe0711](https://bitbucket.org/usereactify/reactify-search-ui/commit/afe071115aa7633f49d5f95673c544989e80f011))
49
+ * add support for filter option settingsUppercase ([99d822b](https://bitbucket.org/usereactify/reactify-search-ui/commit/99d822b611ec0302fe314cbe0b1c24653b1ae72c))
50
+ * add support for global curation / default boosting rules ([b476e75](https://bitbucket.org/usereactify/reactify-search-ui/commit/b476e75233202bd3ab190d7806cad0b8077463a8))
51
+ * add support for pinning products in curations that don't exist within the resultset ([3ceadf6](https://bitbucket.org/usereactify/reactify-search-ui/commit/3ceadf621ab78b216bf355d3e2ec648a6d9fee44))
52
+ * add support for settingsHideUnavailable at filter level for variant nested fields ([5ca63e1](https://bitbucket.org/usereactify/reactify-search-ui/commit/5ca63e1dcd35c9f6f80c83d49ab6f8bb87ecaa7d))
53
+ * add support for valuesManual in filter option filtering ([c2cef69](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2cef69e491f9852a1250e7218550ac6c1e1671e))
54
+ * add totalSelected to filter render props (RS-16) ([7949200](https://bitbucket.org/usereactify/reactify-search-ui/commit/7949200f0307637dda424875e7ca394aa179cdb6))
55
+ * add warning and prevent tracking request if "shopifyPermanentDomain" is missing ([bcbf378](https://bitbucket.org/usereactify/reactify-search-ui/commit/bcbf378ac057755347556a60bae58684df8f65c1))
56
+ * add zero results and view product (impressions) events ([db4f310](https://bitbucket.org/usereactify/reactify-search-ui/commit/db4f3102c592bc295534bcb5de9523d1f0b26557))
57
+ * additional result props in ResultList ([821b022](https://bitbucket.org/usereactify/reactify-search-ui/commit/821b02281baa07b844ce3c6dbba1f8a1ef42dee7))
58
+ * adjust page size to accommodate callouts ([0365896](https://bitbucket.org/usereactify/reactify-search-ui/commit/03658965e65ba451a5c419b14599a71296e589c3))
59
+ * allow custom grid styles to be provided and override defaults ([25ce405](https://bitbucket.org/usereactify/reactify-search-ui/commit/25ce405300777b9d55a0e806672787bd552438a6))
60
+ * allow provider theme to be configured ([33eb10f](https://bitbucket.org/usereactify/reactify-search-ui/commit/33eb10f50dbdaaf2f399ea0e95b673222da868b1))
61
+ * **app:** add provider prop "configId" to support multi-config shops ([2ef6af5](https://bitbucket.org/usereactify/reactify-search-ui/commit/2ef6af5a6d46331690bdd3c35ee72193dca8f587))
62
+ * apply defaultQuery to nested variant filters to check inventory available ([a348522](https://bitbucket.org/usereactify/reactify-search-ui/commit/a3485220bb3c682d70a6efcd9b520972430a00d7))
63
+ * call track after trigger query in SearhInput ([8a09111](https://bitbucket.org/usereactify/reactify-search-ui/commit/8a0911165ea4484bf7bcf65b12c687a0d8b674ca))
64
+ * collapse state optional in renderFilterList, rename filterListProps ([9eef3d3](https://bitbucket.org/usereactify/reactify-search-ui/commit/9eef3d35ffeaefd568a1d1839bc13b87705e7cb1))
65
+ * collection default query ([154e3d2](https://bitbucket.org/usereactify/reactify-search-ui/commit/154e3d2ceadce6625427aa6d7d0cd98ac671a6d2))
66
+ * combined results in result list ([a85f39e](https://bitbucket.org/usereactify/reactify-search-ui/commit/a85f39e8d425c51b8108df488145ade8eec1cdf5))
67
+ * currency formatting, brand logos and hover image improvements ([9c63fe3](https://bitbucket.org/usereactify/reactify-search-ui/commit/9c63fe33b3d67b2507e2c6f05d7a5450c88132f2))
68
+ * default query and sort state ([f20dc5c](https://bitbucket.org/usereactify/reactify-search-ui/commit/f20dc5cf5751ce106bb5fce821e648d1cd1a10c0))
69
+ * disable callouts unless enableCallouts prop is set ([c2ac79a](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2ac79abffc87d050b766b6786977de43920af17))
70
+ * drop SensorStackInstantsearch in favor of single SensorStack with context ([f31a60b](https://bitbucket.org/usereactify/reactify-search-ui/commit/f31a60b9ba6bf2c61d88529b3ceec0b5aa188e1f))
71
+ * enable url params for filters ([6f2675f](https://bitbucket.org/usereactify/reactify-search-ui/commit/6f2675f0328de1e3c0cd20172d2053b2776dfb0f))
72
+ * filter column titles ([05c41ba](https://bitbucket.org/usereactify/reactify-search-ui/commit/05c41ba8985f2de317fffd9fafc3d883c6dced0c))
73
+ * filter matrix and hook ([278d8ad](https://bitbucket.org/usereactify/reactify-search-ui/commit/278d8adfcce10575b90a8b8c16797f167961843b))
74
+ * filter options ([106387a](https://bitbucket.org/usereactify/reactify-search-ui/commit/106387aeb38cafa1fdb7132b4c5cf97d08949a5c))
75
+ * filter titles and collapse logic ([5469941](https://bitbucket.org/usereactify/reactify-search-ui/commit/546994160fb291b1e15c522730d72d895216033f))
76
+ * firebase config ([1038df0](https://bitbucket.org/usereactify/reactify-search-ui/commit/1038df0bbc729ca268c715a0c8de6d4667adb4c6))
77
+ * hide callouts when not sorting by "_score" or "collections.position" ([bf2d57a](https://bitbucket.org/usereactify/reactify-search-ui/commit/bf2d57aa5b682375dc06995bb54d90ece330f5e3))
78
+ * ignore cached config if "nocache" url search param is set ([38823c2](https://bitbucket.org/usereactify/reactify-search-ui/commit/38823c2272fd0a2ae6d45401df35a2148107fe8e))
79
+ * import debut theme collection to playground page ([c137569](https://bitbucket.org/usereactify/reactify-search-ui/commit/c137569902b69636e53c6f9cdf297088e18c548a))
80
+ * improve classnames ([19fcfa1](https://bitbucket.org/usereactify/reactify-search-ui/commit/19fcfa152c555cb2e78ec62371f1758e2d244557))
81
+ * improve default components ([81bb427](https://bitbucket.org/usereactify/reactify-search-ui/commit/81bb427367987125eeea352189dd9f411cb4850f))
82
+ * improve dx for filter wrapper, map checked in hook ([3873238](https://bitbucket.org/usereactify/reactify-search-ui/commit/38732380e0a790c92709308b30815d6c0170b27d))
83
+ * improve performance when debugging by reusing debugger instances ([aa88917](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa88917b0aedf2abe66439d430587f18dcb72aae))
84
+ * improve sentry release process ([4237771](https://bitbucket.org/usereactify/reactify-search-ui/commit/423777120041228dcb6f819f71a00abd08d43987))
85
+ * improve sentry stacktraces and logging ([7f34b30](https://bitbucket.org/usereactify/reactify-search-ui/commit/7f34b3064f41ad9a0e5a3ddc3fa071e5981d0141))
86
+ * improve sorting of filter list options ([c41eedc](https://bitbucket.org/usereactify/reactify-search-ui/commit/c41eedc900f500d3ddf9434cb14a7397c6385707))
87
+ * initial docs ([016fd2b](https://bitbucket.org/usereactify/reactify-search-ui/commit/016fd2ba36d7992bc6c63f9c75315befbfddd625))
88
+ * initial ui library components ([803d586](https://bitbucket.org/usereactify/reactify-search-ui/commit/803d586af75217401c34f7df1b2613eb9944c710))
89
+ * instant search redirects and sort score ([55d85cc](https://bitbucket.org/usereactify/reactify-search-ui/commit/55d85cc7e60803825a338008c52da95b6d035ab8))
90
+ * instantsearch component ([8256cdc](https://bitbucket.org/usereactify/reactify-search-ui/commit/8256cdc9ba0b281bd4135d62240c93180cca8210))
91
+ * instantsearch with reactivelist component ([1564b0d](https://bitbucket.org/usereactify/reactify-search-ui/commit/1564b0dd21b25244c635ea1ac903b177aad3bc29))
92
+ * merge global boosting rules with curation when empty ([248cbdd](https://bitbucket.org/usereactify/reactify-search-ui/commit/248cbdda01864c0d536f5e971f81e331de4c827d))
93
+ * move filter logic to hook, add render props ([333da46](https://bitbucket.org/usereactify/reactify-search-ui/commit/333da4683d93bfeec2c683a43e094179ce5cc39d))
94
+ * move index to a dedicated prop, make credentials optional and set default ([a0696ba](https://bitbucket.org/usereactify/reactify-search-ui/commit/a0696ba239b7b036b37a2764a939ce2f26e992b4))
95
+ * multilist filter ([34be9bf](https://bitbucket.org/usereactify/reactify-search-ui/commit/34be9bf081c0f24520e634ae2ada863deb8f238b))
96
+ * optional collapse state in filter wrapper, add noWrapper prop ([2ea7d1f](https://bitbucket.org/usereactify/reactify-search-ui/commit/2ea7d1feabe26d2c70826b517b94ddac9a972e87))
97
+ * pagination ([e50965a](https://bitbucket.org/usereactify/reactify-search-ui/commit/e50965a1cba32ae30bc1545789d551ce94ba4556))
98
+ * pin @appbaseio/reactivesearch at ^3.14.0 to match advice given to delivery teams ([fb93473](https://bitbucket.org/usereactify/reactify-search-ui/commit/fb93473fa5723a71cfad264f4c4fd09c541ea278))
99
+ * product card breakpoints ([657d1b1](https://bitbucket.org/usereactify/reactify-search-ui/commit/657d1b1452f81898552133732086d7e7938f16ca))
100
+ * remove combined results logic, discriminate product and callout ([ee1b38e](https://bitbucket.org/usereactify/reactify-search-ui/commit/ee1b38eeddad8eedec473c5b49364b67fa6ae311))
101
+ * remove defaultQuery in favor of SensorCollection ([f33c1b2](https://bitbucket.org/usereactify/reactify-search-ui/commit/f33c1b2d1eaf3dfbccd6b8a786e70a56a788bb3e))
102
+ * remove event handling overrides in useAnalytics track function ([3cb1bc5](https://bitbucket.org/usereactify/reactify-search-ui/commit/3cb1bc50318f64c2d11013697152d187108d603c))
103
+ * rename FilterMatrix to FilterStack ([62788cd](https://bitbucket.org/usereactify/reactify-search-ui/commit/62788cd135e424ab81426ad7e1ae7a3d825d4e28))
104
+ * render callouts in result list, implement grid ([e8cbaad](https://bitbucket.org/usereactify/reactify-search-ui/commit/e8cbaad07db3daf2c4a59a2de565774db213d0c6))
105
+ * renderAfter, renderBefore and renderPagination props on ResultList ([05d2203](https://bitbucket.org/usereactify/reactify-search-ui/commit/05d2203447d4ca9fb7843dc3ad0b8b8f111b67e6))
106
+ * renderError prop on ResultList component ([d95d6df](https://bitbucket.org/usereactify/reactify-search-ui/commit/d95d6df10059badc661eeb1041db76531e44231c))
107
+ * renderLoading prop on ResultList component with initial search logic ([1568d2e](https://bitbucket.org/usereactify/reactify-search-ui/commit/1568d2e8729b455b50d42c532cb3bcb91c4e4130))
108
+ * renderLoadMoreButton prop on ResultList with default button ([bd5af24](https://bitbucket.org/usereactify/reactify-search-ui/commit/bd5af24daf4fe1e3c41afa5749f10df0d8b64bb2))
109
+ * renderPaginationNextPrev prop on ResultList with default component ([d587303](https://bitbucket.org/usereactify/reactify-search-ui/commit/d58730367916629770240c8e85549003ce8ddc28))
110
+ * result card component, list logic and hooks ([7c419e9](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c419e9fd1a5fdcdb00ed3289fbcf069d3646710))
111
+ * result card promo component ([357e228](https://bitbucket.org/usereactify/reactify-search-ui/commit/357e2281b8fa2d3ace97c3ab8e90e55de87e0e02))
112
+ * result list component and hook ([78834ce](https://bitbucket.org/usereactify/reactify-search-ui/commit/78834ce65eb804395c3ea303d3e00f4364c0cdfc))
113
+ * search components ([e744e5a](https://bitbucket.org/usereactify/reactify-search-ui/commit/e744e5ae38dfb8bc54603eadf9443c0aaddb1f1e))
114
+ * search fields from reactify config, redirect to search page on enter ([dc47d45](https://bitbucket.org/usereactify/reactify-search-ui/commit/dc47d45f39f49bdc386006c238fa823c6fc07cbb))
115
+ * **search:** allow searchQuery to be provided to submitSearch ([116e5d6](https://bitbucket.org/usereactify/reactify-search-ui/commit/116e5d60084ae20ccac3bb07d9e17d2158888479))
116
+ * **search:** onBlur, onFocus events in SearchInput component ([c6799be](https://bitbucket.org/usereactify/reactify-search-ui/commit/c6799be75c667a47c9c6aac84696040ff0f12acc))
117
+ * see all results button in instant search results ([90c6596](https://bitbucket.org/usereactify/reactify-search-ui/commit/90c659646423bc871e37f071682c6e5569cb13f9))
118
+ * SensorPublished and SensorSearch ([6c735c1](https://bitbucket.org/usereactify/reactify-search-ui/commit/6c735c11525b4d33e9bca611e82b97ec37ec0b8c))
119
+ * SensorSortScore component ([a3050f6](https://bitbucket.org/usereactify/reactify-search-ui/commit/a3050f6a7c9f1c727ad920c2b68d8e4fbdf933d9))
120
+ * set default reset theme ([0661294](https://bitbucket.org/usereactify/reactify-search-ui/commit/0661294a03eae7e70d29a2415df968da38bb0bf8))
121
+ * sort context and sensor ([8dde395](https://bitbucket.org/usereactify/reactify-search-ui/commit/8dde3953cc022723fbc58e67d75cdcf3da95d023))
122
+ * sort of _score always be desc ([f51e75c](https://bitbucket.org/usereactify/reactify-search-ui/commit/f51e75c4f21acb54fbe64e444b26dd02f452c6ac))
123
+ * sort sensor and selector component ([b52bcfa](https://bitbucket.org/usereactify/reactify-search-ui/commit/b52bcfa0e796ed8ed5e7e81a068100162243932e))
124
+ * support hidden curation products in SensorSort ([c80a52f](https://bitbucket.org/usereactify/reactify-search-ui/commit/c80a52f6e515bb023dd99caedc20ace38444b725))
125
+ * switch to using "handle" instead of "id" for filter and filter option ([a92bdd7](https://bitbucket.org/usereactify/reactify-search-ui/commit/a92bdd75e68c6291b9f321cec5e77f3934152a9a))
126
+ * switch to using "handle" instead of "id" for sort option ([c2be1fa](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2be1fabd4ba1634e47715393c2065a1ca2ba9e7))
127
+ * **theme-debut:** add instant search component ([3017fb2](https://bitbucket.org/usereactify/reactify-search-ui/commit/3017fb2d2b2da6413d148e7853e47f7cdf30e3e2))
128
+ * **theme-debut:** add styled filters ([467b255](https://bitbucket.org/usereactify/reactify-search-ui/commit/467b2551723aa413696f4060d9b20777a40298e4))
129
+ * **theme-debut:** add styling for product cards ([1397aa1](https://bitbucket.org/usereactify/reactify-search-ui/commit/1397aa193eec73592e17b32a5a12d4806a7f808b))
130
+ * **theme-debut:** add tailwind jit styles ([6e28c52](https://bitbucket.org/usereactify/reactify-search-ui/commit/6e28c520a2113f68fb0fc37bbedd2083c39ad39f))
131
+ * update build commands ([b084e0c](https://bitbucket.org/usereactify/reactify-search-ui/commit/b084e0cf5574e65d0aa3263ddb862901e0a63a06))
132
+ * update callout card for new ElasticCallout type ([8db23b5](https://bitbucket.org/usereactify/reactify-search-ui/commit/8db23b5e5b240b45ada520b30a43ff988bcff9d5))
133
+ * update provider to use live config hook ([d898df0](https://bitbucket.org/usereactify/reactify-search-ui/commit/d898df01cb21538d9cd5dada9d343967ad91cdd6))
134
+ * use emotion cache key to support multiple apps in page ([07a5067](https://bitbucket.org/usereactify/reactify-search-ui/commit/07a5067b339b7c555e3b939b09758df00598698f))
135
+ * useAnalytics hook ([17fb749](https://bitbucket.org/usereactify/reactify-search-ui/commit/17fb749e763870a2888c3cf68ceeff3cd0d8fc21))
136
+ * useReactiveBaseProps hook and restructure ReactiveBase inclusion ([51873b3](https://bitbucket.org/usereactify/reactify-search-ui/commit/51873b39abe927115487d24c6140be21a2b82c8a))
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * add missing lower case to existing sort sensor ([c7099a0](https://bitbucket.org/usereactify/reactify-search-ui/commit/c7099a0edf57658fa006ac018b017807891a44dd))
142
+ * add missing next/prev pagination export ([6b13902](https://bitbucket.org/usereactify/reactify-search-ui/commit/6b139027cc1b5038add4d688a9301add2f6e75ee))
143
+ * add missing package "axios" ([eaa4763](https://bitbucket.org/usereactify/reactify-search-ui/commit/eaa476367ef0947b20c24fe4001efb4550184516))
144
+ * add missing sensors to result list react prop ([2293c43](https://bitbucket.org/usereactify/reactify-search-ui/commit/2293c4391917a536e31fc3f3fce08703ab134e6b))
145
+ * add missing spread operator ([acc51cb](https://bitbucket.org/usereactify/reactify-search-ui/commit/acc51cb5c414831e3d0e919185d076895903d837))
146
+ * add nested attribute to collection position sort clause (RS-124) ([0932b3e](https://bitbucket.org/usereactify/reactify-search-ui/commit/0932b3e6e64dd2a0ef9df592c431f0dc5340fcc1))
147
+ * add timeout to blur event so results remain clickable ([fe98040](https://bitbucket.org/usereactify/reactify-search-ui/commit/fe980407427256246051bee8be152048ae841cf2))
148
+ * **app:** fix access to undefined sort option ID ([f93bbce](https://bitbucket.org/usereactify/reactify-search-ui/commit/f93bbcec82ee61d4a0bf19d7ab18894339f8a27c))
149
+ * case insensitive redirect match ([#11](https://bitbucket.org/usereactify/reactify-search-ui/issues/11)) ([096c7fb](https://bitbucket.org/usereactify/reactify-search-ui/commit/096c7fb84d77ae0d985b2e7cf4ade6c80e3171e7))
150
+ * check compare_at_price exists before formatting in useProductPrice ([acba76c](https://bitbucket.org/usereactify/reactify-search-ui/commit/acba76c6d8e0c5ba1482fe230e20fcd286f11e69))
151
+ * check for existence of window before using (node render) ([df7f9b0](https://bitbucket.org/usereactify/reactify-search-ui/commit/df7f9b0c0c29d561e69107c8086a5d0fa023aaee))
152
+ * check that window is defined before accessing ([e1ec0aa](https://bitbucket.org/usereactify/reactify-search-ui/commit/e1ec0aae22cab7eb86363ed09d47e422d08ff5c1))
153
+ * correct logic for calculating search fields when config is empty or updates ([ae67498](https://bitbucket.org/usereactify/reactify-search-ui/commit/ae6749875f295db99f012b54cc06e10346f702d0))
154
+ * correct tsconfig ([e82defa](https://bitbucket.org/usereactify/reactify-search-ui/commit/e82defac47d754df543fc276319ba759de607507))
155
+ * correct tsconfig ([01a796b](https://bitbucket.org/usereactify/reactify-search-ui/commit/01a796bfc03f4153d8fbbea86a0597ee3c665a94))
156
+ * correct typings for selected sort option within context ([f363fc2](https://bitbucket.org/usereactify/reactify-search-ui/commit/f363fc2c8ea1ad88e65844c382620b927614c403))
157
+ * define nested field prop for variants ([2af7ebe](https://bitbucket.org/usereactify/reactify-search-ui/commit/2af7ebe6b33c1ca19faf27ca0f525fe1f1669ced))
158
+ * disable scrollOnChange prop ([50592e0](https://bitbucket.org/usereactify/reactify-search-ui/commit/50592e0db250bfae5809b0a92e9c5f72e43b4d88))
159
+ * dom warnings ([555fb78](https://bitbucket.org/usereactify/reactify-search-ui/commit/555fb783e44d28261c701e2b5896533b5b2f6743))
160
+ * enable typescript inlinesources ([6998e8e](https://bitbucket.org/usereactify/reactify-search-ui/commit/6998e8e3e884d62cf08b08c43ae7dbc73db7f471))
161
+ * export Filter and FilterList components ([7a297dd](https://bitbucket.org/usereactify/reactify-search-ui/commit/7a297dd630c3582d5bf9ae32eb6d31663ee2654d))
162
+ * filter currentId from all filters in useReactiveReactProp ([645fe73](https://bitbucket.org/usereactify/reactify-search-ui/commit/645fe7373f469255d15bbe12c05d478193053ac6))
163
+ * filter styling updates ([c5c3b8f](https://bitbucket.org/usereactify/reactify-search-ui/commit/c5c3b8f9e4fa349fac05e288bd146053802396a1))
164
+ * fix request payload ([aa33e95](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa33e95ba1162ec0bbb84cd25c2e4483f3822455))
165
+ * fix search event payload ([5bd8c03](https://bitbucket.org/usereactify/reactify-search-ui/commit/5bd8c03e024f3ff0fb14135b9dbc60a9c709fb38))
166
+ * force lower case curation search term ([09d73bf](https://bitbucket.org/usereactify/reactify-search-ui/commit/09d73bf8b86942f8fb67d9283e55bee6e99ae963))
167
+ * force value to be an array in filter customQuery ([454c110](https://bitbucket.org/usereactify/reactify-search-ui/commit/454c11023a3386c00ad4bcec33ba04d94c86c330))
168
+ * include sorting by collection position when using global curation ([141c463](https://bitbucket.org/usereactify/reactify-search-ui/commit/141c46351711c3cff65275e47fdf8e9ed64b0ad8))
169
+ * incorrect hasSelected calculation from filter value ([bf1e8c8](https://bitbucket.org/usereactify/reactify-search-ui/commit/bf1e8c84a54164bd905931743356d301b3b2b5d6))
170
+ * instant search sorting ([b6ce036](https://bitbucket.org/usereactify/reactify-search-ui/commit/b6ce036d06d72dbbe28fb1892537ee399ee77c0c))
171
+ * make collection nodes optional ([3b2afe5](https://bitbucket.org/usereactify/reactify-search-ui/commit/3b2afe5432d50ba2f8ee57f62478708e113d11d1))
172
+ * match useAnalytics endpoint signature ([b94a70c](https://bitbucket.org/usereactify/reactify-search-ui/commit/b94a70c9b1a1f8acc9a11bbff8e6414e77d34657))
173
+ * normalise collection handle and search term when resolving curation ([6bd1aec](https://bitbucket.org/usereactify/reactify-search-ui/commit/6bd1aecd163743bdcfc9582389f35a4dc579930c))
174
+ * only apply inventory sensor to products, not callouts ([7c186b8](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c186b83c9f403f0987ef088714db1438f27cd84))
175
+ * only record select event when link clicked ([ba95992](https://bitbucket.org/usereactify/reactify-search-ui/commit/ba959923785837ed54053257012a1cfdcc69be59))
176
+ * only request live config if shop is present ([a9ab343](https://bitbucket.org/usereactify/reactify-search-ui/commit/a9ab343aef7790650635517a83fe4889e87427a3))
177
+ * only run tracking event when data exists ([a768c19](https://bitbucket.org/usereactify/reactify-search-ui/commit/a768c1931fd52e69d5538760547c50d610bcb8cf))
178
+ * pagination spacing ([945f23a](https://bitbucket.org/usereactify/reactify-search-ui/commit/945f23acfb9e9f39b343b51cad53bf57c8df8522))
179
+ * pass on nocache url param to config endpoint to bust caching on worker side ([51b9dcf](https://bitbucket.org/usereactify/reactify-search-ui/commit/51b9dcf0b8145691a2dd00aedbe951f71bbc04b3))
180
+ * pass render prop to ResultCardCalloutInner, add pagePosition prop ([3983db4](https://bitbucket.org/usereactify/reactify-search-ui/commit/3983db4c471a3172259662f03e400c3f8ed14b0d))
181
+ * product card image margins ([8417270](https://bitbucket.org/usereactify/reactify-search-ui/commit/8417270a3a829e525c6d4b330018f893dbe4fb01))
182
+ * product card negative margin ([0573eb0](https://bitbucket.org/usereactify/reactify-search-ui/commit/0573eb02b9bdac3ada0c9ad6f58d91980cba4ef2))
183
+ * product card text styling and alignment ([ef16770](https://bitbucket.org/usereactify/reactify-search-ui/commit/ef167700cccf3f094fed8329a6c3471f9af54c6a))
184
+ * re-pin @appbaseio/reactivesearch at ^3.14.0 to match advice given to delivery teams ([77bbe4c](https://bitbucket.org/usereactify/reactify-search-ui/commit/77bbe4cb340d0afc2e76c6f584675db5322fee29))
185
+ * react results component to SensorCollection ([c2833e6](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2833e6188958b054c39fce7cceefc154cc3e66c))
186
+ * regenerate yarn.lock in release script ([b97ddef](https://bitbucket.org/usereactify/reactify-search-ui/commit/b97ddefae363a25303afc90042044f0692fac3c5))
187
+ * remove console error for range filter ([9eeeb5d](https://bitbucket.org/usereactify/reactify-search-ui/commit/9eeeb5df6b1e71ce1d9ce784259b141988c450fb))
188
+ * remove name and variant from select_item event ([a87037d](https://bitbucket.org/usereactify/reactify-search-ui/commit/a87037d493a269fd402f68431fa4fd0c90911f70))
189
+ * remove problematic css color "inherit" ([aa304bd](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa304bde76528d54722255b0e38ef732f58218b6))
190
+ * render issues with expired config cache ([2c408ad](https://bitbucket.org/usereactify/reactify-search-ui/commit/2c408adce950da369db77ff8ece5a8d08cd92d5f))
191
+ * result card image alignment ([46aedd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/46aedd030f4e623bee3d28647f97c100648cd8ef))
192
+ * **search:** correct type for context submitSearch ([8b3e647](https://bitbucket.org/usereactify/reactify-search-ui/commit/8b3e64716b6d82e14efc8abb88ff1f6013d5c182))
193
+ * **search:** include _score in sort state eligible for curations ([2839929](https://bitbucket.org/usereactify/reactify-search-ui/commit/2839929be960aabd0b45e4aad0ce6a5abdc776e6))
194
+ * **search:** ssr build issue due to window ([aada68a](https://bitbucket.org/usereactify/reactify-search-ui/commit/aada68a20cdb8cffe43abbde487229819fdd39e3))
195
+ * select_item event, add questions in comments ([8693a78](https://bitbucket.org/usereactify/reactify-search-ui/commit/8693a781049ee44d429f4bf6149532737d9ccbb8))
196
+ * set base url for docs ([11fca33](https://bitbucket.org/usereactify/reactify-search-ui/commit/11fca33ea6e9a2b137b758f67206194b9b4e574b))
197
+ * set product images to large via cdn ([d1c311f](https://bitbucket.org/usereactify/reactify-search-ui/commit/d1c311fcb093b2ba0ec31adf3677da079328c833))
198
+ * show all filter options unless displaySize is defined ([6887ed7](https://bitbucket.org/usereactify/reactify-search-ui/commit/6887ed70737b864cf87cf97433626b9e5ecb7c98))
199
+ * size and colour filter targets in docs ([735c12e](https://bitbucket.org/usereactify/reactify-search-ui/commit/735c12ed29683d324651382f4fad55c16941e716))
200
+ * ssr playground issues ([5cdb445](https://bitbucket.org/usereactify/reactify-search-ui/commit/5cdb4458ca5db1526a3e00eeff99b7e071dd3ae2))
201
+ * support missing compare_at_price on price sets ([dbe3fc2](https://bitbucket.org/usereactify/reactify-search-ui/commit/dbe3fc20db23e1969f0d0c9ee75e646cce3f1858))
202
+ * support v1 indexes in ResultList component ([4c23ef3](https://bitbucket.org/usereactify/reactify-search-ui/commit/4c23ef3757daeb505823f4af6399746a29404f7a))
203
+ * switch to reactify sentry org dsn ([cae3cf0](https://bitbucket.org/usereactify/reactify-search-ui/commit/cae3cf02721ee8b40ddf13854e7aa3cea88034f4))
204
+ * text styling for filter titles ([7c0d15c](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c0d15cbd05ace9df056b260c2978146109270a7))
205
+ * **theme-debut:** browser warning for svg property ([4fd7948](https://bitbucket.org/usereactify/reactify-search-ui/commit/4fd794848b4b15becb601718f635005407db6d79))
206
+ * **theme-debut:** fix flex width on results grid ([049da94](https://bitbucket.org/usereactify/reactify-search-ui/commit/049da942aa87c7a887d689f78f77da02b9b63422))
207
+ * **theme-debut:** use new SensorStack component ([da59639](https://bitbucket.org/usereactify/reactify-search-ui/commit/da5963989b5012a231df3ea572f02095c4cc8489))
208
+ * tighten up instantsearch debounce solution ([6f811ca](https://bitbucket.org/usereactify/reactify-search-ui/commit/6f811ca9350165c8858ae3388eac09af56a32cfd))
209
+ * update filter resolution to return first filter if none found with type ([e7990d1](https://bitbucket.org/usereactify/reactify-search-ui/commit/e7990d1727dd019fba19f9a8132109c992a9a57e))
210
+ * update provider props to suit merged changes ([f014e87](https://bitbucket.org/usereactify/reactify-search-ui/commit/f014e87e14776577d0f83d24a5c94aa6d3b15818))
211
+ * use american color variation ([57f9b0e](https://bitbucket.org/usereactify/reactify-search-ui/commit/57f9b0e6de4482fd451bd36a1b49e47bb8d28f8e))
212
+ * use collection for filter for both filter and search until configurable ([007def5](https://bitbucket.org/usereactify/reactify-search-ui/commit/007def512972b88ae1750157184436e11aca2691))
213
+ * use commonjs ([b742b8b](https://bitbucket.org/usereactify/reactify-search-ui/commit/b742b8b268c0a663361147efb93bf120a208a708))
214
+ * use correct glob pattern for artifacts ([9f35c7c](https://bitbucket.org/usereactify/reactify-search-ui/commit/9f35c7ccea4f957a94b172fe7ac62b53faf73b32))
215
+ * use correct names of components and imports ([e180a75](https://bitbucket.org/usereactify/reactify-search-ui/commit/e180a75b0c4be555a61d72e48a54434b7aa27960))
216
+ * use docusaurus router for index docs redirect ([167403b](https://bitbucket.org/usereactify/reactify-search-ui/commit/167403b4aa2f53c57f4cbc69c0a00f78fb46afd2))
217
+ * use variants.available in SensorInventoryAvailable ([ffaa237](https://bitbucket.org/usereactify/reactify-search-ui/commit/ffaa237663ad3a44ed798539c5c5306f11533ec8))
218
+ * use yarn to fix monorepo issues, upgrade docusaurus ([aa4ee48](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa4ee4851b72acc30718974b3642c0932aa56f35))
219
+ * white line ([2a5a191](https://bitbucket.org/usereactify/reactify-search-ui/commit/2a5a191872531e8ccdd63ff0135d6474324f3f43))
220
+
221
+
222
+ * align code and docs for v5 ([e1823a5](https://bitbucket.org/usereactify/reactify-search-ui/commit/e1823a5ab06dcea89b848bde4156f488241dea01))
223
+ * separate monolith provider into hooks and context ([4a85878](https://bitbucket.org/usereactify/reactify-search-ui/commit/4a858787ad547e87e10d3c3859ce41f87a4c3bbe))
224
+
225
+ ## 5.0.0-beta.16 (2022-08-05)
226
+
227
+
228
+ ### ⚠ BREAKING CHANGES
229
+
230
+ * separate monolith provider into hooks and context
231
+ * align code and docs for v5
232
+ * switch to using "handle" instead of "id" for sort option
233
+ * switch to using "handle" instead of "id" for filter and filter option
234
+ * move index to a dedicated prop, make credentials optional and set default
235
+
236
+ ### Features
237
+
238
+ * add additionalComponentIds prop to provider ([1db51a0](https://bitbucket.org/usereactify/reactify-search-ui/commit/1db51a0f905475d2d3399f9de7ff6f025860dce5))
239
+ * add breadcrumb for ES search result errors ([22ae301](https://bitbucket.org/usereactify/reactify-search-ui/commit/22ae301bbb7618aec14499970ffd2578ab569a7a))
240
+ * add breadcrumb for search query update ([6a2e442](https://bitbucket.org/usereactify/reactify-search-ui/commit/6a2e44269396353fced1d597d48502ef5b1a6bb2))
241
+ * add classnames for styling to default components ([75997e2](https://bitbucket.org/usereactify/reactify-search-ui/commit/75997e25756595401401de42e9aa29b235581645))
242
+ * add debug output to provider ([c45de1a](https://bitbucket.org/usereactify/reactify-search-ui/commit/c45de1ae681ede827ae899252758171309bac09b))
243
+ * add debug output to SensorSort ([0b3d125](https://bitbucket.org/usereactify/reactify-search-ui/commit/0b3d125f29dfe678318d91390d3fbfd13a932947))
244
+ * add esbuild for production builds ([9b0a8d5](https://bitbucket.org/usereactify/reactify-search-ui/commit/9b0a8d5daa4a90b96f8760e083431da7e44f6ab5))
245
+ * add example components for filter range, filter slider, custom, stats, clear all, filters active ([d5e56fb](https://bitbucket.org/usereactify/reactify-search-ui/commit/d5e56fb114edc3e134c3ce2e90f7f2df67c5d097))
246
+ * add example filter list unstyled, radio, checkbox, swatch and box ([a6ebcd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/a6ebcd0b606f9a8381d1e082dd4935e4a4d83c2f))
247
+ * add Filter and FilterList components with hooks ([9cd1be1](https://bitbucket.org/usereactify/reactify-search-ui/commit/9cd1be1b1796962be340fd4a119e21d7d0a04e0e))
248
+ * add filterStackId prop to provider ([#2](https://bitbucket.org/usereactify/reactify-search-ui/issues/2)) ([043e9f0](https://bitbucket.org/usereactify/reactify-search-ui/commit/043e9f0745ad1d6e15ec99400df099320fecf7cf))
249
+ * add grid gap to result list component props ([0d65bd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/0d65bd032cc834060fca5702195566a36ef8fb33))
250
+ * add hook to get cached or remote config ([cb77750](https://bitbucket.org/usereactify/reactify-search-ui/commit/cb77750f4839134e65afb2eee685755169bfcd5d))
251
+ * add image to default result card render ([c50319e](https://bitbucket.org/usereactify/reactify-search-ui/commit/c50319e1011a7465c07b509b5164ea04b9f38684))
252
+ * add listClassName prop to ResultList component ([f28be3e](https://bitbucket.org/usereactify/reactify-search-ui/commit/f28be3e4d0f8c74d5e7e20e214aec0ee7867ce7c))
253
+ * add local bundle serve ([318443e](https://bitbucket.org/usereactify/reactify-search-ui/commit/318443efc082a5714e99221d4647a91f60d9ac91))
254
+ * add onRedirect prop + fix caching issue when searching from search page ([59b32f6](https://bitbucket.org/usereactify/reactify-search-ui/commit/59b32f65c8ede64cbd42d297ed7a4e131b8650eb))
255
+ * add pagination, sort, filter and promotion analytics events ([5968814](https://bitbucket.org/usereactify/reactify-search-ui/commit/596881486f05189d90823f0ec1b093580d79a786))
256
+ * add renderBooting prop for rendering while config is loading ([3da876e](https://bitbucket.org/usereactify/reactify-search-ui/commit/3da876e5a87ecd98f2abe462994461b7cd39acda))
257
+ * add renderResultCard prop to ResultList component ([889255f](https://bitbucket.org/usereactify/reactify-search-ui/commit/889255fc8cb2f1db0a6d86be2159276a0da384b7))
258
+ * add ResultPagination component and usePages hook ([#4](https://bitbucket.org/usereactify/reactify-search-ui/issues/4)) ([e8dcf61](https://bitbucket.org/usereactify/reactify-search-ui/commit/e8dcf610ec1eac9b328935a713732284a1f4d7f8))
259
+ * add ResultStateProvider component for accessing page state ([ec4cc6f](https://bitbucket.org/usereactify/reactify-search-ui/commit/ec4cc6f08ef2aeae46fe864e61d71ec36e50a0e3))
260
+ * add SearchInput component and associated instant search support ([98a8af7](https://bitbucket.org/usereactify/reactify-search-ui/commit/98a8af726f9e781bd03c5ed2dd815c0976b19f21))
261
+ * add SensorInventoryAvailable and rename SensorStack ([18d7aaa](https://bitbucket.org/usereactify/reactify-search-ui/commit/18d7aaa4a2d7e82d34014ccc888c624cffba4f03))
262
+ * add SensorStackInstantSearch ([e93308f](https://bitbucket.org/usereactify/reactify-search-ui/commit/e93308f06532e7877300c84820e5019b152c895b))
263
+ * add sentry error boundary ([c6dbbab](https://bitbucket.org/usereactify/reactify-search-ui/commit/c6dbbabb6e130eb395cf984df655951981ef7496))
264
+ * add sentry release tracking to ci ([67c813d](https://bitbucket.org/usereactify/reactify-search-ui/commit/67c813d2c8812cf1b6c4e2ad1ce9b0a38ebce24b))
265
+ * add shop name in context, ([13b54e2](https://bitbucket.org/usereactify/reactify-search-ui/commit/13b54e28715b7789cc5cf47d82cc205d175ce1ee))
266
+ * add sort option into url params ([f78ec9b](https://bitbucket.org/usereactify/reactify-search-ui/commit/f78ec9b69555df9cb297d818a06d08d6587889c3))
267
+ * add support for additional datasearch input props ([a6c6382](https://bitbucket.org/usereactify/reactify-search-ui/commit/a6c63825f6d3e616d57dc0f0af91895475175cc0))
268
+ * add support for collections assigned to filter groups ([afe0711](https://bitbucket.org/usereactify/reactify-search-ui/commit/afe071115aa7633f49d5f95673c544989e80f011))
269
+ * add support for filter option settingsUppercase ([99d822b](https://bitbucket.org/usereactify/reactify-search-ui/commit/99d822b611ec0302fe314cbe0b1c24653b1ae72c))
270
+ * add support for global curation / default boosting rules ([b476e75](https://bitbucket.org/usereactify/reactify-search-ui/commit/b476e75233202bd3ab190d7806cad0b8077463a8))
271
+ * add support for pinning products in curations that don't exist within the resultset ([3ceadf6](https://bitbucket.org/usereactify/reactify-search-ui/commit/3ceadf621ab78b216bf355d3e2ec648a6d9fee44))
272
+ * add support for settingsHideUnavailable at filter level for variant nested fields ([5ca63e1](https://bitbucket.org/usereactify/reactify-search-ui/commit/5ca63e1dcd35c9f6f80c83d49ab6f8bb87ecaa7d))
273
+ * add support for valuesManual in filter option filtering ([c2cef69](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2cef69e491f9852a1250e7218550ac6c1e1671e))
274
+ * add totalSelected to filter render props (RS-16) ([7949200](https://bitbucket.org/usereactify/reactify-search-ui/commit/7949200f0307637dda424875e7ca394aa179cdb6))
275
+ * add warning and prevent tracking request if "shopifyPermanentDomain" is missing ([bcbf378](https://bitbucket.org/usereactify/reactify-search-ui/commit/bcbf378ac057755347556a60bae58684df8f65c1))
276
+ * add zero results and view product (impressions) events ([db4f310](https://bitbucket.org/usereactify/reactify-search-ui/commit/db4f3102c592bc295534bcb5de9523d1f0b26557))
277
+ * additional result props in ResultList ([821b022](https://bitbucket.org/usereactify/reactify-search-ui/commit/821b02281baa07b844ce3c6dbba1f8a1ef42dee7))
278
+ * adjust page size to accommodate callouts ([0365896](https://bitbucket.org/usereactify/reactify-search-ui/commit/03658965e65ba451a5c419b14599a71296e589c3))
279
+ * allow custom grid styles to be provided and override defaults ([25ce405](https://bitbucket.org/usereactify/reactify-search-ui/commit/25ce405300777b9d55a0e806672787bd552438a6))
280
+ * allow provider theme to be configured ([33eb10f](https://bitbucket.org/usereactify/reactify-search-ui/commit/33eb10f50dbdaaf2f399ea0e95b673222da868b1))
281
+ * **app:** add provider prop "configId" to support multi-config shops ([2ef6af5](https://bitbucket.org/usereactify/reactify-search-ui/commit/2ef6af5a6d46331690bdd3c35ee72193dca8f587))
282
+ * apply defaultQuery to nested variant filters to check inventory available ([a348522](https://bitbucket.org/usereactify/reactify-search-ui/commit/a3485220bb3c682d70a6efcd9b520972430a00d7))
283
+ * call track after trigger query in SearhInput ([8a09111](https://bitbucket.org/usereactify/reactify-search-ui/commit/8a0911165ea4484bf7bcf65b12c687a0d8b674ca))
284
+ * collapse state optional in renderFilterList, rename filterListProps ([9eef3d3](https://bitbucket.org/usereactify/reactify-search-ui/commit/9eef3d35ffeaefd568a1d1839bc13b87705e7cb1))
285
+ * collection default query ([154e3d2](https://bitbucket.org/usereactify/reactify-search-ui/commit/154e3d2ceadce6625427aa6d7d0cd98ac671a6d2))
286
+ * combined results in result list ([a85f39e](https://bitbucket.org/usereactify/reactify-search-ui/commit/a85f39e8d425c51b8108df488145ade8eec1cdf5))
287
+ * currency formatting, brand logos and hover image improvements ([9c63fe3](https://bitbucket.org/usereactify/reactify-search-ui/commit/9c63fe33b3d67b2507e2c6f05d7a5450c88132f2))
288
+ * default query and sort state ([f20dc5c](https://bitbucket.org/usereactify/reactify-search-ui/commit/f20dc5cf5751ce106bb5fce821e648d1cd1a10c0))
289
+ * disable callouts unless enableCallouts prop is set ([c2ac79a](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2ac79abffc87d050b766b6786977de43920af17))
290
+ * drop SensorStackInstantsearch in favor of single SensorStack with context ([f31a60b](https://bitbucket.org/usereactify/reactify-search-ui/commit/f31a60b9ba6bf2c61d88529b3ceec0b5aa188e1f))
291
+ * enable url params for filters ([6f2675f](https://bitbucket.org/usereactify/reactify-search-ui/commit/6f2675f0328de1e3c0cd20172d2053b2776dfb0f))
292
+ * filter column titles ([05c41ba](https://bitbucket.org/usereactify/reactify-search-ui/commit/05c41ba8985f2de317fffd9fafc3d883c6dced0c))
293
+ * filter matrix and hook ([278d8ad](https://bitbucket.org/usereactify/reactify-search-ui/commit/278d8adfcce10575b90a8b8c16797f167961843b))
294
+ * filter options ([106387a](https://bitbucket.org/usereactify/reactify-search-ui/commit/106387aeb38cafa1fdb7132b4c5cf97d08949a5c))
295
+ * filter titles and collapse logic ([5469941](https://bitbucket.org/usereactify/reactify-search-ui/commit/546994160fb291b1e15c522730d72d895216033f))
296
+ * firebase config ([1038df0](https://bitbucket.org/usereactify/reactify-search-ui/commit/1038df0bbc729ca268c715a0c8de6d4667adb4c6))
297
+ * hide callouts when not sorting by "_score" or "collections.position" ([bf2d57a](https://bitbucket.org/usereactify/reactify-search-ui/commit/bf2d57aa5b682375dc06995bb54d90ece330f5e3))
298
+ * ignore cached config if "nocache" url search param is set ([38823c2](https://bitbucket.org/usereactify/reactify-search-ui/commit/38823c2272fd0a2ae6d45401df35a2148107fe8e))
299
+ * import debut theme collection to playground page ([c137569](https://bitbucket.org/usereactify/reactify-search-ui/commit/c137569902b69636e53c6f9cdf297088e18c548a))
300
+ * improve classnames ([19fcfa1](https://bitbucket.org/usereactify/reactify-search-ui/commit/19fcfa152c555cb2e78ec62371f1758e2d244557))
301
+ * improve default components ([81bb427](https://bitbucket.org/usereactify/reactify-search-ui/commit/81bb427367987125eeea352189dd9f411cb4850f))
302
+ * improve dx for filter wrapper, map checked in hook ([3873238](https://bitbucket.org/usereactify/reactify-search-ui/commit/38732380e0a790c92709308b30815d6c0170b27d))
303
+ * improve performance when debugging by reusing debugger instances ([aa88917](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa88917b0aedf2abe66439d430587f18dcb72aae))
304
+ * improve sentry release process ([4237771](https://bitbucket.org/usereactify/reactify-search-ui/commit/423777120041228dcb6f819f71a00abd08d43987))
305
+ * improve sentry stacktraces and logging ([7f34b30](https://bitbucket.org/usereactify/reactify-search-ui/commit/7f34b3064f41ad9a0e5a3ddc3fa071e5981d0141))
306
+ * improve sorting of filter list options ([c41eedc](https://bitbucket.org/usereactify/reactify-search-ui/commit/c41eedc900f500d3ddf9434cb14a7397c6385707))
307
+ * initial docs ([016fd2b](https://bitbucket.org/usereactify/reactify-search-ui/commit/016fd2ba36d7992bc6c63f9c75315befbfddd625))
308
+ * initial ui library components ([803d586](https://bitbucket.org/usereactify/reactify-search-ui/commit/803d586af75217401c34f7df1b2613eb9944c710))
309
+ * instant search redirects and sort score ([55d85cc](https://bitbucket.org/usereactify/reactify-search-ui/commit/55d85cc7e60803825a338008c52da95b6d035ab8))
310
+ * instantsearch component ([8256cdc](https://bitbucket.org/usereactify/reactify-search-ui/commit/8256cdc9ba0b281bd4135d62240c93180cca8210))
311
+ * instantsearch with reactivelist component ([1564b0d](https://bitbucket.org/usereactify/reactify-search-ui/commit/1564b0dd21b25244c635ea1ac903b177aad3bc29))
312
+ * merge global boosting rules with curation when empty ([248cbdd](https://bitbucket.org/usereactify/reactify-search-ui/commit/248cbdda01864c0d536f5e971f81e331de4c827d))
313
+ * move filter logic to hook, add render props ([333da46](https://bitbucket.org/usereactify/reactify-search-ui/commit/333da4683d93bfeec2c683a43e094179ce5cc39d))
314
+ * move index to a dedicated prop, make credentials optional and set default ([a0696ba](https://bitbucket.org/usereactify/reactify-search-ui/commit/a0696ba239b7b036b37a2764a939ce2f26e992b4))
315
+ * multilist filter ([34be9bf](https://bitbucket.org/usereactify/reactify-search-ui/commit/34be9bf081c0f24520e634ae2ada863deb8f238b))
316
+ * optional collapse state in filter wrapper, add noWrapper prop ([2ea7d1f](https://bitbucket.org/usereactify/reactify-search-ui/commit/2ea7d1feabe26d2c70826b517b94ddac9a972e87))
317
+ * pagination ([e50965a](https://bitbucket.org/usereactify/reactify-search-ui/commit/e50965a1cba32ae30bc1545789d551ce94ba4556))
318
+ * pin @appbaseio/reactivesearch at ^3.14.0 to match advice given to delivery teams ([fb93473](https://bitbucket.org/usereactify/reactify-search-ui/commit/fb93473fa5723a71cfad264f4c4fd09c541ea278))
319
+ * product card breakpoints ([657d1b1](https://bitbucket.org/usereactify/reactify-search-ui/commit/657d1b1452f81898552133732086d7e7938f16ca))
320
+ * remove combined results logic, discriminate product and callout ([ee1b38e](https://bitbucket.org/usereactify/reactify-search-ui/commit/ee1b38eeddad8eedec473c5b49364b67fa6ae311))
321
+ * remove defaultQuery in favor of SensorCollection ([f33c1b2](https://bitbucket.org/usereactify/reactify-search-ui/commit/f33c1b2d1eaf3dfbccd6b8a786e70a56a788bb3e))
322
+ * remove event handling overrides in useAnalytics track function ([3cb1bc5](https://bitbucket.org/usereactify/reactify-search-ui/commit/3cb1bc50318f64c2d11013697152d187108d603c))
323
+ * rename FilterMatrix to FilterStack ([62788cd](https://bitbucket.org/usereactify/reactify-search-ui/commit/62788cd135e424ab81426ad7e1ae7a3d825d4e28))
324
+ * render callouts in result list, implement grid ([e8cbaad](https://bitbucket.org/usereactify/reactify-search-ui/commit/e8cbaad07db3daf2c4a59a2de565774db213d0c6))
325
+ * renderAfter, renderBefore and renderPagination props on ResultList ([05d2203](https://bitbucket.org/usereactify/reactify-search-ui/commit/05d2203447d4ca9fb7843dc3ad0b8b8f111b67e6))
326
+ * renderError prop on ResultList component ([d95d6df](https://bitbucket.org/usereactify/reactify-search-ui/commit/d95d6df10059badc661eeb1041db76531e44231c))
327
+ * renderLoading prop on ResultList component with initial search logic ([1568d2e](https://bitbucket.org/usereactify/reactify-search-ui/commit/1568d2e8729b455b50d42c532cb3bcb91c4e4130))
328
+ * renderLoadMoreButton prop on ResultList with default button ([bd5af24](https://bitbucket.org/usereactify/reactify-search-ui/commit/bd5af24daf4fe1e3c41afa5749f10df0d8b64bb2))
329
+ * renderPaginationNextPrev prop on ResultList with default component ([d587303](https://bitbucket.org/usereactify/reactify-search-ui/commit/d58730367916629770240c8e85549003ce8ddc28))
330
+ * result card component, list logic and hooks ([7c419e9](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c419e9fd1a5fdcdb00ed3289fbcf069d3646710))
331
+ * result card promo component ([357e228](https://bitbucket.org/usereactify/reactify-search-ui/commit/357e2281b8fa2d3ace97c3ab8e90e55de87e0e02))
332
+ * result list component and hook ([78834ce](https://bitbucket.org/usereactify/reactify-search-ui/commit/78834ce65eb804395c3ea303d3e00f4364c0cdfc))
333
+ * search components ([e744e5a](https://bitbucket.org/usereactify/reactify-search-ui/commit/e744e5ae38dfb8bc54603eadf9443c0aaddb1f1e))
334
+ * search fields from reactify config, redirect to search page on enter ([dc47d45](https://bitbucket.org/usereactify/reactify-search-ui/commit/dc47d45f39f49bdc386006c238fa823c6fc07cbb))
335
+ * **search:** allow searchQuery to be provided to submitSearch ([116e5d6](https://bitbucket.org/usereactify/reactify-search-ui/commit/116e5d60084ae20ccac3bb07d9e17d2158888479))
336
+ * **search:** onBlur, onFocus events in SearchInput component ([c6799be](https://bitbucket.org/usereactify/reactify-search-ui/commit/c6799be75c667a47c9c6aac84696040ff0f12acc))
337
+ * see all results button in instant search results ([90c6596](https://bitbucket.org/usereactify/reactify-search-ui/commit/90c659646423bc871e37f071682c6e5569cb13f9))
338
+ * SensorPublished and SensorSearch ([6c735c1](https://bitbucket.org/usereactify/reactify-search-ui/commit/6c735c11525b4d33e9bca611e82b97ec37ec0b8c))
339
+ * SensorSortScore component ([a3050f6](https://bitbucket.org/usereactify/reactify-search-ui/commit/a3050f6a7c9f1c727ad920c2b68d8e4fbdf933d9))
340
+ * set default reset theme ([0661294](https://bitbucket.org/usereactify/reactify-search-ui/commit/0661294a03eae7e70d29a2415df968da38bb0bf8))
341
+ * sort context and sensor ([8dde395](https://bitbucket.org/usereactify/reactify-search-ui/commit/8dde3953cc022723fbc58e67d75cdcf3da95d023))
342
+ * sort of _score always be desc ([f51e75c](https://bitbucket.org/usereactify/reactify-search-ui/commit/f51e75c4f21acb54fbe64e444b26dd02f452c6ac))
343
+ * sort sensor and selector component ([b52bcfa](https://bitbucket.org/usereactify/reactify-search-ui/commit/b52bcfa0e796ed8ed5e7e81a068100162243932e))
344
+ * support hidden curation products in SensorSort ([c80a52f](https://bitbucket.org/usereactify/reactify-search-ui/commit/c80a52f6e515bb023dd99caedc20ace38444b725))
345
+ * switch to using "handle" instead of "id" for filter and filter option ([a92bdd7](https://bitbucket.org/usereactify/reactify-search-ui/commit/a92bdd75e68c6291b9f321cec5e77f3934152a9a))
346
+ * switch to using "handle" instead of "id" for sort option ([c2be1fa](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2be1fabd4ba1634e47715393c2065a1ca2ba9e7))
347
+ * **theme-debut:** add instant search component ([3017fb2](https://bitbucket.org/usereactify/reactify-search-ui/commit/3017fb2d2b2da6413d148e7853e47f7cdf30e3e2))
348
+ * **theme-debut:** add styled filters ([467b255](https://bitbucket.org/usereactify/reactify-search-ui/commit/467b2551723aa413696f4060d9b20777a40298e4))
349
+ * **theme-debut:** add styling for product cards ([1397aa1](https://bitbucket.org/usereactify/reactify-search-ui/commit/1397aa193eec73592e17b32a5a12d4806a7f808b))
350
+ * **theme-debut:** add tailwind jit styles ([6e28c52](https://bitbucket.org/usereactify/reactify-search-ui/commit/6e28c520a2113f68fb0fc37bbedd2083c39ad39f))
351
+ * update build commands ([b084e0c](https://bitbucket.org/usereactify/reactify-search-ui/commit/b084e0cf5574e65d0aa3263ddb862901e0a63a06))
352
+ * update callout card for new ElasticCallout type ([8db23b5](https://bitbucket.org/usereactify/reactify-search-ui/commit/8db23b5e5b240b45ada520b30a43ff988bcff9d5))
353
+ * update provider to use live config hook ([d898df0](https://bitbucket.org/usereactify/reactify-search-ui/commit/d898df01cb21538d9cd5dada9d343967ad91cdd6))
354
+ * use emotion cache key to support multiple apps in page ([07a5067](https://bitbucket.org/usereactify/reactify-search-ui/commit/07a5067b339b7c555e3b939b09758df00598698f))
355
+ * useAnalytics hook ([17fb749](https://bitbucket.org/usereactify/reactify-search-ui/commit/17fb749e763870a2888c3cf68ceeff3cd0d8fc21))
356
+ * useReactiveBaseProps hook and restructure ReactiveBase inclusion ([51873b3](https://bitbucket.org/usereactify/reactify-search-ui/commit/51873b39abe927115487d24c6140be21a2b82c8a))
357
+
358
+
359
+ ### Bug Fixes
360
+
361
+ * add missing lower case to existing sort sensor ([c7099a0](https://bitbucket.org/usereactify/reactify-search-ui/commit/c7099a0edf57658fa006ac018b017807891a44dd))
362
+ * add missing next/prev pagination export ([6b13902](https://bitbucket.org/usereactify/reactify-search-ui/commit/6b139027cc1b5038add4d688a9301add2f6e75ee))
363
+ * add missing package "axios" ([eaa4763](https://bitbucket.org/usereactify/reactify-search-ui/commit/eaa476367ef0947b20c24fe4001efb4550184516))
364
+ * add missing sensors to result list react prop ([2293c43](https://bitbucket.org/usereactify/reactify-search-ui/commit/2293c4391917a536e31fc3f3fce08703ab134e6b))
365
+ * add missing spread operator ([acc51cb](https://bitbucket.org/usereactify/reactify-search-ui/commit/acc51cb5c414831e3d0e919185d076895903d837))
366
+ * add nested attribute to collection position sort clause (RS-124) ([0932b3e](https://bitbucket.org/usereactify/reactify-search-ui/commit/0932b3e6e64dd2a0ef9df592c431f0dc5340fcc1))
367
+ * add timeout to blur event so results remain clickable ([fe98040](https://bitbucket.org/usereactify/reactify-search-ui/commit/fe980407427256246051bee8be152048ae841cf2))
368
+ * **app:** fix access to undefined sort option ID ([f93bbce](https://bitbucket.org/usereactify/reactify-search-ui/commit/f93bbcec82ee61d4a0bf19d7ab18894339f8a27c))
369
+ * case insensitive redirect match ([#11](https://bitbucket.org/usereactify/reactify-search-ui/issues/11)) ([096c7fb](https://bitbucket.org/usereactify/reactify-search-ui/commit/096c7fb84d77ae0d985b2e7cf4ade6c80e3171e7))
370
+ * check compare_at_price exists before formatting in useProductPrice ([acba76c](https://bitbucket.org/usereactify/reactify-search-ui/commit/acba76c6d8e0c5ba1482fe230e20fcd286f11e69))
371
+ * check for existence of window before using (node render) ([df7f9b0](https://bitbucket.org/usereactify/reactify-search-ui/commit/df7f9b0c0c29d561e69107c8086a5d0fa023aaee))
372
+ * check that window is defined before accessing ([e1ec0aa](https://bitbucket.org/usereactify/reactify-search-ui/commit/e1ec0aae22cab7eb86363ed09d47e422d08ff5c1))
373
+ * correct logic for calculating search fields when config is empty or updates ([ae67498](https://bitbucket.org/usereactify/reactify-search-ui/commit/ae6749875f295db99f012b54cc06e10346f702d0))
374
+ * correct tsconfig ([e82defa](https://bitbucket.org/usereactify/reactify-search-ui/commit/e82defac47d754df543fc276319ba759de607507))
375
+ * correct tsconfig ([01a796b](https://bitbucket.org/usereactify/reactify-search-ui/commit/01a796bfc03f4153d8fbbea86a0597ee3c665a94))
376
+ * correct typings for selected sort option within context ([f363fc2](https://bitbucket.org/usereactify/reactify-search-ui/commit/f363fc2c8ea1ad88e65844c382620b927614c403))
377
+ * define nested field prop for variants ([2af7ebe](https://bitbucket.org/usereactify/reactify-search-ui/commit/2af7ebe6b33c1ca19faf27ca0f525fe1f1669ced))
378
+ * disable scrollOnChange prop ([50592e0](https://bitbucket.org/usereactify/reactify-search-ui/commit/50592e0db250bfae5809b0a92e9c5f72e43b4d88))
379
+ * dom warnings ([555fb78](https://bitbucket.org/usereactify/reactify-search-ui/commit/555fb783e44d28261c701e2b5896533b5b2f6743))
380
+ * enable typescript inlinesources ([6998e8e](https://bitbucket.org/usereactify/reactify-search-ui/commit/6998e8e3e884d62cf08b08c43ae7dbc73db7f471))
381
+ * export Filter and FilterList components ([7a297dd](https://bitbucket.org/usereactify/reactify-search-ui/commit/7a297dd630c3582d5bf9ae32eb6d31663ee2654d))
382
+ * filter currentId from all filters in useReactiveReactProp ([645fe73](https://bitbucket.org/usereactify/reactify-search-ui/commit/645fe7373f469255d15bbe12c05d478193053ac6))
383
+ * filter styling updates ([c5c3b8f](https://bitbucket.org/usereactify/reactify-search-ui/commit/c5c3b8f9e4fa349fac05e288bd146053802396a1))
384
+ * fix request payload ([aa33e95](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa33e95ba1162ec0bbb84cd25c2e4483f3822455))
385
+ * fix search event payload ([5bd8c03](https://bitbucket.org/usereactify/reactify-search-ui/commit/5bd8c03e024f3ff0fb14135b9dbc60a9c709fb38))
386
+ * force lower case curation search term ([09d73bf](https://bitbucket.org/usereactify/reactify-search-ui/commit/09d73bf8b86942f8fb67d9283e55bee6e99ae963))
387
+ * force value to be an array in filter customQuery ([454c110](https://bitbucket.org/usereactify/reactify-search-ui/commit/454c11023a3386c00ad4bcec33ba04d94c86c330))
388
+ * include sorting by collection position when using global curation ([141c463](https://bitbucket.org/usereactify/reactify-search-ui/commit/141c46351711c3cff65275e47fdf8e9ed64b0ad8))
389
+ * incorrect hasSelected calculation from filter value ([bf1e8c8](https://bitbucket.org/usereactify/reactify-search-ui/commit/bf1e8c84a54164bd905931743356d301b3b2b5d6))
390
+ * instant search sorting ([b6ce036](https://bitbucket.org/usereactify/reactify-search-ui/commit/b6ce036d06d72dbbe28fb1892537ee399ee77c0c))
391
+ * make collection nodes optional ([3b2afe5](https://bitbucket.org/usereactify/reactify-search-ui/commit/3b2afe5432d50ba2f8ee57f62478708e113d11d1))
392
+ * match useAnalytics endpoint signature ([b94a70c](https://bitbucket.org/usereactify/reactify-search-ui/commit/b94a70c9b1a1f8acc9a11bbff8e6414e77d34657))
393
+ * normalise collection handle and search term when resolving curation ([6bd1aec](https://bitbucket.org/usereactify/reactify-search-ui/commit/6bd1aecd163743bdcfc9582389f35a4dc579930c))
394
+ * only apply inventory sensor to products, not callouts ([7c186b8](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c186b83c9f403f0987ef088714db1438f27cd84))
395
+ * only record select event when link clicked ([ba95992](https://bitbucket.org/usereactify/reactify-search-ui/commit/ba959923785837ed54053257012a1cfdcc69be59))
396
+ * only request live config if shop is present ([a9ab343](https://bitbucket.org/usereactify/reactify-search-ui/commit/a9ab343aef7790650635517a83fe4889e87427a3))
397
+ * only run tracking event when data exists ([a768c19](https://bitbucket.org/usereactify/reactify-search-ui/commit/a768c1931fd52e69d5538760547c50d610bcb8cf))
398
+ * pagination spacing ([945f23a](https://bitbucket.org/usereactify/reactify-search-ui/commit/945f23acfb9e9f39b343b51cad53bf57c8df8522))
399
+ * pass on nocache url param to config endpoint to bust caching on worker side ([51b9dcf](https://bitbucket.org/usereactify/reactify-search-ui/commit/51b9dcf0b8145691a2dd00aedbe951f71bbc04b3))
400
+ * pass render prop to ResultCardCalloutInner, add pagePosition prop ([3983db4](https://bitbucket.org/usereactify/reactify-search-ui/commit/3983db4c471a3172259662f03e400c3f8ed14b0d))
401
+ * product card image margins ([8417270](https://bitbucket.org/usereactify/reactify-search-ui/commit/8417270a3a829e525c6d4b330018f893dbe4fb01))
402
+ * product card negative margin ([0573eb0](https://bitbucket.org/usereactify/reactify-search-ui/commit/0573eb02b9bdac3ada0c9ad6f58d91980cba4ef2))
403
+ * product card text styling and alignment ([ef16770](https://bitbucket.org/usereactify/reactify-search-ui/commit/ef167700cccf3f094fed8329a6c3471f9af54c6a))
404
+ * re-pin @appbaseio/reactivesearch at ^3.14.0 to match advice given to delivery teams ([77bbe4c](https://bitbucket.org/usereactify/reactify-search-ui/commit/77bbe4cb340d0afc2e76c6f584675db5322fee29))
405
+ * react results component to SensorCollection ([c2833e6](https://bitbucket.org/usereactify/reactify-search-ui/commit/c2833e6188958b054c39fce7cceefc154cc3e66c))
406
+ * regenerate yarn.lock in release script ([b97ddef](https://bitbucket.org/usereactify/reactify-search-ui/commit/b97ddefae363a25303afc90042044f0692fac3c5))
407
+ * remove console error for range filter ([9eeeb5d](https://bitbucket.org/usereactify/reactify-search-ui/commit/9eeeb5df6b1e71ce1d9ce784259b141988c450fb))
408
+ * remove name and variant from select_item event ([a87037d](https://bitbucket.org/usereactify/reactify-search-ui/commit/a87037d493a269fd402f68431fa4fd0c90911f70))
409
+ * remove problematic css color "inherit" ([aa304bd](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa304bde76528d54722255b0e38ef732f58218b6))
410
+ * render issues with expired config cache ([2c408ad](https://bitbucket.org/usereactify/reactify-search-ui/commit/2c408adce950da369db77ff8ece5a8d08cd92d5f))
411
+ * result card image alignment ([46aedd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/46aedd030f4e623bee3d28647f97c100648cd8ef))
412
+ * **search:** correct type for context submitSearch ([8b3e647](https://bitbucket.org/usereactify/reactify-search-ui/commit/8b3e64716b6d82e14efc8abb88ff1f6013d5c182))
413
+ * **search:** include _score in sort state eligible for curations ([2839929](https://bitbucket.org/usereactify/reactify-search-ui/commit/2839929be960aabd0b45e4aad0ce6a5abdc776e6))
414
+ * **search:** ssr build issue due to window ([aada68a](https://bitbucket.org/usereactify/reactify-search-ui/commit/aada68a20cdb8cffe43abbde487229819fdd39e3))
415
+ * select_item event, add questions in comments ([8693a78](https://bitbucket.org/usereactify/reactify-search-ui/commit/8693a781049ee44d429f4bf6149532737d9ccbb8))
416
+ * set base url for docs ([11fca33](https://bitbucket.org/usereactify/reactify-search-ui/commit/11fca33ea6e9a2b137b758f67206194b9b4e574b))
417
+ * set product images to large via cdn ([d1c311f](https://bitbucket.org/usereactify/reactify-search-ui/commit/d1c311fcb093b2ba0ec31adf3677da079328c833))
418
+ * show all filter options unless displaySize is defined ([6887ed7](https://bitbucket.org/usereactify/reactify-search-ui/commit/6887ed70737b864cf87cf97433626b9e5ecb7c98))
419
+ * size and colour filter targets in docs ([735c12e](https://bitbucket.org/usereactify/reactify-search-ui/commit/735c12ed29683d324651382f4fad55c16941e716))
420
+ * ssr playground issues ([5cdb445](https://bitbucket.org/usereactify/reactify-search-ui/commit/5cdb4458ca5db1526a3e00eeff99b7e071dd3ae2))
421
+ * support missing compare_at_price on price sets ([dbe3fc2](https://bitbucket.org/usereactify/reactify-search-ui/commit/dbe3fc20db23e1969f0d0c9ee75e646cce3f1858))
422
+ * support v1 indexes in ResultList component ([4c23ef3](https://bitbucket.org/usereactify/reactify-search-ui/commit/4c23ef3757daeb505823f4af6399746a29404f7a))
423
+ * switch to reactify sentry org dsn ([cae3cf0](https://bitbucket.org/usereactify/reactify-search-ui/commit/cae3cf02721ee8b40ddf13854e7aa3cea88034f4))
424
+ * text styling for filter titles ([7c0d15c](https://bitbucket.org/usereactify/reactify-search-ui/commit/7c0d15cbd05ace9df056b260c2978146109270a7))
425
+ * **theme-debut:** browser warning for svg property ([4fd7948](https://bitbucket.org/usereactify/reactify-search-ui/commit/4fd794848b4b15becb601718f635005407db6d79))
426
+ * **theme-debut:** fix flex width on results grid ([049da94](https://bitbucket.org/usereactify/reactify-search-ui/commit/049da942aa87c7a887d689f78f77da02b9b63422))
427
+ * **theme-debut:** use new SensorStack component ([da59639](https://bitbucket.org/usereactify/reactify-search-ui/commit/da5963989b5012a231df3ea572f02095c4cc8489))
428
+ * tighten up instantsearch debounce solution ([6f811ca](https://bitbucket.org/usereactify/reactify-search-ui/commit/6f811ca9350165c8858ae3388eac09af56a32cfd))
429
+ * update filter resolution to return first filter if none found with type ([e7990d1](https://bitbucket.org/usereactify/reactify-search-ui/commit/e7990d1727dd019fba19f9a8132109c992a9a57e))
430
+ * update provider props to suit merged changes ([f014e87](https://bitbucket.org/usereactify/reactify-search-ui/commit/f014e87e14776577d0f83d24a5c94aa6d3b15818))
431
+ * use american color variation ([57f9b0e](https://bitbucket.org/usereactify/reactify-search-ui/commit/57f9b0e6de4482fd451bd36a1b49e47bb8d28f8e))
432
+ * use collection for filter for both filter and search until configurable ([007def5](https://bitbucket.org/usereactify/reactify-search-ui/commit/007def512972b88ae1750157184436e11aca2691))
433
+ * use commonjs ([b742b8b](https://bitbucket.org/usereactify/reactify-search-ui/commit/b742b8b268c0a663361147efb93bf120a208a708))
434
+ * use correct glob pattern for artifacts ([9f35c7c](https://bitbucket.org/usereactify/reactify-search-ui/commit/9f35c7ccea4f957a94b172fe7ac62b53faf73b32))
435
+ * use correct names of components and imports ([e180a75](https://bitbucket.org/usereactify/reactify-search-ui/commit/e180a75b0c4be555a61d72e48a54434b7aa27960))
436
+ * use docusaurus router for index docs redirect ([167403b](https://bitbucket.org/usereactify/reactify-search-ui/commit/167403b4aa2f53c57f4cbc69c0a00f78fb46afd2))
437
+ * use variants.available in SensorInventoryAvailable ([ffaa237](https://bitbucket.org/usereactify/reactify-search-ui/commit/ffaa237663ad3a44ed798539c5c5306f11533ec8))
438
+ * use yarn to fix monorepo issues, upgrade docusaurus ([aa4ee48](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa4ee4851b72acc30718974b3642c0932aa56f35))
439
+ * white line ([2a5a191](https://bitbucket.org/usereactify/reactify-search-ui/commit/2a5a191872531e8ccdd63ff0135d6474324f3f43))
440
+
441
+
442
+ * align code and docs for v5 ([e1823a5](https://bitbucket.org/usereactify/reactify-search-ui/commit/e1823a5ab06dcea89b848bde4156f488241dea01))
443
+ * separate monolith provider into hooks and context ([4a85878](https://bitbucket.org/usereactify/reactify-search-ui/commit/4a858787ad547e87e10d3c3859ce41f87a4c3bbe))
444
+
445
+ ## [5.0.0-beta.15](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.14...v5.0.0-beta.15) (2022-08-05)
446
+
447
+ ## [5.0.0-beta.14](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2022-08-04)
448
+
449
+
450
+ ### Features
451
+
452
+ * add example components for filter range, filter slider, custom, stats, clear all, filters active ([d5e56fb](https://bitbucket.org/usereactify/reactify-search-ui/commit/d5e56fb114edc3e134c3ce2e90f7f2df67c5d097))
453
+ * add example filter list unstyled, radio, checkbox, swatch and box ([a6ebcd0](https://bitbucket.org/usereactify/reactify-search-ui/commit/a6ebcd0b606f9a8381d1e082dd4935e4a4d83c2f))
454
+ * add support for filter option settingsUppercase ([99d822b](https://bitbucket.org/usereactify/reactify-search-ui/commit/99d822b611ec0302fe314cbe0b1c24653b1ae72c))
455
+ * improve sorting of filter list options ([c41eedc](https://bitbucket.org/usereactify/reactify-search-ui/commit/c41eedc900f500d3ddf9434cb14a7397c6385707))
456
+
457
+ ## [5.0.0-beta.13](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.12...v5.0.0-beta.13) (2022-08-03)
458
+
459
+
460
+ ### Features
461
+
462
+ * add breadcrumb for ES search result errors ([22ae301](https://bitbucket.org/usereactify/reactify-search-ui/commit/22ae301bbb7618aec14499970ffd2578ab569a7a))
463
+ * add breadcrumb for search query update ([6a2e442](https://bitbucket.org/usereactify/reactify-search-ui/commit/6a2e44269396353fced1d597d48502ef5b1a6bb2))
464
+
465
+
466
+ ### Bug Fixes
467
+
468
+ * use correct names of components and imports ([e180a75](https://bitbucket.org/usereactify/reactify-search-ui/commit/e180a75b0c4be555a61d72e48a54434b7aa27960))
469
+
470
+ ## [5.0.0-beta.12](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.11...v5.0.0-beta.12) (2022-07-27)
471
+
472
+
473
+ ### Features
474
+
475
+ * improve performance when debugging by reusing debugger instances ([aa88917](https://bitbucket.org/usereactify/reactify-search-ui/commit/aa88917b0aedf2abe66439d430587f18dcb72aae))
476
+
477
+ ## [5.0.0-beta.11](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.10...v5.0.0-beta.11) (2022-07-27)
478
+
479
+ ## [5.0.0-beta.10](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.9...v5.0.0-beta.10) (2022-07-27)
480
+
481
+
482
+ ### Features
483
+
484
+ * improve classnames ([19fcfa1](https://bitbucket.org/usereactify/reactify-search-ui/commit/19fcfa152c555cb2e78ec62371f1758e2d244557))
485
+
486
+
487
+ ### Bug Fixes
488
+
489
+ * check that window is defined before accessing ([e1ec0aa](https://bitbucket.org/usereactify/reactify-search-ui/commit/e1ec0aae22cab7eb86363ed09d47e422d08ff5c1))
490
+
491
+ ## [5.0.0-beta.9](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.8...v5.0.0-beta.9) (2022-07-27)
492
+
493
+
494
+ ### Features
495
+
496
+ * add classnames for styling to default components ([75997e2](https://bitbucket.org/usereactify/reactify-search-ui/commit/75997e25756595401401de42e9aa29b235581645))
497
+
498
+ ## [5.0.0-beta.8](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.7...v5.0.0-beta.8) (2022-07-27)
499
+
500
+
501
+ ### Features
502
+
503
+ * improve default components ([81bb427](https://bitbucket.org/usereactify/reactify-search-ui/commit/81bb427367987125eeea352189dd9f411cb4850f))
504
+
5
505
  ## [5.0.0-beta.7](https://bitbucket.org/usereactify/reactify-search-ui/compare/v5.0.0-beta.6...v5.0.0-beta.7) (2022-07-27)
6
506
 
7
507