Skip to content

@shopify/hydrogen-react@2023.4.4

Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 12 Jun 19:31
· 904 commits to main since this release
2273c83

Patch Changes

  • A default https:// protocol is now added automatically to storeDomain if missing. (#985) by @frandiox

  • Add support for mock.shop as a storeDomain. (#986) by @frandiox

  • Fix flattenConnection()'s TypeScript types when working with edges.node (#945) by @frehner

  • Make storefrontApiVersion parameter optional. By default, it will use the current version of Hydrogen as the Storefront API version. (#984) by @frandiox

  • Fix the <CartProvider> to by default pull localization from <ShopifyProvider>. You can still override the countryCode by passing a prop directly to <CartProvider>. Resovles #622 (#980) by @blittle

  • Fix <ModelViewer> to properly set className (#966) by @blittle