Skip to content

@shopify/hydrogen@2024.1.3

Compare
Choose a tag to compare
@shopify-github-actions-access shopify-github-actions-access released this 07 Mar 18:26
· 108 commits to main since this release
262a4e1

Updates

馃憠馃徎 Learn more about this release and other updates in our March 2024 release blog post

  • Add experimental support for Vite projects. (#1728) by @frandiox
    To test this unstable feature, make sure you're running the latest version of the Hydrogen CLI, then run npx shopify hydrogen setup vite in your Hydrogen project. This command edits existing files and creates some new ones required to run Vite.

    Please report any issues you run into, and let us know if you have any feedback or suggestions.

  • Add env push__unstable CLI command to upload local environment variables to Oxygen. (#1764) by @benwolfram

  • Fix PreviousLink and NextLink types in the Pagination component. (#1774) by @lorenzo-del-rosario

  • Fix an issue that could cause the local worker runtime to freeze. (#1819) by @frandiox