Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 2023-01, this PR will be updated.
Releases
@shopify/[email protected]
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 @jplhomerIntroduce 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. Seerfc/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
]:@shopify/[email protected]
Patch Changes
Introduce create-app CLI package and refactor how new Hydrogen apps are initialized (#397) by @frandiox
Improve the onboarding experience for the CLI by @jplhomer
Updated dependencies [
874c579
,3c90f73
,523c321
,62f4274
,1b6a2c3
,9e87098
,8737c76
,5a4fa78
,35fa501
,204e6b6
,7851753
,3b5dd2a
,b047133
,af37cf6
]:@shopify/[email protected]
Patch Changes
Refactor cart (#311) by @wizardlyhel
Update
storefront-kit-react
pacakge name tohydrogen-react
(#433) by @wizardlyhelFix a pagination bug on country change (#317) by @wizardlyhel
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)
Remove useDataFromMatches and useDataFromFetchers hook from hydrogen package (#451) by @wizardlyhel
Use the new version of GraphiQL instead of GraphQL Playground (#410) by @jplhomer
Add a default value for
context.storefront.i18n
and improve types. (#330) by @frandioxFix
i18n
type passing to loader (#432) by @wizardlyhelAdd Hydrogen utils function and update demo store to send shopify analytics (#376) by @wizardlyhel
Rename the
notFoundMaybeRedirect
utility tostorefrontRedirect
and call it only in the server entry file. (#362) by @frandioxRemoved magic routes and
.hydrogen
template routes. Seerfc/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.Use new versioning schema by @jplhomer
Update RSK package (#369) by @wizardlyhel
@shopify/[email protected]
Patch Changes
Initial release of @shopify/remix-oxygen by @jplhomer
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)
Remove the local
/__health
route because it's not required in Oxygen anymore. (#361) by @frandioxRemove deprecated
shouldProxyAsset
option. (#436) by @frandiox