Releases: Shopify/hydrogen-v1
Releases · Shopify/hydrogen-v1
eslint-plugin-hydrogen@0.12.5
eslint-plugin-hydrogen@0.12.4
@shopify/hydrogen@1.7.4
Patch Changes
-
Update dependencies (#2552) by @dependabot
-
Make sure sub-requests that are 400 or 500 HTTP errors are not cached (#2554) by @blittle
@shopify/hydrogen@1.7.3
Patch Changes
-
Allow concatenating requests with a header. For example, if you want the route
/shopto proxy render everything on/products, setup an API route at/routes/shop.server.jsxwith the following: (#2536) by @blittleexport async function api(request) { return new Request(new URL(request.url).origin + '/products', { headers: { 'Hydrogen-Concatenate': 'true', }, }); }
@shopify/hydrogen@1.7.2
Patch Changes
- Log extra params in default error logger (#2533) by @juanpprieto
@shopify/hydrogen@1.7.1
@shopify/hydrogen@1.7.0
Minor Changes
- Updates default
powered-byheader output toShopify, Hydrogen, and updates associateed documentation. (#2518) by @benjaminsehl
Patch Changes
-
Fix the
<CartProvider>to by default pull localization from<ShopifyProvider>. You can still override the countryCode by passing a prop directly to<CartProvider>. Resolves Shopify/hydrogen#622 (#2521) by @blittle -
Fix an issue where cache doesn't properly match requests (#2530) by @blittle