@searchstax-inc/searchstudio-ux-js 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 +5 -0
- package/dist/@searchstax-inc/searchstudio-ux-js.cjs +2 -2
- package/dist/@searchstax-inc/searchstudio-ux-js.d.mts +2 -0
- package/dist/@searchstax-inc/searchstudio-ux-js.d.ts +2 -0
- package/dist/@searchstax-inc/searchstudio-ux-js.iife.js +2 -2
- package/dist/@searchstax-inc/searchstudio-ux-js.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to the "searchstudio-ux-js" project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [4.1.47]
|
|
6
|
+
### Features
|
|
7
|
+
- added totalPages and currentPage variables to pagination template
|
|
8
|
+
- added sample page for standalone implementation of answer widget on samples repo
|
|
9
|
+
|
|
5
10
|
## [4.1.46]
|
|
6
11
|
### Bug Fixes
|
|
7
12
|
- accessibility: added ability to tab to result paragraphs
|