commerce-sdk-isomorphic 1.9.0 → 1.10.1

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,5 +1,32 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## v1.10.1
4
+
5
+ #### Bug fixes
6
+
7
+ - The 'To is not a function' [issue](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/issues/122) is fixed.
8
+
9
+ ## v1.10.0
10
+
11
+ #### Enhancements
12
+
13
+ - Cookies are disabled by default.
14
+ - The cross-fetch dependency has been removed. Now commerce-sdk-isomorphic uses native fetch in browser and node-fetch library in node.
15
+
16
+ #### API Added
17
+
18
+ *Shopper Baskets*
19
+
20
+ * New Endpoints
21
+
22
+ | **Endpoint Name** | **Description** |
23
+ | ------------- |-------------|
24
+ | updateAsAgentBasket | Marks a basket as an agent basket. |
25
+ | addPriceAdjustmentToBasket | Adds a custom manual price adjustment to the basket. |
26
+ | removePriceAdjustmentFromBasket | Removes a custom manual price adjustment from the basket. |
27
+ | updatePriceAdjustmentInBasket | Updates a custom manual price adjustment on the basket. |
28
+ | updateAsStorefrontBasket | Marks a basket as a storefront basket. |
29
+
3
30
  ## v1.9.0
4
31
 
5
32
  ### API Added