@akinon/pz-similar-products 1.103.0-rc.82 → 1.104.0-rc.83
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @akinon/pz-similar-products
|
|
2
2
|
|
|
3
|
+
## 1.104.0-rc.83
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 54e31792: ZERO-3532: Added customize options to icons
|
|
8
|
+
- 174bf3a5: ZERO-3533: Refactor similar products API endpoints to support array search parameters and improve query handling
|
|
9
|
+
- d8be48fb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
10
|
+
- 143be2b9: ZERO-3457: Crop styles are customizable and logic improved for rendering similar products modal
|
|
11
|
+
- 8b1d24eb: ZERO-3422: Update fetch method to use dynamic request method in wallet complete redirection middleware
|
|
12
|
+
- d99a6a7d: ZERO-3457: Fixed the settings prop and made sure everything is customizable.
|
|
13
|
+
- 59b275ca: ZERO-3532: Pass settings prop to SimilarProductsButton for enhanced functionality
|
|
14
|
+
- d606f4ac: ZERO-3481: Add locale and currency to list endpoint
|
|
15
|
+
- 33d4d0c: ZERO-3615: remove custom not found
|
|
16
|
+
|
|
3
17
|
## 1.103.0-rc.82
|
|
4
18
|
|
|
5
19
|
## 1.103.0-rc.81
|