@dropins/storefront-checkout 3.2.0-beta.1 → 3.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 +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @dropins/storefront-checkout
|
|
2
2
|
|
|
3
|
+
## 3.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 4796173: Added a new ShippingMethodItem slot to the ShippingMethods container that allows merchants to fully replace the default shipping method UI. The slot context provides the method data, selection state, and an onSelect callback to trigger the API call, enabling complete control over the shipping method appearance via ctx.replaceWith().
|
|
8
|
+
- f1a2904: Add GraphQL extensibility to the `estimateShippingMethods` mutation via the new `EstimateShippingModel` model and the new`ESTIMATE_SHIPPING_METHOD_FRAGMENT` fragment.
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 3cf1727: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
|
|
13
|
+
- 0cb9bf0: fix: temporary fix to pass cypress tests...USPS shipping method was deprecated on January
|
|
14
|
+
- 0b7fe40: Update checkout/shipping-methods-render hook to include render function in context.
|
|
15
|
+
- 6c31c8d: Added checkout/shipping-methods-render hook and custom-shipping-methods extension sample.
|
|
16
|
+
- 6b892f1: Use SDK extension manager in commerce-checkout-with-extensions block.
|
|
17
|
+
- 9c782c9: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
|
|
18
|
+
|
|
19
|
+
## 3.2.0-beta.2
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 0cb9bf0: fix: temporary fix to pass cypress tests...USPS shipping method was deprecated on January
|
|
24
|
+
|
|
3
25
|
## 3.2.0-beta.1
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/package.json
CHANGED