@searchstax-inc/searchstudio-ux-angular 4.2.25 → 4.2.27

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
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.2.27]
5
+ ### Bug Fixes
6
+ - Fixed conversation search issue after pagination
7
+ - Fixed conversation search to use page scroll
8
+ - Addressed some vulnerabilities
9
+
4
10
  ## [4.2.25]
5
11
  ### Bug Fixes
6
12
  - Fixed conversation search appearing when its turned off
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.2.25",
4
+ "version": "4.2.27",
5
5
  "type": "module",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=17 <23",
@@ -9,7 +9,7 @@
9
9
  "patch-package": "^8.0.1"
10
10
  },
11
11
  "dependencies": {
12
- "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.25",
12
+ "@searchstax-inc/searchstudio-ux-js": "npm:@searchstax-inc/searchstudio-ux-js@^4.2.27",
13
13
  "tslib": "^2.3.0"
14
14
  },
15
15
  "overrides": {