Skip to content

Releases: Shopify/hydrogen-v1

@shopify/hydrogen@1.7.4

15 Apr 13:38
b5e2eee
Compare
Choose a tag to compare

Patch Changes

@shopify/hydrogen@1.7.3

01 Sep 17:58
d12f40a
Compare
Choose a tag to compare

Patch Changes

  • Allow concatenating requests with a header. For example, if you want the route /shop to proxy render everything on /products, setup an API route at /routes/shop.server.jsx with the following: (#2536) by @blittle

    export async function api(request) {
      return new Request(new URL(request.url).origin + '/products', {
        headers: {
          'Hydrogen-Concatenate': 'true',
        },
      });
    }

@shopify/hydrogen@1.7.2

11 Aug 21:24
fcabc75
Compare
Choose a tag to compare

Patch Changes

@shopify/hydrogen@1.7.1

02 Aug 20:25
2db2290
Compare
Choose a tag to compare

Patch Changes

  • Add support for languageCode to the CartProvider component (#2531) by @blittle

@shopify/hydrogen@1.7.0

19 Jul 20:35
26470cb
Compare
Choose a tag to compare

Minor Changes

  • Updates default powered-by header output to Shopify, 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

@shopify/hydrogen@1.6.8

22 May 17:20
b41063c
Compare
Choose a tag to compare

Patch Changes

  • Update bot detection list and add support for oxygen-do-not-stream-response header (#2514) by @blittle

@shopify/hydrogen@1.6.7

21 Feb 19:41
e623661
Compare
Choose a tag to compare

Patch Changes

  • Fixed a bug when using that caused CartLine Attributes to be erased. CartLine Attributes should now be persisted when using that component. (#2480) by @blittle

@shopify/hydrogen@1.6.6

24 Jan 15:04
8168cd2
Compare
Choose a tag to compare

Patch Changes

  • Fix race condition and memory leak within Hydrogen Analytics (#2443) by @blittle

@shopify/hydrogen@1.6.5

13 Dec 19:33
550dac2
Compare
Choose a tag to compare

Patch Changes

@shopify/hydrogen@1.6.4

07 Dec 19:37
ccce798
Compare
Choose a tag to compare

Patch Changes