Releases: Shopify/hydrogen
skeleton@2026.1.2
Patch Changes
-
Improve gift card accessibility in Skeleton template (#3518) by @itsjustriley
-
Updated shopify/cli dependencies for cli-hydrogen (#3553) by @andguy95
-
Updated loaders that used
customerAccount.handleAuthStatus()to now await it. (#3523) by @fredericooMigration
If you call
handleAuthStatus()in your own loaders, update those callsites to useawait. -
Updated dependencies [
16b0e7baca0dfd1fb330d12dac924c7593d169a8,1c19b87782818dbdb4252754d2d44eb9a44fe50f,029fa2d0e2297f67b37c650ba8e875ee5dee81b3]:- @Shopify/hydrogen@2026.1.2
@shopify/hydrogen@2026.1.2
Patch Changes
-
Updated the skeleton
robots.txtdefaults to remove disallow rules that are specific to Shopify themes and not part of a new Hydrogen app by default. This reduces confusion when reviewing or customizing robots rules in scaffolded projects. (#3526) by @fredericoo -
Improved local Customer Account OAuth errors: in development, if you are not on a
*.tryhydrogen.devtunnel URL, Hydrogen now shows clear guidance to runshopify hydrogen dev --customer-account-pushand continue from the tunnel URL. (#3504) by @fredericoo -
Fixed the customer account auth status typing so
customerAccount.handleAuthStatus()is typed as async (Promise<void>), matching runtime behavior. (#3523) by @fredericoo
@shopify/create-hydrogen@5.0.30
Patch Changes
-
Improve gift card accessibility in Skeleton template (#3518) by @itsjustriley
-
Updated shopify/cli dependencies for cli-hydrogen (#3553) by @andguy95
@shopify/cli-hydrogen@11.1.11
Patch Changes
-
Improve gift card accessibility in Skeleton template (#3518) by @itsjustriley
-
Updated shopify/cli dependencies for cli-hydrogen (#3553) by @andguy95
-
Updated the skeleton
robots.txtdefaults to remove disallow rules that are specific to Shopify themes and not part of a new Hydrogen app by default. This reduces confusion when reviewing or customizing robots rules in scaffolded projects. (#3526) by @fredericoo -
Fixed
--package-managerflag being ignored when--install-depswas explicitly passed. Projects now correctly use the specified package manager for dependency installation. (#3458) by @itsjustriley -
Updated loaders that used
customerAccount.handleAuthStatus()to now await it. (#3523) by @fredericooMigration
If you call
handleAuthStatus()in your own loaders, update those callsites to useawait.
skeleton@2026.1.1
Patch Changes
-
Added a notice with relevant information on how to link a store in case there is no store linked yet (#3448) by @fredericoo
-
Fixed an issue where users without addresses could not add the first one (#3456) by @fredericoo
-
Updated dependencies [
ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6]:- @Shopify/hydrogen@2026.1.1
@shopify/mini-oxygen@4.0.1
Patch Changes
- Updated
undicito7.21.0andbody-parserto1.20.4to resolve known vulnerabilities. (#3461) by @fredericoo
@shopify/hydrogen@2026.1.1
Patch Changes
-
Updated transitive dependencies (
form-data,vite) to resolve known vulnerabilities. (#3461) by @fredericoo -
Updated dependencies [
ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6]:- @shopify/hydrogen-react@2026.1.1
@shopify/hydrogen-react@2026.1.1
Patch Changes
- Updated transitive dependencies (
form-data,vite) to resolve known vulnerabilities. (#3461) by @fredericoo
@shopify/cli-hydrogen@11.1.10
Patch Changes
-
Updated
prettierfrom v2 to v3. (#3461) by @fredericoo -
Removes the React Router v7 version check from the dev command as was confusing from what was resolved in node_modules (#3499) by @andguy95
-
Fixed an issue where users without addresses could not add the first one (#3456) by @fredericoo
-
Route scaffolding now runs automatically during
hydrogen init, so new projects are fully set up with all routes by default. The--routesflag and confirmation prompt have been removed since routes are always generated. (#3448) by @fredericoo -
Updated dependencies [
ff93a1daf2207e52e1f8331f9ff2ccd1f9b7fed6]:- @shopify/mini-oxygen@4.0.1
skeleton@2026.1.0
Major Changes
-
Updated to Storefront API 2026-01 and Customer Account API 2026-01. (#3434) by @kdaviduik
This is a quarterly API version update aligned with Shopify's API release schedule.
Action Required: The
cartDiscountCodesUpdatemutation now requires thediscountCodesargument. If you have custom cart discount code logic, verify your mutations include this field.Review the changelogs for other changes that may affect your storefront:
Patch Changes
- Updated dependencies [
d46c8864aea059cac7dda4871a565f76a04b1495]:- @Shopify/hydrogen@2026.0.0