@searchstax-inc/searchstudio-ux-js 4.1.0 → 4.1.5

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,39 +2,45 @@
2
2
 
3
3
  All notable changes to the "searchstudio-ux-js" project will be documented in this file.
4
4
 
5
- ## [1.0.3] - 2024-10-08
6
- ### ⚠️ BREAKING CHANGES
7
- - Result template needs to be updated to print variables as HTML because they now will contain html <em> tags if highlighting is enabled
8
- ### Features
9
- - Added support for highlighting controlled via studio UI
10
- - Results per page are now configured through studio UI
5
+ ## [4.1.5]
11
6
  ### Bug Fixes
12
- - Tracking calls now use unmodified title of the result
7
+ - answers endpoint now have same query parameters as emselect
8
+ - accessibility: feedback widget comment section no longer reads characters left after every key press
13
9
 
14
- ## [1.0.10] - 2024-12-05
10
+ ## [4.1.0]
15
11
  ### Bug Fixes
16
- - fix & and + symbols causing issues in facet values
12
+ - stopped making unnecessary calls on blank search page load
13
+ - accessibility: template modified to only read result title for accessibility
14
+ - accessibility: leave feedback button state change is now announced
15
+ - accessibility: focus persistance added for feedback rating
16
+ - added support for react 19
17
17
 
18
- ## [1.0.11] - 2024-12-26
18
+ ## [2.0.0]
19
+ ### Features
20
+ - Readme updated to give more information on how widgets work
19
21
  ### Bug Fixes
20
- - fix order of non mapped fields
21
- - fix styling of grid view for accelerator
22
+ - NVDA facet groups now announce state
23
+ - NVDA added ability to jump from facets to results section
22
24
 
23
25
  ## [1.0.24]
24
26
  ### Features
25
27
  - added answer widget
26
28
 
27
- ## [2.0.0]
28
- ### Features
29
- - Readme updated to give more information on how widgets work
29
+ ## [1.0.11] - 2024-12-26
30
30
  ### Bug Fixes
31
- - NVDA facet groups now announce state
32
- - NVDA added ability to jump from facets to results section
31
+ - fix order of non mapped fields
32
+ - fix styling of grid view for accelerator
33
33
 
34
- ## [4.1.0]
34
+ ## [1.0.10] - 2024-12-05
35
35
  ### Bug Fixes
36
- - stopped making unnecessary calls on blank search page load
37
- - accessibility: template modified to only read result title for accessibility
38
- - accessibility: leave feedback button state change is now announced
39
- - accessibility: focus persistance added for feedback rating
40
- - added support for react 19
36
+ - fix & and + symbols causing issues in facet values
37
+
38
+ ## [1.0.3] - 2024-10-08
39
+ ### ⚠️ BREAKING CHANGES
40
+ - Result template needs to be updated to print variables as HTML because they now will contain html <em> tags if highlighting is enabled
41
+ ### Features
42
+ - Added support for highlighting controlled via studio UI
43
+ - Results per page are now configured through studio UI
44
+ ### Bug Fixes
45
+ - Tracking calls now use unmodified title of the result
46
+
package/README.md CHANGED
@@ -141,7 +141,7 @@ searchstax.addAnswerWidget("searchstax-answer-container", {
141
141
 
142
142
  **Props**
143
143
 
144
- - showMoreAfterWordCount - number(default 100) determining after how many symbols UI will show “Read More” view.
144
+ - showMoreAfterWordCount - number(default 100) determining after how many words UI will show “Read More” view.
145
145
  - feedbackWidget – an optional object that configures thumbs-up and thumbs-down feedback functionality.
146
146
  - templates - template override. look at examples below
147
147
 
package/README.mustache CHANGED
@@ -141,7 +141,7 @@ searchstax.addAnswerWidget("searchstax-answer-container", {
141
141
 
142
142
  **Props**
143
143
 
144
- - showMoreAfterWordCount - number(default 100) determining after how many symbols UI will show “Read More” view.
144
+ - showMoreAfterWordCount - number(default 100) determining after how many words UI will show “Read More” view.
145
145
  - feedbackWidget – an optional object that configures thumbs-up and thumbs-down feedback functionality.
146
146
  - templates - template override. look at examples below
147
147