@searchstax-inc/searchstudio-ux-react 4.1.46 → 4.1.49

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
@@ -1,8 +1,26 @@
1
1
  # Change Log
2
2
 
3
3
  All notable changes to the "searchstudio-ux-react" project will be documented in this file.
4
+
5
+ ## [4.1.49]
6
+
7
+ ### Bug Fixes
8
+
9
+ - fix OR facet logic
10
+ - accessibility: fix related searches accessibility
11
+ - fixed order of external promotions
12
+
13
+ ## [4.1.47]
14
+
15
+ ### Features
16
+
17
+ - added totalPages and currentPage variables to pagination template
18
+ - added sample page for standalone implementation of answer widget on samples repo
19
+
4
20
  ## [4.1.46]
21
+
5
22
  ### Bug Fixes
23
+
6
24
  - accessibility: added ability to tab to result paragraphs
7
25
  - accessibility: pagination buttons are now focusable when disabled and have aria-disabled
8
26
  - accessibility: fixed buttons in some cases being hidden behind results
@@ -10,13 +28,17 @@ All notable changes to the "searchstudio-ux-react" project will be documented in
10
28
  - fixed: interaction between different types of facets had been resolved to update facets accordingly
11
29
 
12
30
  ## [4.1.39]
31
+
13
32
  ### Bug Fixes
33
+
14
34
  - added minification for hosted library files
15
35
  - fixed related searches tracking for statistics displaying
16
36
  - fixed pagination state not being retained
17
37
 
18
38
  ## [4.1.33]
39
+
19
40
  ### Bug Fixes
41
+
20
42
  - samples repository: fixed language passing
21
43
  - accessibility: added searchstax to focus queue on leave feedback widget
22
44
  - accessibility: fixed feedback widget not reflowing properly
@@ -27,23 +49,31 @@ All notable changes to the "searchstudio-ux-react" project will be documented in
27
49
  - accessibility: added checkmark animation of successful feedback submission
28
50
 
29
51
  ## [4.1.14]
52
+
30
53
  ### Bug Fixes
54
+
31
55
  - fixed double click being needed on feedback submit
32
56
 
33
57
  ## [4.1.9]
58
+
34
59
  ### Bug Fixes
60
+
35
61
  - accessibility: focus is now being trapped in feedback widget
36
62
  - accessibility: more/less buttons have role and changes are announced
37
63
  - accessibility: fixed feedback widget roles
38
64
  - accessibility: pagination disabled state fixes
39
65
 
40
66
  ## [4.1.5]
67
+
41
68
  ### Bug Fixes
69
+
42
70
  - answers endpoint now have same query parameters as emselect
43
71
  - accessibility: feedback widget comment section no longer reads characters left after every key press
44
72
 
45
73
  ## [4.1.0]
74
+
46
75
  ### Bug Fixes
76
+
47
77
  - stopped making unnecessary calls on blank search page load
48
78
  - accessibility: template modified to only read result title for accessibility
49
79
  - accessibility: leave feedback button state change is now announced
@@ -51,31 +81,46 @@ All notable changes to the "searchstudio-ux-react" project will be documented in
51
81
  - added support for react 19
52
82
 
53
83
  ## [2.0.0]
84
+
54
85
  ### Features
86
+
55
87
  - Readme updated to give more information on how widgets work
88
+
56
89
  ### Bug Fixes
90
+
57
91
  - NVDA facet groups now announce state
58
92
  - NVDA added ability to jump from facets to results section
59
93
 
60
94
  ## [1.0.24]
95
+
61
96
  ### Features
97
+
62
98
  - added answer widget
63
99
 
64
100
  ## [1.0.11] - 2024-12-26
101
+
65
102
  ### Bug Fixes
103
+
66
104
  - fix order of non mapped fields
67
105
  - fix styling of grid view for accelerator
68
106
 
69
107
  ## [1.0.10] - 2024-12-05
108
+
70
109
  ### Bug Fixes
110
+
71
111
  - fix & and + symbols causing issues in facet values
72
112
 
73
113
  ## [1.0.3] - 2024-10-08
114
+
74
115
  ### ⚠️ BREAKING CHANGES
116
+
75
117
  - Result template needs to be updated to print variables as HTML because they now will contain html <em> tags if highlighting is enabled
118
+
76
119
  ### Features
120
+
77
121
  - Added support for highlighting controlled via studio UI
78
122
  - Results per page are now configured through studio UI
123
+
79
124
  ### Bug Fixes
80
- - Tracking calls now use unmodified title of the result
81
125
 
126
+ - Tracking calls now use unmodified title of the result