@dropins/storefront-checkout 3.2.0-beta.0 → 3.2.0-beta.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +5 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,21 @@
1
+ # @dropins/storefront-checkout
2
+
3
+ ## 3.2.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c782c9: Bump `@adobe-commerce/elsie` from 1.7.0 to 1.8.0
8
+
9
+ ## 3.2.0-beta.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 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().
14
+ - f1a2904: Add GraphQL extensibility to the `estimateShippingMethods` mutation via the new `EstimateShippingModel` model and the new`ESTIMATE_SHIPPING_METHOD_FRAGMENT` fragment.
15
+
16
+ ### Patch Changes
17
+
18
+ - 3cf1727: Add Changesets-based release automation with branch-aware workflows (alpha/beta/stable), PR changeset validation, and contributor helper scripts.
19
+ - 0b7fe40: Update checkout/shipping-methods-render hook to include render function in context.
20
+ - 6c31c8d: Added checkout/shipping-methods-render hook and custom-shipping-methods extension sample.
21
+ - 6b892f1: Use SDK extension manager in commerce-checkout-with-extensions block.
package/package.json CHANGED
@@ -1 +1,5 @@
1
- {"name": "@dropins/storefront-checkout", "version": "3.2.0-beta.0", "@dropins/tools": "1.7.0", "license": "SEE LICENSE IN LICENSE.md"}
1
+ {
2
+ "name": "@dropins/storefront-checkout",
3
+ "version": "3.2.0-beta.1",
4
+ "license": "SEE LICENSE IN LICENSE.md"
5
+ }