-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Summary
Update Weaverse Hydrogen theme to use the latest @shopify/hydrogen-react@2025.10.0 release.
Release Notes
@shopify/hydrogen-react@2025.10.0 includes:
Major Changes
- Update Storefront API and Customer Account API to version 2025-10
Minor Changes
- Add visitorConsent support to @incontext directive for Storefront API parity
- Note: Most Hydrogen storefronts do NOT need this feature
- Primarily intended for Checkout Kit and non-Hydrogen integrations
Patch Changes
-
AddToCartButton
parentprop - Allows adding items as children of an existing cart line (for warranties, gift wrapping, add-ons)<AddToCartButton parent={{lineId: 'cart-line-id'}} /> <AddToCartButton parent={{merchandiseId: 'variant-id'}} />
-
New metafield types
article_referencelist.article_reference
Tasks
- Update
@shopify/hydrogen-reactdependency to2025.10.0 - Test Storefront API 2025-10 compatibility
- Verify AddToCartButton parent prop works correctly
- Test any existing metafield implementations
- Update changelog if applicable
References
- Release: https://github.com/Shopify/hydrogen/releases/tag/%40shopify/hydrogen-react%402025.10.0
- PR #3352: Storefront API 2025-10 update
- PR #3398: AddToCartButton parent prop
- PR #3407: article_reference metafield types
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Todo