@searchstax-inc/searchstudio-ux-angular 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,22 @@
1
1
  # Change Log
2
2
 
3
3
  All notable changes to the "searchstudio-ux-angular" project will be documented in this file.
4
+ ## [4.1.39]
5
+ ### Bug Fixes
6
+ - added minification for hosted library files
7
+ - fixed related searches tracking for statistics displaying
8
+ - fixed pagination state not being retained
9
+
10
+ ## [4.1.33]
11
+ ### Bug Fixes
12
+ - samples repository: fixed language passing
13
+ - accessibility: added searchstax to focus queue on leave feedback widget
14
+ - accessibility: fixed feedback widget not reflowing properly
15
+ - accessibility: fixed required inputs not being indicated on feedback form
16
+ - accessibility: fixed focus indicator contrast issues
17
+ - accessibility: fixed view style accessibility issues
18
+ - accessibility: fixed spacing for facets to have minimum spacing needed for accessibility
19
+ - accessibility: added checkmark animation of successful feedback submission
4
20
 
5
21
  ## [4.1.14]
6
22
  ### Bug Fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@searchstax-inc/searchstudio-ux-angular",
3
3
  "private": false,
4
- "version": "4.1.14",
4
+ "version": "4.1.39",
5
5
  "type": "module",
6
6
  "peerDependencies": {
7
7
  "@angular/common": "13 - 19",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "tslib": "^2.3.0",
12
- "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.1.14"
12
+ "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.1.39"
13
13
  },
14
14
  "module": "fesm2022/searchstax-inc-searchstudio-ux-angular.mjs",
15
15
  "typings": "index.d.ts",