@usereactify/search 5.60.0-beta.3 → 5.60.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
@@ -2,40 +2,50 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- ## [5.60.0-beta.3](///compare/beta-v5.60.0-beta.2...beta-v5.60.0-beta.3) (2026-01-16)
6
-
7
- ## [5.60.0-beta.2](///compare/beta-v5.60.0-beta.1...beta-v5.60.0-beta.2) (2026-01-15)
5
+ ## [5.60.0](///compare/release-v5.58.0...release-v5.60.0) (2026-02-12)
8
6
 
9
7
 
10
8
  ### Features
11
9
 
10
+ * add configBaseUrl prop to ReactifySearchProvider d585de4
11
+ * Add Curated Pages mode 1f391ec
12
12
  * add term-level tracking and formatting for weight breakdown 949e7e9
13
+ * expose the onData listener on the Results component 2e70e4d
14
+ * Implement modular search request builder 2975d84
13
15
 
14
- ## [5.60.0-beta.1](///compare/beta-v5.59.0-beta.8...beta-v5.60.0-beta.1) (2026-01-15)
15
16
 
17
+ ### Bug Fixes
16
18
 
17
- ### Features
19
+ * add configBaseUrl prop for local testing override 8280e8b
20
+ * add devMode with Elasticsearch score breakdown 8ee766c
21
+ * fix hydration error caused by window obj being used on rendering 2950cf7
22
+ * generate separate clauses for regular and synonym analyzers 1e89b08
23
+ * remove curated-page mode and use feature flag b387a2b
24
+ * reposition product card weight component to card level 4a387eb
25
+ * streamline search scoring and improve weight calculation algorithm b6d4e5e
26
+ * update filters, sort and others components for new modes db29026
18
27
 
19
- * add configBaseUrl prop to ReactifySearchProvider d585de4
20
- * Implement modular search request builder 2975d84
28
+ ## [5.60.0-beta.3](///compare/beta-v5.60.0-beta.2...beta-v5.60.0-beta.3) (2026-01-16)
21
29
 
22
30
 
23
31
  ### Bug Fixes
24
32
 
25
- * reposition product card weight component to card level 4a387eb
33
+ * update weight card UI and fix unused variable 09d363b
26
34
 
27
- ## [5.60.0-beta.0](///compare/beta-v5.59.0-beta.8...beta-v5.60.0-beta.0) (2026-01-15)
35
+ ## [5.60.0-beta.2](///compare/beta-v5.60.0-beta.1...beta-v5.60.0-beta.2) (2026-01-15)
28
36
 
29
37
 
30
38
  ### Features
31
39
 
32
- * add configBaseUrl prop to ReactifySearchProvider d585de4
33
- * Implement modular search request builder 2975d84
40
+ * add term-level tracking and formatting for weight breakdown 949e7e9
41
+
42
+ ## [5.60.0-beta.0](///compare/beta-v5.59.0-beta.8...beta-v5.60.0-beta.0) (2026-01-15)
34
43
 
35
44
 
36
- ### Bug Fixes
45
+ ### Features
37
46
 
38
- * reposition product card weight component to card level 4a387eb
47
+ * add configBaseUrl prop to ReactifySearchProvider d585de4
48
+ * Implement modular search request builder 2975d84
39
49
 
40
50
  ## [5.59.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.58.0...release-v5.59.0) (2025-08-05)
41
51
 
@@ -187,7 +197,7 @@ All notable changes to this project will be documented in this file. See [standa
187
197
  * remove listener for url sort param ([a0514ae](https://bitbucket.org/usereactify/reactify-search-ui/commit/a0514aef591a861b4a7718eed1b5a0254fb8b4cf))
188
198
  * set initial slider value to [0,0] when not in url params ([aeb7bd7](https://bitbucket.org/usereactify/reactify-search-ui/commit/aeb7bd77e75f0d9b4cae533a1f3702547cab5cb2))
189
199
 
190
- ### [5.57.1](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.57.0...release-v5.57.1) (2025-02-06)
200
+ ## [5.57.1](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.57.0...release-v5.57.1) (2025-02-06)
191
201
 
192
202
  ## [5.57.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/release-v5.56.8...release-v5.57.0) (2025-02-06)
193
203
 
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.60.0-beta.3",
4
+ "version": "5.60.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "5.60.0-beta.3",
4
+ "version": "5.60.0",
5
5
  "license": "MIT",
6
6
  "main": "dist/src/index.js",
7
7
  "types": "dist/src/index.d.ts",