Skip to content

Releases: Shopify/hydrogen

skeleton@2025.1.7

28 Apr 17:59
d598b89
Compare
Choose a tag to compare

Patch Changes

skeleton@2025.1.6

03 Apr 19:44
f297f0c
Compare
Choose a tag to compare

Patch Changes

  • Moved the Layout component back into root.tsx to avoid issues with styled errors. (#2829) by @ruggishop

    1. If you have a separate app/layout.tsx file, delete it and move its default exported component into your root.tsx. For example:

      // /app/root.tsx
      export function Layout({children}: {children?: React.ReactNode}) {
        const nonce = useNonce();
        const data = useRouteLoaderData<RootLoader>('root');
      
        return (
          <html lang="en">
          ...
        );
      }

@shopify/mini-oxygen@3.2.0

03 Apr 19:44
f297f0c
Compare
Choose a tag to compare

Minor Changes

  • Add support for HTTP proxies with the environment variables SHOPIFY_HTTP_PROXY and SHOPIFY_HTTPS_PROXY. Define one of these variables before starting the Hydrogen dev server to make all requests go through a proxy server. (#2831) by @blittle

    If your proxy uses authentication, provide the auth in the following format:

    SHOPIFY_HTTP_PROXY=http://user:pass@yourproxy.com:PORT

@shopify/cli-hydrogen@10.0.0

03 Apr 19:44
f297f0c
Compare
Choose a tag to compare

Patch Changes

  • Add support for HTTP proxies with the environment variables SHOPIFY_HTTP_PROXY and SHOPIFY_HTTPS_PROXY. Define one of these variables before starting the Hydrogen dev server to make all requests go through a proxy server. (#2831) by @blittle

    If your proxy uses authentication, provide the auth in the following format:

    SHOPIFY_HTTP_PROXY=http://user:pass@yourproxy.com:PORT
  • Moved the Layout component back into root.tsx to avoid issues with styled errors. (#2829) by @ruggishop

    1. If you have a separate app/layout.tsx file, delete it and move its default exported component into your root.tsx. For example:

      // /app/root.tsx
      export function Layout({children}: {children?: React.ReactNode}) {
        const nonce = useNonce();
        const data = useRouteLoaderData<RootLoader>('root');
      
        return (
          <html lang="en">
          ...
        );
      }
  • Updated dependencies [92b3d0c4]:

    • @shopify/mini-oxygen@3.2.0

skeleton@2025.1.5

28 Mar 18:24
4488656
Compare
Choose a tag to compare

Patch Changes

skeleton@2025.1.4

28 Mar 16:18
3dec3df
Compare
Choose a tag to compare

Patch Changes

  • Updates the @shopify/cli, @shopify/cli-kit and @shopify/plugin-cloudflare dependencies to 3.77.1. (#2816) by @seanparsons

@shopify/create-hydrogen@5.0.20

28 Mar 18:24
4488656
Compare
Choose a tag to compare

Patch Changes

@shopify/create-hydrogen@5.0.19

28 Mar 16:18
3dec3df
Compare
Choose a tag to compare

Patch Changes

  • Updates the @shopify/cli, @shopify/cli-kit and @shopify/plugin-cloudflare dependencies to 3.77.1. (#2816) by @seanparsons

@shopify/cli-hydrogen@9.0.11

28 Mar 18:24
4488656
Compare
Choose a tag to compare

Patch Changes

@shopify/cli-hydrogen@9.0.10

28 Mar 16:18
3dec3df
Compare
Choose a tag to compare

Patch Changes

  • Updates the @shopify/cli, @shopify/cli-kit and @shopify/plugin-cloudflare dependencies to 3.77.1. (#2816) by @seanparsons