@searchstax-inc/searchstudio-ux-react 4.1.68 → 4.2.0
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
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
3
|
All notable changes to the "searchstudio-ux-react" project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
## [4.2.0]
|
|
6
|
+
### Features
|
|
7
|
+
- Migrated angular to newest version to remove Vulnerabilities
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
- Fixed standalone samples dependency
|
|
10
|
+
- fixed comments appearing in smart answers tracking
|
|
11
|
+
|
|
12
|
+
## [4.1.72]
|
|
13
|
+
### Features
|
|
14
|
+
- Hosted search page now shows accurate indexing value
|
|
15
|
+
- Suggest endpoint is now optional and will not be called if empty
|
|
16
|
+
|
|
4
17
|
## [4.1.68]
|
|
5
18
|
### Features
|
|
6
19
|
- AfterSearch hook now has a second parameter of unparsed search response
|