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

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