Skip to content
Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 25 Jul 21:25
· 838 commits to main since this release
a01e586

What’s new

⭐️ Check out our blog post with all the latest updates on Hydrogen, and what’s coming on the roadmap.

Shopify CLI now gives you more options when creating a new Hydrogen app on the command line:

  • Create a new Shopify storefront and connect it to the local project, or use Mock.shop.
  • Pick your styling method: Tailwind, CSS Modules, Vanilla Extract, PostCSS.
  • URL strategies to support language and currency options with Shopify Markets.
  • Automatically scaffold standard Shopify routes.

Minor Changes

  • The onboarding process when creating new Hydrogen apps has been reworked. (#913) by @frandiox

  • Add login and logout commands. Rework how other commands interact with auth. (#1022) by @frandiox

  • Reload environment variables in the development server when .env file is updated. Show injected variables when project is not linked to any storefront. (#997) by @frandiox

  • Support creating new storefronts from the link command. (#1022) by @frandiox

Patch Changes