@shopify/hydrogen-react@2023.4.4
·
904 commits
to main
since this release
Patch Changes
-
A default
https://
protocol is now added automatically tostoreDomain
if missing. (#985) by @frandiox -
Add support for
mock.shop
as astoreDomain
. (#986) by @frandiox -
Fix
flattenConnection()
's TypeScript types when working withedges.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