@searchstax-inc/searchstudio-ux-react 4.1.49 → 4.1.55
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.
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "searchstudio-ux-react" project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [4.1.55]
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- fixed related searches not being identified as links
|
|
8
|
+
- changed result card to read whole content on focus
|
|
9
|
+
|
|
10
|
+
## [4.1.54]
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
- fixed various console errors in headles libraries
|
|
13
|
+
- fixed autosuggest flickering in certain scenarios
|
|
14
|
+
|
|
5
15
|
## [4.1.49]
|
|
6
16
|
|
|
7
17
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -1833,6 +1833,7 @@ function searchSortingTemplate(
|
|
|
1833
1833
|
<>
|
|
1834
1834
|
{sortingData &&
|
|
1835
1835
|
sortingData?.searchExecuted &&
|
|
1836
|
+
sortingData.sortOptions.length > 0 &&
|
|
1836
1837
|
sortingData?.hasResultsOrExternalPromotions && (
|
|
1837
1838
|
<div className="searchstax-sorting-container">
|
|
1838
1839
|
<label className="searchstax-sorting-label" htmlFor="searchstax-search-order-select">
|