Releases: Shopify/hydrogen
Releases · Shopify/hydrogen
@shopify/cli-hydrogen@4.0.0-alpha.11
Patch Changes
- Introduce create-app CLI package and refactor how new Hydrogen apps are initialized (#397) by @frandiox
@shopify/cli-hydrogen@4.0.0-alpha.10
Patch Changes
- Defer and display the cart count on the hello-world template (#392) by @juanpprieto
@shopify/hydrogen@2.0.0-alpha.3
@shopify/cli-hydrogen@4.0.0-alpha.9
Patch Changes
-
-
Upgrade to the latest Remix experimental defer release, 1.11.0 (#371) by @blittle
-
Replace redundant i18n routes with a single root optional route segment ($lang)
@shopify/remix-oxygen@1.0.0-alpha.2
Patch Changes
- Remove the local
/__health
route because it's not required in Oxygen anymore. (#361) by @frandiox
@shopify/hydrogen@2.0.0-alpha.2
Patch Changes
-
Add a default value for context.storefront.i18n
and improve types. (#330) by @frandiox
-
Rename the notFoundMaybeRedirect
utility to storefrontRedirect
and call it only in the server entry file. (#362) by @frandiox
-
Removed magic routes and .hydrogen
template routes. See rfc/obsolete-routing.md
for details of what used to be in the package but has now been removed. (#336) by @frehner
/__health
still exists for the moment, though at some point it will probably be removed as well.
@shopify/cli-hydrogen@4.0.0-alpha.8
Patch Changes
-
Removed magic routes and .hydrogen
template routes. See rfc/obsolete-routing.md
for details of what used to be in the package but has now been removed. (#336) by @frehner
/__health
still exists for the moment, though at some point it will probably be removed as well.
@shopify/cli-hydrogen@4.0.0-alpha.7
@shopify/cli-hydrogen@4.0.0-alpha.6
Patch Changes
- Update demo-store template to remove
remix.config.js
, which fixes teh TS-JS conversion process (#347) by @jplhomer
@shopify/cli-hydrogen@4.0.0-alpha.5
Patch Changes
- Properly use JS if specified in the temp init script (#342) by @jplhomer