Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 22:23
· 1076 commits to main since this release
7febafd

Patch Changes

  • Change environment variable names to use what Oxygen will populate. (#354) by @jplhomer

  • Defer CJS imports to improve CLI start up (#352) by @frandiox

    • 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)

  • Fix various issues scaffolding new apps (#332) by @jplhomer

  • Improve output of tmp CLI (#339) by @jplhomer

  • Create onboarding virtual route (#414) by @lordofthecactus

  • Properly use JS if specified in the temp init script (#342) by @jplhomer

  • Fix remix.init in templates (#334) by @jplhomer

  • Update demo-store template to remove remix.config.js, which fixes teh TS-JS conversion process (#347) by @jplhomer

  • Introduce create-app CLI package and refactor how new Hydrogen apps are initialized (#397) by @frandiox

  • Defer and display the cart count on the hello-world template (#392) by @juanpprieto

  • 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.

  • Update CLI to be executable and bundle templates in dist folder (#326) by @jplhomer

  • Improve the onboarding experience for the CLI by @jplhomer

  • Updated dependencies [0280c4b, 523c321, 16a4aea, 284ed5b]: