@searchstax-inc/searchstudio-ux-js 4.1.14 → 4.1.39
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 +17 -0
- package/dist/@searchstax-inc/searchstudio-ux-js.cjs +51 -45
- package/dist/@searchstax-inc/searchstudio-ux-js.iife.js +52 -46
- package/dist/@searchstax-inc/searchstudio-ux-js.mjs +99 -6093
- package/dist/feedbackWidget.css +64 -13
- package/dist/feedbackWidget.mjs +19 -725
- package/dist/styles/mainTheme.css +42 -30
- package/dist/styles/mainTheme.css.map +1 -1
- package/dist/styles/scss/colors.scss +3 -2
- package/dist/styles/scss/mainTheme.scss +2 -0
- package/dist/styles/scss/widgets/answer/style.scss +1 -1
- package/dist/styles/scss/widgets/facets/style.scss +6 -2
- package/dist/styles/scss/widgets/location/style.scss +2 -1
- package/dist/styles/scss/widgets/pagination/style.scss +4 -2
- package/dist/styles/scss/widgets/sorting/style.scss +3 -3
- package/dist/templates.js +15 -9
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "searchstudio-ux-js" project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [4.1.39]
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
- added minification for hosted library files
|
|
8
|
+
- fixed related searches tracking for statistics displaying
|
|
9
|
+
- fixed pagination state not being retained
|
|
10
|
+
|
|
11
|
+
## [4.1.33]
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
- samples repository: fixed language passing
|
|
14
|
+
- accessibility: added searchstax to focus queue on leave feedback widget
|
|
15
|
+
- accessibility: fixed feedback widget not reflowing properly
|
|
16
|
+
- accessibility: fixed required inputs not being indicated on feedback form
|
|
17
|
+
- accessibility: fixed focus indicator contrast issues
|
|
18
|
+
- accessibility: fixed view style accessibility issues
|
|
19
|
+
- accessibility: fixed spacing for facets to have minimum spacing needed for accessibility
|
|
20
|
+
- accessibility: added checkmark animation of successful feedback submission
|
|
21
|
+
|
|
5
22
|
## [4.1.14]
|
|
6
23
|
### Bug Fixes
|
|
7
24
|
- accessibility: feedback widget closing upon submit
|