@searchstax-inc/searchstudio-ux-angular 1.2.2 → 1.2.3
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,4 +9,8 @@ All notable changes to the "searchstudio-ux-angular" project will be documented
|
|
|
9
9
|
- Added support for highlighting controlled via studio UI
|
|
10
10
|
- Results per page are now configured through studio UI
|
|
11
11
|
### Bug Fixes
|
|
12
|
-
- Tracking calls now use unmodified title of the result
|
|
12
|
+
- Tracking calls now use unmodified title of the result
|
|
13
|
+
|
|
14
|
+
## [1.2.3] - 2024-11-05
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
- fix & and + symbols causing issues in facet values
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@searchstax-inc/searchstudio-ux-angular",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"peerDependencies": {
|
|
7
7
|
"@angular/common": "13 - 17",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"tslib": "^2.3.0",
|
|
15
|
-
"@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^1.0.
|
|
15
|
+
"@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^1.0.10"
|
|
16
16
|
},
|
|
17
17
|
"module": "fesm2022/searchstax-inc-searchstudio-ux-angular.mjs",
|
|
18
18
|
"typings": "index.d.ts",
|